aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/taskgroups.py
Commit message (Expand)AuthorAge
* gh-104144: Skip scheduling a done callback if a TaskGroup task completes eage...Itamar Ostricher2023-05-05
* gh-102560 Add docstrings to asyncio.TaskGroup (#102565)JosephSBoyle2023-03-14
* GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after rais...Kumar Aditya2022-10-22
* GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)Guido van Rossum2022-08-16
* gh-95724: Clarify taskgroups.py license. (#95847)Yury Selivanov2022-08-11
* GH-95289: Always call uncancel() when parent cancellation is requested (#95602)Kumar Aditya2022-08-04
* GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)Guido van Rossum2022-06-30
* gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)Yury Selivanov2022-05-27
* bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...Andrew Svetlov2022-03-14
* Taskgroup tweaks (GH-31559)Tin Tvrtković2022-02-26
* bpo-46752: Uniform TaskGroup.__repr__ (GH-31409)Andrew Svetlov2022-02-20
* bpo-46752: Slight improvements to TaskGroup API (GH-31398)Guido van Rossum2022-02-17
* bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)Guido van Rossum2022-02-15