summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_taskgroups.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...Andrew Svetlov2022-03-231-6/+2
* bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...Andrew Svetlov2022-03-141-0/+18
* Taskgroup tweaks (GH-31559)Tin Tvrtković2022-02-261-7/+19
* Reduce flakiness of taskgroups test 13 (GH-31411)Guido van Rossum2022-02-181-1/+1
* bpo-46752: Slight improvements to TaskGroup API (GH-31398)Guido van Rossum2022-02-181-6/+13
* bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)Guido van Rossum2022-02-151-0/+694