aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/base_tasks.py
Commit message (Expand)AuthorAge
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-01
* bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)Andrew Svetlov2022-03-17
* bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)Guido van Rossum2022-02-15
* bpo-39764: Make Task.get_stack accept ag_frame (#18669)Lidi Zheng2020-03-02
* bpo-34270: Make it possible to name asyncio tasks (GH-8547)Alex Grönholm2018-08-08
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-10
* Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-28