- 25 Jun, 2015 9 commits
-
-
Jason Madden authored
-
-
Jason Madden authored
-
Jason Madden authored
Make JoinableQueue.join consistent when items are passed to the constructor, extending #554; add a test for this.
-
-
Jason Madden authored
Note that Python 2.5 support has been dropped. Add version and implementation classifiers to setup.py; make setup.py PyPy/Py3 friendly and not leak open files. [skip ci]
-
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 11 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.
-