- 10 Jul, 2015 2 commits
-
-
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 13 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
-
Jason Madden authored
-
- 06 Jul, 2015 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
Fix subprocess under Py3 when using FileObjectThread. Fix catching the right exception on downlevel python versions.
-
Jason Madden authored
Fix subprocess doctests under py3; fix raising the right exception if a child fails to exec under py2
-
Jason Madden authored
-
Jason Madden authored
Import the 3.4 version of test_subprocess and make it (mostly) pass. Includes a test for #374; fixes #374.
-