summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_timeouts.py
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110099)Victor Stinner2023-09-291-20/+0
* gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815)Miss Islington (bot)2023-03-221-0/+30
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Miss Islington (bot)2022-07-261-0/+24
* bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)Andrew Svetlov2022-03-101-0/+229