- 24 Jun, 2015 5 commits
-
-
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 20 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.
-
Jason Madden authored
Fix test__subprocess for Py3. A premature close of half the pipe was causing the whole pipe to get closed, apparently, at least under OS X, so don't close it. The test still fails if the fix is removed. I'm not 100% sure this is the correct fix; could there be some underlying issue? The subprocess code is the same on both Py2 and Py3.
-
Jason Madden authored
-
Jason Madden authored
pywsgi mostly works, there are a few timeout issues lurking somewhere in the test suite. But it's enough for the example servers to run.
-
- 18 Jun, 2015 2 commits
-
-
Jason Madden authored
Upgraded c-ares to 1.10.0
-
Omer Katz authored
-