- 25 Jun, 2015 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
-
- 24 Jun, 2015 7 commits
-
-
Jason Madden authored
Update config.guess and config.sub. Fixes #550. Fixes #532. Fixes #502.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Per discussion in #248, start writing more CFFI in C instead of Python. This commit gets the individual watcher callbacks into C
-
Jason Madden authored
Cleanup some warnings in test__doctest.py (an unclosed file, an unknown string escape). Run doctests in a predictable order.
-
Jason Madden authored
Provide some documentation for gevent.backdoor.BackdoorServer.
-
- 23 Jun, 2015 5 commits
-
-
Jason Madden authored
c-ares update
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 20 Jun, 2015 8 commits
-
-
Jason Madden authored
Fix Python 3 test failures. Thanks to the contributors of the following issues (at least): Fixes #412. Fixes #413. Fixes #416. Fixes #421. Fixes #462. Fixes #409.
-
Jason Madden authored
Update the changes from #409 and merge them. Use this new FileObjectPosix to implement the socket._fileobject where possible. Fixes #409.
-
Jason Madden authored
Better reflect the way leaktests are handled now; this should restore test__backdoor to its FLAKY status on Travis.
-
Jason Madden authored
-
Jason Madden authored
Python3 on certain platform (not OS X) raised 'ValueError: cant have unbuffered text I/O', so line buffer it.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 19 Jun, 2015 17 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Do not support patch_sys under Py3 because of differences in the interpreter that make the current approach using a threadpool unworkable. Fixes test__issue6.
-
Jason Madden authored
-
Jason Madden authored
Fix test__example_udp_servers.py by not subclassing _socket.socket, wrapping it instead and providing access to the wrapped socket. This is more like what Python2 does as well.
-
Jason Madden authored
-
Jason Madden authored
Fix test__example_echoserver.py. Text/binary issues in the server and client as well as a changed kwarg.
-
Brandon Carpenter authored
-
Brandon Carpenter authored
-
Brandon Carpenter authored
This handles None exception values that would otherwise fail when passed to traceback.print_exception() and prevent the process from exiting. An associated test is also included.
-
Jason Madden authored
Fix for issues #461 and #471.
-