- 11 Nov, 2017 10 commits
-
-
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
Enable warnings when running our tests. Rename (the undocumented) threadpool.ThreadResult.async to async_watcher because it's a keyword in 3.7, as exposed by warnings.
-
Jason Madden authored
-
- 10 Nov, 2017 18 commits
-
-
Jay Oster authored
-
Jason Madden authored
-
Jason Madden authored
-
Ron Rothman authored
-
Ron Rothman authored
-
Ron Rothman authored
-
Ron Rothman authored
-
Ron Rothman authored
* revert Group.add to original state (no new params) * add new exception "Full", and return it when blocking==False and pool is full * no longer return True/False from Pool.add
-
Ron Rothman authored
-
Ron Rothman authored
-
Ron Rothman authored
-
Ron Rothman authored
-
Jason Madden authored
gevent.queue.__all__ to include Full and Empty
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Ron Rothman authored
-
- 17 Oct, 2017 2 commits
-
-
Jason Madden authored
Fix a typo in _socket3.py [skip ci]
-
Felix Yan authored
-
- 27 Sep, 2017 6 commits
-
-
Jason Madden authored
[skip appveyor]
-
Jason Madden authored
-
Jason Madden authored
More safely terminate process on Windows.
-
Jason Madden authored
We need to set the result when we detect a process is dead in the act of killing it, so that in the future we don't try to wait on it again.
-
Jason Madden authored
-
Jason Madden authored
Fixes #1023 Also re-enable the POSIX version of those tests. They should (and do) pass.
-
- 25 Sep, 2017 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
Compile gevent.local.py with Cython when available.
-
Jason Madden authored
-
Jason Madden authored
Support using the pure python local code on Cpython too; it handles adding __new__ differently than PyPy does.
-