COMMITS
/ Lib/asyncio/taskgroups.py May 5, 2025
January 22, 2025
Y
January 20, 2025
January 7, 2025
T
gh-128552: fix refcycles in eager task creation (#128553)
Thomas Grainger committed
October 14, 2024
T
K
gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#12… (#125476)
Kirill Podoprigora committed
T
gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)
Thomas Grainger committed
April 9, 2024
G
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum committed
March 6, 2024
J
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Jason Zhang committed
January 29, 2024
M
TaskGroup: Use explicit None check for cancellation error (#114708)
Matan Perelman committed
January 9, 2024
S
gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeout() (GH-113850)
Serhiy Storchaka committed
December 13, 2023
J
gh-112622: Pass name to loop create_task method (#112623)
Jamie committed
October 21, 2023
S
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
Serhiy Storchaka committed
June 26, 2023
J
gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)
James Webber committed
June 13, 2023
K
GH-105684: Require `asyncio.Task` implementations to support `set_name` method (#105685)
Kumar Aditya committed
May 5, 2023
I
gh-104144: Skip scheduling a done callback if a TaskGroup task completes eagerly (#104140)
Itamar Ostricher committed
March 15, 2023
J
gh-102560 Add docstrings to asyncio.TaskGroup (#102565)
JosephSBoyle committed
October 22, 2022
August 17, 2022
G
GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)
Guido van Rossum committed
August 11, 2022
Y
gh-95724: Clarify taskgroups.py license. (#95847)
Yury Selivanov committed
August 4, 2022
K
GH-95289: Always call uncancel() when parent cancellation is requested (#95602)
Kumar Aditya committed
June 30, 2022
G
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum committed
May 27, 2022
Y
gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)
Yury Selivanov committed
March 14, 2022
A
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (GH-31837)
Andrew Svetlov committed
February 26, 2022
T
Taskgroup tweaks (GH-31559)
Tin Tvrtković committed
February 20, 2022
A
bpo-46752: Uniform TaskGroup.__repr__ (GH-31409)
Andrew Svetlov committed
February 18, 2022
G
bpo-46752: Slight improvements to TaskGroup API (GH-31398)
Guido van Rossum committed
February 15, 2022
G
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum committed