aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/queues.py
Commit message (Expand)AuthorAge
* bpo-31620: have asyncio/queues not leak memory when you've exceptions during ...Suren Nihalani2017-11-07
* Misc asyncio improvements from upstreamGuido van Rossum2016-09-30
* Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-16
* 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
* asyncio: sync with githubVictor Stinner2015-07-25
* asyncio: sync with github asyncioVictor Stinner2015-07-09
* 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
* asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFullVictor Stinner2015-02-03
* asyncio: sync with TulipVictor Stinner2015-01-09
* asyncio doc: update also Queue docstringsVictor Stinner2014-12-22
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-05
* Issue #21723: asyncio.Queue: support any type of number (ex: float) for theVictor Stinner2014-06-17
* asyncio: remove temporary aliasesVictor Stinner2014-01-28
* asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...Guido van Rossum2014-01-25
* asyncio: remove references to the Tulip project, rename Tulip to asyncio.Victor Stinner2013-12-13
* asyncio: Fix docstring of get_nowait().Guido van Rossum2013-11-24
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17