COMMITS
/ Lib/asyncio/taskgroups.py 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