| Commit message (Expand) | Author | Age | Files | Lines |
| * | pools: put to empty pool would block sometimes | Sam Merritt | 2018-07-03 | 1 | -4/+25 |
| * | external dependencies for six, monotonic, dnspython | nat-goodspeed | 2018-05-10 | 1 | -2/+2 |
| * | queue: empty except was catching too much | Sergey Shepelev | 2017-04-26 | 1 | -2/+2 |
| * | python3: Stdlib_Queue from six.moves | Sergey Shepelev | 2015-10-13 | 1 | -1/+1 |
| * | Fix docstring which pointed to wrong Queueqdoc | Ramakrishnan G | 2015-10-13 | 1 | -7/+9 |
| * | Improve PEP8 conformance | Jakub Stasiak | 2014-11-11 | 1 | -6/+12 |
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 1 | -3/+6 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -5/+6 |
| * | Python3: __bool__, im_code, im_func | Victor Sergeyev | 2014-04-24 | 1 | -0/+2 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -7/+9 |
| * | queue: Make join not wait if there are no unfinished tasks | Jakub Stasiak | 2014-03-27 | 1 | -1/+2 |
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -23/+25 |
| * | py3k - None is not comparable in 3.x, also queue.resize(None) was not waking ... | amajorek | 2010-03-07 | 1 | -4/+4 |
| * | Bug 37: Implement queue resizing | Chris AtLee | 2010-02-22 | 1 | -0/+9 |
| * | Copying full MIT license into queue and timeout for perfect symmetry with gev... | Ryan Williams | 2010-02-20 | 1 | -1/+22 |
| * | Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr... | Ryan Williams | 2010-02-15 | 1 | -3/+4 |
| * | Added monkeypatch stdlib tests, which test how well monkeypatching works. Un... | Ryan Williams | 2010-02-09 | 1 | -0/+1 |
| * | Added getting() and putting() methods to the Queue class, replaced coros.queu... | Ryan Williams | 2010-01-23 | 1 | -4/+23 |
| * | Added eventlet.green.Queue, and refactored the queue module so that it's actu... | Ryan Williams | 2010-01-23 | 1 | -43/+55 |
| * | Moved Event to its own module. More cycle-breaking! | Ryan Williams | 2010-01-17 | 1 | -1/+2 |
| * | Added Queue class ported from gevent, with tests. | Ryan Williams | 2010-01-14 | 1 | -0/+388 |