summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/base_futures.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)jhaydaman2018-05-301-6/+2
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-4/+4
* bpo-32311: Implement asyncio.create_task() shortcut (#4848)Andrew Svetlov2017-12-151-2/+2
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-101-5/+5
* Merge 3.5 (issue #28634)Yury Selivanov2016-11-071-1/+2
* Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-281-0/+70