aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/base_futures.py
Commit message (Expand)AuthorAge
* gh-84623: Remove unused imports in stdlib (#93773)Victor Stinner2022-06-13
* bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)Andrew Svetlov2022-03-17
* bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...Andrew Svetlov2020-11-10
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-11
* bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)jhaydaman2018-05-30
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-22
* bpo-32311: Implement asyncio.create_task() shortcut (#4848)Andrew Svetlov2017-12-15
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-10
* Merge 3.5 (issue #28634)Yury Selivanov2016-11-07
* Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-28