COMMITS
/ Lib/asyncio/timeouts.py January 6, 2025
M
gh-128559: Remove typing import from asyncio.timeouts (#128560)
Michael H committed
January 10, 2024
S
gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() block (GH-113819)
Serhiy Storchaka committed
January 9, 2024
S
gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeout() (GH-113850)
Serhiy Storchaka committed
October 21, 2023
S
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
Serhiy Storchaka committed
March 22, 2023
K
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
Kristján Valur Jónsson committed
March 19, 2023
J
gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (#102811)
JosephSBoyle committed
July 24, 2022
March 10, 2022
A
bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)
Andrew Svetlov committed