COMMITS
/ Doc/library/asyncio-task.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
March 16, 2026
T
February 7, 2026
November 9, 2025
M
gh-141186: document `asyncio.Task` cancellation propagation behavior (#141249)
Mohsin Mehmood committed
August 9, 2025
A
gh-137026: Add an explainer guide for asyncio (GH-137215)
Alexander Nordin committed
May 22, 2025
T
gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (#134202)
Thomas Grainger committed
April 13, 2025
F
gh-132354: document return value for `asyncio.Task.cancel` (#132374)
Felix Scherz committed
February 22, 2025
S
gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
sobolevn committed
December 29, 2024
T
expand the `asyncio.run_coroutine_threadsafe` recipes (#127576)
Thomas Grainger committed
October 12, 2024
G
gh-125289: Update sample code in asyncio-task.rst (GH-125292)
Ghorban M. Tavakoly committed
September 11, 2024
B
gh-108951: Document how to terminate an asyncio.TaskGroup (#123837)
Bénédikt Tran committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
May 6, 2024
X
Fix typo in Doc/library/asyncio-task.rst (GH-118627)
Xie Yanbo committed
April 9, 2024
G
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum committed
April 1, 2024
J
gh-77714: Provide an async iterator version of as_completed (GH-22491)
Justin Turner Arthur committed
March 6, 2024
J
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Jason Zhang committed
January 24, 2024
N
gh-101100: Fix sphinx warnings in `asyncio-task.rst` (#114469)
Nikita Sobolev committed
October 24, 2023
Z
Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271)
Zachary Ware committed
October 13, 2023
P
gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818)
paskozdilar committed
August 24, 2023
A
August 19, 2023
T
gh-107980: fix doc role for asyncio.timeouts (#108126)
Tin Tvrtković committed
June 28, 2023
June 12, 2023
May 9, 2023
J
gh-97696 Add documentation for get_coro() behavior with eager tasks (#104304)
Jacob Bower committed
May 8, 2023
I
gh-97696: Improve and fix documentation for asyncio eager tasks (#104256)
Itamar Ostricher committed
May 7, 2023
I
gh-104254: Document the optional keyword-only "context" argument to Task constructor (#104251)
Itamar Ostricher committed
May 1, 2023
I
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher committed
April 20, 2023
A
April 19, 2023
K
GH-88342: clarify that `asyncio.as_completed` accepts generators yielding tasks (#103626)
Kumar Aditya committed
March 24, 2023
H
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade committed
March 23, 2023
J
gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934)
JosephSBoyle committed
March 22, 2023
K
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
Kristján Valur Jónsson committed
March 17, 2023
K
GH-78530: add support for generators in `asyncio.wait` (#102761)
Kumar Aditya committed
March 14, 2023
J
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
Joongi Kim committed
February 7, 2023
O
gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack` (#101652)
Oleg Iarygin committed
February 1, 2023
R
January 31, 2023
November 18, 2022
S
gh-85073: Add some missing links to source (GH-99363)
Stanley committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
G
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum committed
October 5, 2022
G
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756)
Guido van Rossum committed
October 1, 2022
Ł
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95253)
Łukasz Langa committed
September 10, 2022
H
gh-94972: document that shield users need to keep a reference to their task (#96724)
Hendrik Makait committed
August 27, 2022
Z
Docs: Fix count of bullets in asyncio-task.rst (#96307)
zhanpon committed
July 24, 2022
July 15, 2022
T
GH-46771: docs for asyncio.timeout and task cancellation (#94794)
Tin Tvrtković committed
June 30, 2022
G
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum committed
G
GH-90908: Document asyncio.TaskGroup (GH-94359)
Guido van Rossum committed
June 7, 2022
A
gh-88831: In docs for asyncio.create_task, explain why strong references to tasks are needed (GH-93258)
Andreas Grommek committed