- 17 May, 2015 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
Per gevent/gevent#546, rebase the changes on top of gevent 1.0.2. Fixes gevent/gevent#477.
-
- 16 May, 2015 7 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
-
Jason Madden authored
-
Jason Madden authored
-
- 12 May, 2015 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 16 Apr, 2015 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 26 Feb, 2015 12 commits
-
-
Matthew Iversen authored
-
Matthew Iversen authored
-
Matthew Iversen authored
-
Denis Bilenko authored
-
Denis Bilenko authored
Should fix #459. See https://github.com/gevent/gevent/issues/459#issuecomment-49506870 Thanks to @snaury. This reverts commit 12e4fb18.
-
Denis Bilenko authored
Thanks to @zhangchunlin and @mvalkon. Fix #483. Close #489.
-
Denis Bilenko authored
-
Andrew Tarzwell authored
Markdown typo correction
-
Denis Bilenko authored
-
Christine Spang authored
peek() should return the same element that get() returns, which is not currently the case. Add regression test for queue peek().
-
Yuri Prezument authored
-
Jake Kirshner authored
-
- 30 Apr, 2014 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 29 Apr, 2014 11 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
To prevent this: ====================================================================== FAIL: test_terminate (__main__.TestPool10) ---------------------------------------------------------------------- Traceback (most recent call last): File "test__threadpool.py", line 176, in test_terminate assert kill.elapsed < 0.5, kill.elapsed AssertionError: 0.564028263092041
-
Denis Bilenko authored
-
Denis Bilenko authored
too slow
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
It was possible for IMap/IMapUnordered greenlets to exit without putting the final StopIteration. So, whoever was waiting on the results would have to wait forever (or until LoopExit if there's nothing else running in the program). Original patch and test by @thinxer (close #424). Fix #311: same issue.
-
Denis Bilenko authored
-