FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-46771: Implement asyncio context managers for handling timeouts by asvetlov · Pull Request #31394 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-46771: Implement asyncio context managers for handling timeouts
- #31394
#31394
Merged
gvanrossum
merged 31 commits into
main
python/cpython:main
from
issue-46771
python/cpython:issue-46771
Copy head branch name to clipboard
Mar 10, 2022
Conversation
Commits
31
(31)
Checks
Files changed
Merged
bpo-46771: Implement asyncio context managers for handling timeouts
#31394
gvanrossum
merged 31 commits into
main
python/cpython:main
from
issue-46771
python/cpython:issue-46771
Copy head branch name to clipboard
Commits
Commits on Mar 9, 2022
bpo-46771: Implement asyncio context managers for handling timeouts
asvetlov
committed
dac5874
View commit details
Copy full SHA for dac5874
Browse repository at this point
Add reschedule tests
asvetlov
committed
374ff2a
View commit details
Copy full SHA for 374ff2a
Browse repository at this point
Add reschedule tests
asvetlov
committed
70fa59b
View commit details
Copy full SHA for 70fa59b
Browse repository at this point
Dro breakpoint
asvetlov
committed
3ae2af6
View commit details
Copy full SHA for 3ae2af6
Browse repository at this point
Tune repr
asvetlov
committed
1654ec4
View commit details
Copy full SHA for 1654ec4
Browse repository at this point
Add tests
asvetlov
committed
2c9dbf8
View commit details
Copy full SHA for 2c9dbf8
Browse repository at this point
More tests
asvetlov
committed
baa7400
View commit details
Copy full SHA for baa7400
Browse repository at this point
Rename
asvetlov
committed
1ca0fb8
View commit details
Copy full SHA for 1ca0fb8
Browse repository at this point
Update Lib/asyncio/timeouts.py
Show description for 8a81dd1
asvetlov
and
gvanrossum
committed
8a81dd1
View commit details
Copy full SHA for 8a81dd1
Browse repository at this point
Update Lib/asyncio/timeouts.py
Show description for fae235d
asvetlov
and
gvanrossum
committed
fae235d
View commit details
Copy full SHA for fae235d
Browse repository at this point
Update Lib/asyncio/timeouts.py
Show description for 663b82f
asvetlov
and
gvanrossum
committed
663b82f
View commit details
Copy full SHA for 663b82f
Browse repository at this point
Update Lib/asyncio/timeouts.py
Show description for 24d62d1
asvetlov
and
gvanrossum
committed
24d62d1
View commit details
Copy full SHA for 24d62d1
Browse repository at this point
Add a test
asvetlov
committed
6a26d1b
View commit details
Copy full SHA for 6a26d1b
Browse repository at this point
Polish docstrings
asvetlov
committed
930b92b
View commit details
Copy full SHA for 930b92b
Browse repository at this point
Format
asvetlov
committed
ac5c53d
View commit details
Copy full SHA for ac5c53d
Browse repository at this point
Tune tests
asvetlov
committed
f96ad1c
View commit details
Copy full SHA for f96ad1c
Browse repository at this point
Fix comment
asvetlov
committed
94b4b4c
View commit details
Copy full SHA for 94b4b4c
Browse repository at this point
Tune comment
asvetlov
committed
388c6da
View commit details
Copy full SHA for 388c6da
Browse repository at this point
Tune docstrings
asvetlov
committed
cdc7f88
View commit details
Copy full SHA for cdc7f88
Browse repository at this point
Tune
asvetlov
committed
9949fe4
View commit details
Copy full SHA for 9949fe4
Browse repository at this point
Tune tests
asvetlov
committed
c716856
View commit details
Copy full SHA for c716856
Browse repository at this point
Update Lib/test/test_asyncio/test_timeouts.py
Show description for b4889a0
asvetlov
and
gvanrossum
committed
b4889a0
View commit details
Copy full SHA for b4889a0
Browse repository at this point
Tune tests
asvetlov
committed
b6504e6
View commit details
Copy full SHA for b6504e6
Browse repository at this point
Don't clobber foreign exceptions even if timeout is expiring
Show description for fd2688d
gvanrossum
authored and
asvetlov
committed
fd2688d
View commit details
Copy full SHA for fd2688d
Browse repository at this point
Add test from discussion
Show description for 2ddda69
gvanrossum
authored and
asvetlov
committed
2ddda69
View commit details
Copy full SHA for 2ddda69
Browse repository at this point
Fix indent of added test
Show description for 493545a
gvanrossum
authored and
asvetlov
committed
493545a
View commit details
Copy full SHA for 493545a
Browse repository at this point
Disable slow callback warning
asvetlov
committed
ff36f2a
View commit details
Copy full SHA for ff36f2a
Browse repository at this point
Reformat
asvetlov
committed
8790e49
View commit details
Copy full SHA for 8790e49
Browse repository at this point
Increase delay
asvetlov
committed
ac6f8c8
View commit details
Copy full SHA for ac6f8c8
Browse repository at this point
Don't raise TimeoutError if the CancelledError was swallowed by inner code
asvetlov
committed
e8c67ce
View commit details
Copy full SHA for e8c67ce
Browse repository at this point
Commits on Mar 10, 2022
Don't duplicate py/c tests, timeout has no C accelerators
asvetlov
committed
e65d766
View commit details
Copy full SHA for e65d766
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL