summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-future.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)Guido van Rossum2022-10-071-10/+0
* GH-85447: Clarify docs about awaiting future multiple times (#97738)Kumar Aditya2022-10-021-1/+2
* gh-94972: document that shield users need to keep a reference to their task (...Hendrik Makait2022-09-101-1/+1
* bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...Andrew Svetlov2022-03-231-0/+10
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Serhiy Storchaka2022-02-181-1/+1
* Save a reference for ensure_future and create_task (GH-29163)Joannah Nanjekye2021-11-151-0/+3
* bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...Serhiy Storchaka2021-04-251-0/+12
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-3/+3
* bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)Chris Jerdonek2020-05-151-1/+7
* docs: Add asyncio source code links (GH-16640)Kyle Stanley2019-10-101-0/+5
* Update asyncio.ensure_future() documentation (GH-15347)Roger Iyengar2019-08-211-1/+3
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Yury Selivanov2018-09-181-1/+1
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-171-0/+2
* bpo-33649: Fix asyncio-dev (GH-9324)Yury Selivanov2018-09-141-4/+10
* bpo-33649: Refresh asyncio docs landing page (GH-9322)Yury Selivanov2018-09-141-0/+2
* bpo-33649: Refresh Tasks and Futures pages (#9314)Yury Selivanov2018-09-141-0/+240