COMMITS
/ Lib/test/test_asyncio/test_tasks.py May 12, 2026
S
January 3, 2026
K
December 11, 2025
K
December 6, 2025
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
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
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
March 11, 2025
K
fix various warnings in `test_asyncio.test_tasks` (#131109)
Kumar Aditya committed
February 18, 2025
K
improve `test_tasks` to use correct idiom for starting task in asyncio (#130257)
Kumar Aditya committed
February 10, 2025
K
gh-129289: fix crash when task finalizer is not called in asyncio (#129840)
Kumar Aditya committed
February 9, 2025
K
gh-129874: improve `test_tasks` in asyncio to use correct internal functions (#129890)
Kumar Aditya committed
February 7, 2025
K
improve `test_log_destroyed_pending_task` in asyncio (#129821)
Kumar Aditya committed
K
fix tests in `test_asyncio.test_tasks` to use correct `all_tasks` (#129815)
Kumar Aditya committed
January 20, 2025
S
gh-71339: Use new assertion methods in `test_asyncio` (#129051)
Serhiy Storchaka committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
December 22, 2024
T
gh-127949: fix resource warnings in `test_tasks.py` (#128172)
Thomas Grainger committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
October 31, 2024
August 11, 2024
W
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian committed
June 22, 2024
K
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya committed
June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner 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
June 12, 2023
April 29, 2023
I
gh-103793: Defer formatting task name (#103767)
Itamar Ostricher committed
April 6, 2023
I
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel committed
March 17, 2023
K
GH-78530: add support for generators in `asyncio.wait` (#102761)
Kumar Aditya committed
March 16, 2023
K
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
Kumar Aditya committed
December 22, 2022
I
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher committed
December 9, 2022
K
GH-100113: remove remaining `yield from` usage from `asyncio` tests (#100114)
Kumar Aditya committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
November 12, 2022
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
August 4, 2022
June 30, 2022
M
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)
Mehdi ABAAKOUK committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
April 24, 2022
S
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka committed
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
March 16, 2022
A
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)
Andrew Svetlov committed
A
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942)
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 21, 2022
A
bpo-45390: Propagate CancelledError's message from cancelled task to its awaiter (GH-31383)
Andrew Svetlov committed
February 20, 2022
N
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev committed