- 10 Jul, 2015 12 commits
-
-
Jason Madden authored
By not yielding to libev, if many events were becoming available in quick succession, a greenlet that was polling and not otherwise yielding could starve all the other greenlets. Also, fix importing under platforms that don't implement poll.
-
-
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.
-
Eddi Linder authored
-
Eddi Linder authored
-
Jason Madden authored
-
Jason Madden authored
Fix 607
-
Heungsub Lee authored
-
Heungsub Lee authored
-
Heungsub Lee authored
-
- 09 Jul, 2015 11 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.
-
Eddi Linder authored
-
- 08 Jul, 2015 17 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
-
Eddi Linder authored
-
Eddi Linder 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
-
Eddi Linder authored
-
Eddi Linder authored
-
Eddi Linder authored
-
Jason Madden authored
-
Eddi Linder authored
-