COMMITS
/ Lib/test/test_asyncio/test_futures2.py July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
February 16, 2023
K
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
Kumar Aditya committed
October 5, 2022
G
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756)
Guido van Rossum committed
July 11, 2022
February 10, 2022
A
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
Andrew Svetlov committed
January 22, 2022
N
bpo-46425: fix direct invocation of `asyncio` tests (#30725)
Nikita Sobolev committed
November 10, 2020
A
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020)
Andrew Svetlov committed