summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_queues.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio, Tulip issue 220: Merge JoinableQueue with Queue.Victor Stinner2015-02-171-5/+5
* Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ...Victor Stinner2014-06-251-10/+17
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-171-22/+10
* Issue #21723: asyncio.Queue: support any type of number (ex: float) for theVictor Stinner2014-06-171-0/+15
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-2/+2
* asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...Guido van Rossum2014-01-261-2/+2
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-85/+81
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+470