summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/queues.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio, Tulip issue 220: Merge JoinableQueue with Queue.Victor Stinner2015-02-171-59/+43
* asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFullVictor Stinner2015-02-031-2/+6
* asyncio: sync with TulipVictor Stinner2015-01-091-0/+6
* asyncio doc: update also Queue docstringsVictor Stinner2014-12-221-3/+7
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-051-1/+1
* Issue #21723: asyncio.Queue: support any type of number (ex: float) for theVictor Stinner2014-06-171-3/+3
* asyncio: remove temporary aliasesVictor Stinner2014-01-271-6/+0
* asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...Guido van Rossum2014-01-261-9/+19
* asyncio: remove references to the Tulip project, rename Tulip to asyncio.Victor Stinner2013-12-131-1/+1
* asyncio: Fix docstring of get_nowait().Guido van Rossum2013-11-251-1/+1
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+284