Commit message (Expand) | Author | Age | |
---|---|---|---|
* | gh-128559: Remove typing import from asyncio.timeouts (#128560) | Michael H | 2025-01-06 |
* | gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() b... | Serhiy Storchaka | 2024-01-10 |
* | gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeou... | Serhiy Storchaka | 2024-01-09 |
* | gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111) | Serhiy Storchaka | 2023-10-21 |
* | gh-102780: Fix uncancel() call in asyncio timeouts (#102815) | Kristján Valur Jónsson | 2023-03-22 |
* | gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (... | JosephSBoyle | 2023-03-19 |
* | gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr... | Thomas Grainger | 2022-07-24 |
* | bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394) | Andrew Svetlov | 2022-03-10 |