index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
staggered.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-124309: fix staggered race on eager tasks (#124847)
Thomas Grainger
2024-10-11
1
-3/+14
*
gh-124858: fix happy eyeballs refcyles (#124859)
Thomas Grainger
2024-10-02
1
-0/+1
*
gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...
Peter Bierma
2024-10-01
1
-23/+60
*
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