- 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 5 commits
-
-
Jason Madden authored
Add missing readable/writable methods to FileObjectPosix. Fixes at least help() on a monkey-patched Python 3
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Updates for gevent.os.fork/waitpid, mostly documentation, but also make it possible to switch off the waitpid behaviour and access the 'basic' fork function.
-
Jason Madden authored
- De-dup wait_read, etc, from socket2 and socket3 and call them out as gevent extensions. - Doc create_connection on socket2 and socket3 since its a standard interface. - Docstrings for gethostbyname, etc.
-
- 03 Aug, 2015 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-