COMMITS
/ Lib/asyncio/staggered.py August 4, 2025
A
gh-137128: Remove outdated todo about coro_fns in asyncio (#137385)
alexey semenyuk committed
January 26, 2025
January 23, 2025
October 11, 2024
T
gh-124309: fix staggered race on eager tasks (#124847)
Thomas Grainger committed
October 2, 2024
T
gh-124858: fix happy eyeballs refcyles (#124859)
Thomas Grainger committed
October 1, 2024
P
gh-124309: Revert eager task factory fix to prevent breaking downstream (#124810)
Peter Bierma committed
September 29, 2024
K
GH-124639: add back loop param to staggered_race (#124700)
Kumar Aditya committed
September 26, 2024
May 20, 2024
N
gh-119121: Fix and test `async.staggered.staggered_race` (#119173)
Nikita Sobolev committed
January 20, 2024
N
gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282)
Nikita Sobolev committed
December 24, 2019
A
Fix import path for asyncio.TimeoutError (#17691)
Andrew Svetlov committed
May 27, 2019
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
May 5, 2019
T
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
twisteroid ambassador committed