summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/staggered.py
Commit message (Expand)AuthorAgeFilesLines
* GH-124639: add back loop param to staggered_race (#124700)Kumar Aditya2024-09-291-2/+8
* gh-124309: Modernize the `staggered_race` implementation to support eager tas...Peter Bierma2024-09-261-61/+18
* gh-119121: Fix and test `async.staggered.staggered_race` (#119173)Nikita Sobolev2024-05-201-2/+1
* gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282)Nikita Sobolev2024-01-201-11/+1
* Fix import path for asyncio.TimeoutError (#17691)Andrew Svetlov2019-12-241-2/+2
* bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)Yury Selivanov2019-05-271-1/+3
* bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)twisteroid ambassador2019-05-051-0/+147