aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_taskgroups.py
Commit message (Expand)AuthorAge
* gh-128588: gh-128550: remove eager tasks optimization that missed and introdu...Thomas Grainger2025-01-20
* gh-128308: pass `**kwargs` to asyncio task_factory (#128768)Thomas Grainger2025-01-20
* gh-128552: fix refcycles in eager task creation (#128553)Thomas Grainger2025-01-07
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-18
* gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P...Thomas Grainger2024-10-14
* gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (...Kirill Podoprigora2024-10-14
* gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)Thomas Grainger2024-10-14
* gh-116720: Fix corner cases of taskgroups (#117407)Guido van Rossum2024-04-09
* gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)Jason Zhang2024-03-06
* gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)Serhiy Storchaka2023-10-21
* 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
* bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...Andrew Svetlov2022-03-23
* bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...Andrew Svetlov2022-03-14
* Taskgroup tweaks (GH-31559)Tin Tvrtković2022-02-26
* Reduce flakiness of taskgroups test 13 (GH-31411)Guido van Rossum2022-02-18
* 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