COMMITS
/ Lib/asyncio/queues.py March 28, 2026
J
gh-146544: Fix `asyncio.Queue` docstring ambiguity (#146545)
Jonathan Dung committed
July 25, 2025
R
Fix Queue.shutdown docs for condition to unblock a join (gh-137088)
Raymond Hettinger committed
July 24, 2025
R
Fix docs for Queue.shutdown (gh-137028)
Raymond Hettinger committed
April 8, 2024
L
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
Laurie O committed
April 6, 2024
L
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O committed
February 21, 2022
S
bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
Serhiy Storchaka committed
January 22, 2022
K
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya committed
November 25, 2020
Y
bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)
Yurii Karabas committed
November 24, 2020
Y
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas committed
December 7, 2019
B
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
Batuhan Taşkaya committed
September 11, 2019
A
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov committed
September 10, 2019
E
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950)
Emmanuel Arias committed
January 25, 2018
J
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
December 8, 2017
A
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov committed
November 28, 2017
V
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner committed
November 7, 2017
S
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813)
Suren Nihalani committed
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