- 01 Sep, 2015 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Ref #622 : Patch signal.signal only for SIGCHLD to work with libev child watchers as used by os.waitpid.
-
- 31 Aug, 2015 2 commits
-
-
Jason Madden authored
PyPy 2.6.1 is out with CFFI 1.3.0 support, fixing our signal handling issue in a release version. Update the docs to note this. [skip ci]
-
Jason Madden authored
-
- 25 Aug, 2015 1 commit
-
-
Jason Madden authored
Change many important assert statements to explicit if tests so they get executed even when optimizations are enabled with -O and errors and impossible states don't go on silently undetected possibly losing data.
-
- 19 Aug, 2015 1 commit
-
-
Denis Bilenko authored
Since I'm not maintaining gevent anymore, @jamadden does. https://github.com/gevent/gevent/graphs/contributors?from=2015
-
- 16 Aug, 2015 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 14 Aug, 2015 1 commit
-
-
Jason Madden authored
-
- 13 Aug, 2015 2 commits
-
-
Jason Madden authored
Make _NoopLog better match a file-like object in case its used as wsgi.error. Doc cleanups in pywsgi.
-
Jason Madden authored
-
- 12 Aug, 2015 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 11 Aug, 2015 7 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Quiet lookup errors from the threadpool by default. Ref #617 that was also mentioned in a private email.
-
Jason Madden authored
-
Jason Madden authored
-
- 07 Aug, 2015 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
This masks an underlying PyPy bug referenced in the changelog, so it's still not as efficient as it could be, but it's the best we can do on currently released PyPy. Impact for CPython2 appears negligible (and none at all for CPython 3, since we don't support PyPy3).
-
Jason Madden authored
-
- 05 Aug, 2015 11 commits
-
-
Jason Madden authored
Stop installing cffi on RTD. The compilation error *with* it is worse than the import error *without it*. (Compilation error is because only on PyPy do we move libev.h into the right place) [skip ci]
-
Jason Madden authored
-
Jason Madden authored
Actually make 'greenlet' a link. Fixes #386. Staged at http://python-gevent.readthedocs.org [skip ci]
-
Jason Madden authored
Document the library updates, and call special attention to the changes in the c-ares configure script that can break on some CFLAGS/LDFLAGS configurations. [skip ci]
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 04 Aug, 2015 2 commits
-
-
Jason Madden authored
Add missing readable/writable methods to FileObjectPosix. Fixes at least help() on a monkey-patched Python 3
-
Jason Madden authored
-