- 18 May, 2015 1 commit
-
-
Jason Madden authored
Fix test__ssl and test__socket under Py3.3; mostly a bytes/unicode thing. These tests, however, now hang under Py3.4 (previously they weren't getting far enough to do so), so temporarily remove from the Travis test matrix while debugging.
-
- 20 Oct, 2012 1 commit
-
-
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
-
- 17 Oct, 2012 1 commit
-
-
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
-