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
/
test
/
test_asyncio
/
test_taskgroups.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)
Guido van Rossum
2022-08-17
1
-24/+30
*
gh-95724: Clarify taskgroups.py license. (#95847)
Yury Selivanov
2022-08-11
1
-1/+2
*
GH-95289: Always call uncancel() when parent cancellation is requested (#95602)
Kumar Aditya
2022-08-04
1
-1/+32
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum
2022-06-30
1
-4/+23
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
1
-6/+2
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
1
-0/+18
*
Taskgroup tweaks (GH-31559)
Tin Tvrtković
2022-02-26
1
-7/+19
*
Reduce flakiness of taskgroups test 13 (GH-31411)
Guido van Rossum
2022-02-18
1
-1/+1
*
bpo-46752: Slight improvements to TaskGroup API (GH-31398)
Guido van Rossum
2022-02-18
1
-6/+13
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
1
-0/+694