summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/timeouts.py
Commit message (Expand)AuthorAgeFilesLines
* gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() b...Serhiy Storchaka2024-01-101-2/+17
* gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeou...Serhiy Storchaka2024-01-091-4/+5
* gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)Serhiy Storchaka2023-10-211-4/+8
* gh-102780: Fix uncancel() call in asyncio timeouts (#102815)Kristján Valur Jónsson2023-03-221-3/+4
* gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (...JosephSBoyle2023-03-191-0/+12
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Thomas Grainger2022-07-241-4/+4
* bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)Andrew Svetlov2022-03-101-0/+151