aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_queues.py
Commit message (Expand)AuthorAge
* Issue #25233: Rewrite the guts of Queue to be more understandable and correct.Guido van Rossum2015-09-28
* Issue #23812: Fix getter-cancellation with many pending getters code pathYury Selivanov2015-08-06
* Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.Yury Selivanov2015-08-05
* Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.Guido van Rossum2015-04-20
* asyncio, Tulip issue 220: Merge JoinableQueue with Queue.Victor Stinner2015-02-17
* Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ...Victor Stinner2014-06-25
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-18
* Issue #21723: asyncio.Queue: support any type of number (ex: float) for theVictor Stinner2014-06-17
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-26
* asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...Guido van Rossum2014-01-25
* Update asyncio from the Tulip projectVictor Stinner2014-01-25
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17