- 13 Jul, 2015 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Documentation for hub.reinit. Avoid printing an error on shutdown if gevent.threading is just imported but not monkey patched.
-
Jason Madden authored
-
Jason Madden authored
The PyPy patch for the main thread is applicable anywhere that the stdlib threading module was imported before monkey patching. Fixes #153
-
- 11 Jul, 2015 4 commits
-
-
Jason Madden authored
Make chunked encoding handling of untrusted client data more robust and safer in gevent.pywsgi.
-
Jason Madden authored
Make chunked encoding handling of untrusted client data more robust and safer in gevent.pywsgi. Fixes #229.
-
Jason Madden authored
-
Jason Madden authored
-
- 10 Jul, 2015 17 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Disable a selectors test because libev limits the number of events it returns any given trip around the loop.
-
Jason Madden authored
-
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 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-