COMMITS
/ Lib/asyncio/tasks.py May 20, 2025
C
gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331)
Christian Harries committed
May 5, 2025
March 3, 2025
K
gh-128002: use efficient linked list implementation for eager tasks in asyncio (#130518)
Kumar Aditya committed
February 24, 2025
K
gh-129874: avoid mixing pure python and C impl in eager execution (#130515)
Kumar Aditya committed
February 19, 2025
K
gh-129898: per-thread current task implementation in asyncio (#129899)
Kumar Aditya committed
February 9, 2025
K
gh-129874: avoid mixing pure python and C implementation of asyncio (#129875)
Kumar Aditya committed
January 22, 2025
Y
August 27, 2024
K
gH-80788: remove old weakset workaround for thread safety (#123388)
Kumar Aditya committed
July 15, 2024
K
fix outdated comments in asyncio (#121783)
Kumar Aditya committed
June 22, 2024
K
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya committed
April 9, 2024
G
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum committed
April 1, 2024
J
gh-77714: Provide an async iterator version of as_completed (GH-22491)
Justin Turner Arthur committed
March 5, 2024
C
chore: fix typos (#116345)
cui fliter committed
December 13, 2023
J
gh-112622: Pass name to loop create_task method (#112623)
Jamie committed
October 18, 2023
September 27, 2023
K
gh-109955 : Update state transition comments for asyncio.Task (#109910)
Kristján Valur Jónsson committed
September 24, 2023
A
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood committed
August 20, 2023
K
Fix patchcheck for `asyncio.tasks` (#108159)
Kumar Aditya committed
June 13, 2023
K
GH-105684: Require `asyncio.Task` implementations to support `set_name` method (#105685)
Kumar Aditya committed
June 12, 2023
May 9, 2023
J
gh-97696 Remove unnecessary check for eager_start kwarg (#104188)
Jacob Bower committed
May 6, 2023
I
gh-104144: Optimize gather to finish eagerly when all futures complete eagerly (#104138)
Itamar Ostricher committed
May 1, 2023
I
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher committed
March 16, 2023
K
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
Kumar Aditya committed
March 7, 2023
K
Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#102398)
Kumar Aditya committed
February 16, 2023
K
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
Kumar Aditya committed
December 22, 2022
I
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
October 7, 2022
G
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum committed
October 5, 2022
G
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756)
Guido van Rossum committed
October 1, 2022
Ł
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95253)
Łukasz Langa committed
September 10, 2022
H
gh-94972: document that shield users need to keep a reference to their task (#96724)
Hendrik Makait committed
August 4, 2022
April 1, 2022
A
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov committed
March 23, 2022
A
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840)
Andrew Svetlov committed
March 17, 2022
A
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov committed
A
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov committed
March 14, 2022
A
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (GH-31837)
Andrew Svetlov committed
March 13, 2022
A
bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task implementations (GH-31838)
Andrew Svetlov committed
February 28, 2022
G
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
Guido van Rossum committed
February 24, 2022
T
bpo-46771: Implement task cancel requests counter (GH-31513)
Tin Tvrtković committed
February 20, 2022
N
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev committed
February 15, 2022
G
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum committed
January 28, 2022
K
January 22, 2022
K
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya committed
November 29, 2021
S
bpo-37658: Actually return result in race condition (GH-29202)
Sam Bull committed
April 25, 2021
S
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
Serhiy Storchaka committed
December 18, 2020
R
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky committed
December 6, 2020
S
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Serhiy Storchaka committed
November 28, 2020
Y
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
Yurii Karabas committed