| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | | This commit fixes the docstring which pointed to the wrong class eventlet.queue.Queue instead of the one in standard library. | ||||
| * | 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 |
| | | | | | https://github.com/eventlet/eventlet/pull/59 | ||||
| * | queue: Make join not wait if there are no unfinished tasks | Jakub Stasiak | 2014-03-27 | 1 | -1/+2 |
| | | | | | This fixes GitHub issue #54 | ||||
| * | 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 |
| | | | | | queued putters | ||||
| * | 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 ↵ | Ryan Williams | 2010-02-20 | 1 | -1/+22 |
| | | | | | gevent's crediting scheme. It seems that only the Copyright lines are actually necessary, but this makes it clear that there's no disparity of credit. | ||||
| * | Imported Timeout class from gevent, deprecated exc_after, replaced ↵ | Ryan Williams | 2010-02-15 | 1 | -3/+4 |
| | | | | | TimeoutError with Timeout (should be seamless). | ||||
| * | Added monkeypatch stdlib tests, which test how well monkeypatching works. ↵ | Ryan Williams | 2010-02-09 | 1 | -0/+1 |
| | | | | | Unsurprisingly, some tweakage was also needed. | ||||
| * | Added getting() and putting() methods to the Queue class, replaced ↵ | Ryan Williams | 2010-01-23 | 1 | -4/+23 |
| | | | | | coros.queue with queue.Queue in pools.py. | ||||
| * | Added eventlet.green.Queue, and refactored the queue module so that it's ↵ | Ryan Williams | 2010-01-23 | 1 | -43/+55 |
| | | | | | actually stdlib-compatible. | ||||
| * | 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 |
