COMMITS
/ Lib/asyncio/queues.py September 30, 2016
G
Misc asyncio improvements from upstream
Guido van Rossum committed
May 16, 2016
Y
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov committed
September 28, 2015
G
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
Guido van Rossum committed
August 6, 2015
Y
Issue #23812: Fix getter-cancellation with many pending getters code path
Yury Selivanov committed
August 5, 2015
Y
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Yury Selivanov committed
July 25, 2015
V
asyncio: sync with github
Victor Stinner committed
July 9, 2015
V
asyncio: sync with github asyncio
Victor Stinner committed
April 20, 2015
G
Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.
Guido van Rossum committed
February 17, 2015
V
asyncio, Tulip issue 220: Merge JoinableQueue with Queue.
Victor Stinner committed
February 3, 2015
V
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
Victor Stinner committed
January 9, 2015
V
asyncio: sync with Tulip
Victor Stinner committed
December 22, 2014
V
asyncio doc: update also Queue docstrings
Victor Stinner committed
July 5, 2014
V
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner committed
June 17, 2014
V
Issue #21723: asyncio.Queue: support any type of number (ex: float) for the
Victor Stinner committed
January 27, 2014
V
asyncio: remove temporary aliases
Victor Stinner committed
January 26, 2014
G
asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from queue.py.
Guido van Rossum committed
December 13, 2013
V
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Victor Stinner committed
November 25, 2013
G
asyncio: Fix docstring of get_nowait().
Guido van Rossum committed
October 17, 2013
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed