Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-124639: add back loop param to staggered_race (#124700) | Kumar Aditya | 2024-09-29 | 1 | -2/+8 |
* | gh-124309: Modernize the `staggered_race` implementation to support eager tas... | Peter Bierma | 2024-09-26 | 1 | -61/+18 |
* | gh-119121: Fix and test `async.staggered.staggered_race` (#119173) | Nikita Sobolev | 2024-05-20 | 1 | -2/+1 |
* | gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282) | Nikita Sobolev | 2024-01-20 | 1 | -11/+1 |
* | Fix import path for asyncio.TimeoutError (#17691) | Andrew Svetlov | 2019-12-24 | 1 | -2/+2 |
* | bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) | Yury Selivanov | 2019-05-27 | 1 | -1/+3 |
* | bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) | twisteroid ambassador | 2019-05-05 | 1 | -0/+147 |