COMMITS
/ Doc/library/asyncio-queue.rst December 17, 2025
D
gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (#142888)
Damian Birchler 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
February 22, 2025
S
gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
sobolevn committed
January 9, 2025
K
gh-124433: fix docs for `asyncio.Queue.task_done` (#128669)
Kumar Aditya committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang 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 18, 2022
S
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Serhiy Storchaka committed
May 26, 2021
K
November 29, 2020
Y
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
Yurii Karabas committed
October 10, 2019
K
docs: Add asyncio source code links (GH-16640)
Kyle Stanley committed
September 10, 2019
E
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950)
Emmanuel Arias committed
January 17, 2019
S
Fixes typo in asyncio.queue doc (GH-11581)
Slam committed
September 17, 2018
E
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus committed
September 14, 2018
Y
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
Yury Selivanov committed
Y
bpo-33649: Refresh asyncio docs landing page (GH-9322)
Yury Selivanov committed
C
bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306)
Carol Willing committed
September 11, 2018
Y
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov committed
December 11, 2017
A
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov committed
July 25, 2017
L
April 12, 2015
R
#23464: remove JoinableQueue that was deprecated in 3.4.4.
R David Murray committed
March 10, 2015
V
asyncio doc: changes on the Queue API missed Python 3.4.3 release
Victor Stinner committed
February 25, 2015
V
asyncio: add a note about (non) thread safety in each class
Victor Stinner committed
V
asyncio doc: move queues to a new page
Victor Stinner committed