- 17 Oct, 2012 6 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- test__subprocess.py: ignore test_nonblock_remove on win32 - test__example_portforwarder.py - test__examples.py: ignore geventsendfile.py and psycopg2 on Windows - testrunner.py: set timeout to 3 min some systems have really slow DNS and test__socket_dns.py fails - test___example_servers.py: use 127.0.0.1 instead of localhost helps on Windows server where DNS calls are slow for some reason
-
Denis Bilenko authored
-
Denis Bilenko authored
always calculate it from environ and file name
-
Denis Bilenko authored
-
- 14 Oct, 2012 4 commits
-
-
Denis Bilenko authored
it failed with LoopError because thread pool was accidentally used inside thread pool
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
set_version.py: add --dry-run option set_version.py: update regexes to match only start of the line set_version.py: recognize 'dev' as a version makedist.py: use --version option instead of argument makedist.py: show git branch
-
- 11 Oct, 2012 1 commit
-
-
Ralf Schmitt authored
see http://bugs.python.org/issue7735
-
- 06 Oct, 2012 3 commits
-
-
Denis Bilenko authored
- remove waitall() from gevent/event.py - reimplement joinall() with wait() - remove joinall from __all__ - Hub.join() no longer accepts event= argument
-
Denis Bilenko authored
-
Denis Bilenko authored
- add result attribute to subprocess.Popen which is an AsyncResult that receives return code once the process is finished - wait() on Windows now has timeout argument and only spawns one thread
-
- 29 Sep, 2012 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
- add patch_sys() which patches stdin,stdout,stderr - add sys=False argument to patch_all() - remove the module docstring (it's not up to date)
-
- 28 Sep, 2012 15 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
make __enter__ and __exit__ truly noop (previously they called acquire/release)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- even more relaxed comparison of IPv6 addresses - test__socket_dns.py: replace confusing VERBOSE with a more straightforward DEBUG - test__socket_dns.py: uncomment a test previously commented out
-
Denis Bilenko authored
-
Denis Bilenko authored
- testrunner.py: implement --full and --discover - setup.py now recognizes GEVENTSETUP_EV_VERIFY env var which is passed as EV_VERIFY to make - relevant env vars are now logged long test names - add support for expected failures - allow passing tests on the command line in test___monkey_patching.py - show longest running tests before final status - make exit status report number of failing tests - greentest/util.py: add 'setenv' and 'name' arguments to run() - add tests_that_dont_use_resolver.txt - add expected_failures.txt - fix test___monkey_patching.py to do clean up via atexit
-
- 26 Sep, 2012 5 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 23 Sep, 2012 4 commits
-
-
Denis Bilenko authored
in 5 more tests; this ensures more checks, esp. in debug mode
-
Denis Bilenko authored
read() in small chunks, as reading in big chunks from non-blocking fd fails on Mac OS X. Do os._exit() in "finally" section, to avoid raising an exception and thus executing unrelated code of the main process. Original patch by Vitaly Kruglikov.
-
Denis Bilenko authored
so that they pass on python-dbg
-
Denis Bilenko authored
-