- 10 Jul, 2015 8 commits
-
-
Jason Madden authored
A cooperative version of waitpid that plays nicely with child watchers and gevent.subprocess
-
Jason Madden authored
Don't ref the implicit child watchers unless explicitly asked for; they shouldn't keep the loop alive since the user didn't ask for them
-
Jason Madden authored
A cooperative version of waitpid that plays nicely with child watchers and gevent.subprocess. Fixes #600. Ref #452.
-
Jason Madden authored
-
Jason Madden authored
Fix 607
-
Heungsub Lee authored
-
Heungsub Lee authored
-
Heungsub Lee authored
-
- 09 Jul, 2015 10 commits
-
-
Manuel Barkhau authored
This reverts commit 22141fc2.
-
Manuel Barkhau authored
-
Manuel Barkhau authored
-
Manuel Barkhau authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
setup.py deals gracefully with spaces in the working directory. Fixes #319. Also better handle newer compilers on OS X, which enforce the distinction between CFLAGS and CPPFLAGS.
-
- 08 Jul, 2015 10 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Add more modules to the API reference; some of them need some documentation love. Fixes #379. [skip ci]
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Make gevent.local.local eligible for GC as soon as the greenlet is dead, matching the native threading.local behaviour. Also update the implementation to match Python 3.4. It appears to trade an extra weakref for better locality of reference.
-
Jason Madden authored
-
Jason Madden authored
-
- 07 Jul, 2015 12 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Add kludge to make the default threadpool and threaded resolver work in forked children. The real issue seems to be that fork watchers aren't firing; there doesn't seem to be a test case for that. Fixes #230.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Occasional Travis failure under 3.4; cannot reproduce locally and the code is a duplicate of stdlib. [skip ci]
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Account for different default bufsize under py3; avoid a resourcewarning under Py3 with GEVENT_FILE=thread; the incorrect bytes return in universal newlines should be fixed.
-
Jason Madden authored
-
Jason Madden authored
-