summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_timeouts.py
Commit message (Expand)AuthorAgeFilesLines
* gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() b...Serhiy Storchaka2024-01-101-11/+114
* gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)Serhiy Storchaka2023-10-211-1/+47
* gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)Victor Stinner2023-09-291-20/+0
* gh-102780: Fix uncancel() call in asyncio timeouts (#102815)Kristján Valur Jónsson2023-03-221-0/+30
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Thomas Grainger2022-07-241-0/+24
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+0
* bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)Andrew Svetlov2022-03-101-0/+229