- 20 Oct, 2012 10 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
- instead manually fix imports in all tests - add xtest_stdlib.py to check if all imports were fixed
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- make test__threading_vs_settrace.py compatible with 2.5 (still fails though) - fix test__socket.py - fix test__ssl.py - 2.5/test_thread.py: reduce all delays 10 times
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 19 Oct, 2012 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
- previously known as greentest/expected_failures.txt - add it to MANIFEST.in - make wintest.py use it
-
Denis Bilenko authored
now it's possible to specify platform, environ and interpreter also expected and unexpected failures are reported separately now
-
- 17 Oct, 2012 9 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
- split it into 3 files - use ssl instead of socket.ssl - make it possible to check both regular sockets and gevent sockets
-
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 8 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
-