- 26 Jun, 2015 7 commits
-
-
Jason Madden authored
-
Jason Madden authored
Version the greenlet dependency in setup.py to the latest (which was required by gevent 1.0.2 as well). Remove the in-code checking for greenlet version in gevent.hub to avoid repetition (the version it was checking for was released in 2011). Fixes #435.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
This avoids ref cycles and lets us stop manually clearing tracebacks in some test cases. The cost is the time taken to pickle/unpickle the traceback.
-
Jason Madden authored
-
Peter Renström authored
This most importantly fixes build issues related to C11 which is used in for example OS X 10.11 ("El Capitan"): libev/ev.c:1029:42: error: '_Noreturn' keyword must precede function declarator ecb_inline void ecb_unreachable (void) ecb_noreturn; ^~~~~~~~~~~~
-
- 25 Jun, 2015 21 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
-
-
Jason Madden authored
Add original tracebacks when re-raising an exception from another greenlet
-
Jason Madden authored
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Also some greenlet module cleanups. Fixes #450. Fixes #528.
-
Jason Madden authored
Make JoinableQueue.join consistent when items are passed to the constructor, extending #554; add a test for this.
-
-
Jason Madden authored
Note that Python 2.5 support has been dropped. Add version and implementation classifiers to setup.py; make setup.py PyPy/Py3 friendly and not leak open files. [skip ci]
-
Jason Madden authored
-
Jason Madden authored
-
-
- 24 Jun, 2015 7 commits
-
-
Jason Madden authored
Update config.guess and config.sub. Fixes #550. Fixes #532. Fixes #502.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Per discussion in #248, start writing more CFFI in C instead of Python. This commit gets the individual watcher callbacks into C
-
Jason Madden authored
Cleanup some warnings in test__doctest.py (an unclosed file, an unknown string escape). Run doctests in a predictable order.
-
Jason Madden authored
Provide some documentation for gevent.backdoor.BackdoorServer.
-
- 23 Jun, 2015 5 commits
-
-
Jason Madden authored
c-ares update
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-