summaryrefslogtreecommitdiff
path: root/asyncio/queues.py
Commit message (Expand)AuthorAgeFilesLines
* Document why set_result() calls are safeVictor Stinner2015-01-091-0/+6
* Fix doc of get and put methods of QueueVictor Stinner2014-12-261-3/+7
* Python issue 21447, 21886: Fix a race condition when setting the result of aVictor Stinner2014-07-051-1/+1
* Python issue 21723: asyncio.Queue: support any type of number (ex: float) forVictor Stinner2014-06-181-3/+3
* Remove temporary aliases Full/Empty.Guido van Rossum2014-01-271-6/+0
* Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from que...Guido van Rossum2014-01-251-9/+19
* Drop Tulip reference.Guido van Rossum2013-12-181-1/+1
* Fix docstring of get_nowait().Guido van Rossum2013-11-241-1/+1
* Rename tulip package to asyncio.Guido van Rossum2013-10-141-0/+284