COMMITS
/ Doc/library/asyncio.rst November 6, 2025
B
gh-140569: recommend the new REPL in the asyncio REPL docs (#140570)
Bartosz Sławecki committed
August 9, 2025
A
gh-137026: Add an explainer guide for asyncio (GH-137215)
Alexander Nordin committed
January 22, 2025
Y
July 22, 2024
Ł
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
October 24, 2023
I
gh-111151: Convert monospaced directives to :ref: (#111152)
InSync committed
September 19, 2023
V
gh-109435: Add Doc/library/cmdline.rst (#109436)
Victor Stinner committed
January 23, 2023
C
Added asyncio REPL example to docs. (#101243)
Carlton Gibson committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
May 8, 2022
March 31, 2022
A
bpo-45099: Document asyncio internal API (GH-32166)
Andrew Svetlov committed
March 24, 2022
A
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov committed
October 10, 2019
K
docs: Add asyncio source code links (GH-16640)
Kyle Stanley committed
September 18, 2018
Y
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
Yury Selivanov committed
Y
bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)
Yury Selivanov committed
September 17, 2018
E
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus committed
Y
bpo-33649: Add a hello world example to asyncio.rst (GH-9374)
Yury Selivanov committed
Y
bpo-33649: Add low-level APIs index. (GH-9364)
Yury Selivanov committed
September 14, 2018
Y
bpo-33649: Fix asyncio-dev (GH-9324)
Yury Selivanov committed
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
Y
bpo-33649: Refresh Tasks and Futures pages (#9314)
Yury Selivanov committed
September 11, 2018
Y
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov committed
December 15, 2016
Y
docs: asyncio is no longer provisional
Yury Selivanov committed
December 4, 2016
S
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
August 31, 2015
Y
Make asyncio provisional
Yury Selivanov committed
August 2, 2015
G
Remove warning about asyncio being provisional (it's not in 3.5 and up).
Guido van Rossum committed
February 25, 2015
V
asyncio doc: begin with warnings on asyncio traps
Victor Stinner committed
V
asyncio doc: move queues to a new page
Victor Stinner committed
October 29, 2014
G
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl committed
September 6, 2014
N
Issue #22346: also include asyncio PEP 411 notice in 3.4
Nick Coghlan committed
July 24, 2014
T
Asyncio doc fixes: spelling, grammar, duplication.
Terry Jan Reedy committed
July 8, 2014
V
Issue #21680: Document asyncio event loops
Victor Stinner committed
February 9, 2014
E
Various formatting & grammar fixes in asyncio* docs.
Eli Bendersky committed
B
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
Brian Curtin committed
February 2, 2014
V
asyncio: document the new asyncio.subprocess module
Victor Stinner committed
V
asyncio doc: add "asyncio-" prefix to references
Victor Stinner committed
January 23, 2014
V
asyncio doc: Move streams to their own dedicated page
Victor Stinner committed
January 16, 2014
V
asyncio: add a new "Develop with asyncio" section to the documentation
Victor Stinner committed
January 11, 2014
G
Fix minor markup bug: sub-toctrees should not have :numbered:
Georg Brandl committed
December 3, 2013
V
asyncio doc: oh, asyncio module has its own Future class
Victor Stinner committed
V
ayncio: replace the disclamer with a seealso section
Victor Stinner committed
V
Split asyncio documentation into subfiles
Victor Stinner committed
December 2, 2013
V
asyncio doc: change level of titles
Victor Stinner committed
V
asyncio doc: reorder sections
Victor Stinner committed
V
asyncio: document wait() function
Victor Stinner committed
V
asyncio doc
Victor Stinner committed
V
asyncio: sort some methods
Victor Stinner committed
V
asyncio doc: group transport method by classes
Victor Stinner committed