- 29 Jun, 2015 14 commits
-
-
Jason Madden authored
This ensures ThreadPool has the same API, including accepting multiple iterables in imap. Also, capture the _raise_exception method of a failed greenlet and use it to raise the original traceback from those methods.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Fantix King authored
-
- 28 Jun, 2015 2 commits
-
-
Jason Madden authored
Avoid potential reference cycles by pickling the tracebacks a Greenlet stores
-
Fantix King authored
-
- 27 Jun, 2015 3 commits
-
-
Jason Madden authored
Patch subprocess by default. Fixes #466.
-
Jason Madden authored
-
Jason Madden authored
-
- 26 Jun, 2015 17 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Make the BaseServer's repr again show a handle if it's *not* an instancemethod and add a test case for the various possibilities. Update the changelog.
-
-
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
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 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
-