| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-128552: fix refcycles in eager task creation (#128553) | Thomas Grainger | 2025-01-07 | 1 | -1/+6 |
|
|
* | gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P... | Thomas Grainger | 2024-10-14 | 1 | -9/+32 |
|
|
* | gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (... | Kirill Podoprigora | 2024-10-14 | 1 | -32/+9 |
|
|
* | gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) | Thomas Grainger | 2024-10-14 | 1 | -9/+32 |
|
|
* | gh-116720: Fix corner cases of taskgroups (#117407) | Guido van Rossum | 2024-04-09 | 1 | -6/+13 |
|
|
* | gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009) | Jason Zhang | 2024-03-06 | 1 | -0/+3 |
|
|
* | TaskGroup: Use explicit None check for cancellation error (#114708) | Matan Perelman | 2024-01-29 | 1 | -1/+1 |
|
|
* | gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeou... | Serhiy Storchaka | 2024-01-09 | 1 | -3/+5 |
|
|
* | gh-112622: Pass name to loop create_task method (#112623) | Jamie | 2023-12-13 | 1 | -3/+3 |
|
|
* | gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111) | Serhiy Storchaka | 2023-10-21 | 1 | -4/+2 |
|
|
* | gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090) | James Webber | 2023-06-26 | 1 | -1/+1 |
|
|
* | GH-105684: Require `asyncio.Task` implementations to support `set_name` metho... | Kumar Aditya | 2023-06-13 | 1 | -1/+1 |
|
|
* | gh-104144: Skip scheduling a done callback if a TaskGroup task completes eage... | Itamar Ostricher | 2023-05-05 | 1 | -2/+8 |
|
|
* | gh-102560 Add docstrings to asyncio.TaskGroup (#102565) | JosephSBoyle | 2023-03-15 | 1 | -0/+18 |
|
|
* | GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after rais... | Kumar Aditya | 2022-10-22 | 1 | -5/+5 |
|
|
* | GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761) | Guido van Rossum | 2022-08-17 | 1 | -4/+3 |
|
|
* | gh-95724: Clarify taskgroups.py license. (#95847) | Yury Selivanov | 2022-08-11 | 1 | -1/+2 |
|
|
* | GH-95289: Always call uncancel() when parent cancellation is requested (#95602) | Kumar Aditya | 2022-08-04 | 1 | -8/+9 |
|
|
* | GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) | Guido van Rossum | 2022-06-30 | 1 | -0/+2 |
|
|
* | gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299) | Yury Selivanov | 2022-05-27 | 1 | -13/+6 |
|
|
* | bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (... | Andrew Svetlov | 2022-03-14 | 1 | -2/+5 |
|
|
* | Taskgroup tweaks (GH-31559) | Tin Tvrtković | 2022-02-26 | 1 | -27/+23 |
|
|
* | bpo-46752: Uniform TaskGroup.__repr__ (GH-31409) | Andrew Svetlov | 2022-02-20 | 1 | -8/+10 |
|
|
* | bpo-46752: Slight improvements to TaskGroup API (GH-31398) | Guido van Rossum | 2022-02-18 | 1 | -18/+4 |
|
|
* | bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270) | Guido van Rossum | 2022-02-15 | 1 | -0/+235 |
|
|