summaryrefslogtreecommitdiff
path: root/eventlet/queue.py
Commit message (Expand)AuthorAgeFilesLines
* pools: put to empty pool would block sometimesSam Merritt2018-07-031-4/+25
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-2/+2
* queue: empty except was catching too muchSergey Shepelev2017-04-261-2/+2
* python3: Stdlib_Queue from six.movesSergey Shepelev2015-10-131-1/+1
* Fix docstring which pointed to wrong QueueqdocRamakrishnan G2015-10-131-7/+9
* Improve PEP8 conformanceJakub Stasiak2014-11-111-6/+12
* Reformat with autopep8Jakub Stasiak2014-10-111-3/+6
* PEP-8 fixesSergey Shepelev2014-08-271-5/+6
* Python3: __bool__, im_code, im_funcVictor Sergeyev2014-04-241-0/+2
* python3 compat fixesVictor Sergeyev2014-03-281-7/+9
* queue: Make join not wait if there are no unfinished tasksJakub Stasiak2014-03-271-1/+2
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-23/+25
* py3k - None is not comparable in 3.x, also queue.resize(None) was not waking ...amajorek2010-03-071-4/+4
* Bug 37: Implement queue resizingChris AtLee2010-02-221-0/+9
* Copying full MIT license into queue and timeout for perfect symmetry with gev...Ryan Williams2010-02-201-1/+22
* Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr...Ryan Williams2010-02-151-3/+4
* Added monkeypatch stdlib tests, which test how well monkeypatching works. Un...Ryan Williams2010-02-091-0/+1
* Added getting() and putting() methods to the Queue class, replaced coros.queu...Ryan Williams2010-01-231-4/+23
* Added eventlet.green.Queue, and refactored the queue module so that it's actu...Ryan Williams2010-01-231-43/+55
* Moved Event to its own module. More cycle-breaking!Ryan Williams2010-01-171-1/+2
* Added Queue class ported from gevent, with tests.Ryan Williams2010-01-141-0/+388