summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-task.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)Andrew Svetlov2022-03-171-43/+3
* bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...Andrew Svetlov2022-03-141-1/+8
* bpo-45390: Propagate CancelledError's message from cancelled task to its awai...Andrew Svetlov2022-02-211-0/+3
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Serhiy Storchaka2022-02-181-59/+24
* bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...Kumar Aditya2021-12-191-6/+6
* removal of duplicated text paragraph (#29666)Taras Sereda2021-12-061-6/+0
* Save a reference for ensure_future and create_task (GH-29163)Joannah Nanjekye2021-11-151-0/+5
* correct spelling (GH-27076)Sondre Lillebø Gundersen2021-07-191-1/+1
* Doc: Fix wrong exception used in example. (GH-26572)Julien Palard2021-07-081-1/+1
* bpo-43216: Remove @asyncio.coroutine (GH-26369)Illia Volochii2021-07-011-60/+0
* bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)Ken Jin2021-05-261-0/+69
* Updated code example for asyncio.gather (GH-20604)josephernest2021-05-141-8/+11
* bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...Serhiy Storchaka2021-04-251-0/+17
* bpo-42783: Documentation for asyncio.sleep(0) (#24002)Simon Willison2021-01-071-0/+4
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-9/+9
* bpo-42392: Remove deprecated loop parameter from docs (GH-23552)Yurii Karabas2020-11-291-26/+6
* Typo (#23482)Jesús Cea2020-11-231-1/+1
* bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...Jakub Stasiak2020-11-021-4/+4
* bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...Vinay Sharma2020-07-201-0/+8
* bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...Rémi Lapeyre2020-07-021-25/+0
* Fix asyncio.to_thread() documented return type (GH-20547)Kyle Stanley2020-05-311-2/+1
* bpo-40405: Fix asyncio.as_completed docs (GH-19753)Bar Harel2020-05-231-5/+5
* bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)Kyle Stanley2020-05-211-1/+5
* bpo-32309: Implement asyncio.to_thread() (GH-20143)Kyle Stanley2020-05-191-0/+56
* bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)Chris Jerdonek2020-05-151-1/+4
* bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...romasku2020-05-151-1/+2
* bpo-34790: add version of removal of explicit passing of coros to `asyncio.wa...jack11422020-05-131-1/+1
* bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)Joel Rosdahl2020-05-041-0/+2
* docs: Add asyncio source code links (GH-16640)Kyle Stanley2019-10-101-3/+7
* Fix and improve `asyncio.run()` docs (GH-16403)Kyle Stanley2019-10-011-4/+2
* bpo-38260: Add Docs on asyncio.run (GH-16337)Emmanuel Arias2019-09-251-0/+12
* Doc: Remove provisional note for asyncio.run() (GH-16310)Kyle Stanley2019-09-201-2/+0
* bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() ...Kyle Stanley2019-09-191-2/+4
* bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)Andrew Svetlov2019-09-121-10/+23
* bpo-36999: Add asyncio.Task.get_coro() (GH-13680)Alex Grönholm2019-05-301-0/+6
* bpo-36932: use proper deprecation-removed directive (GH-13349)Matthias Bussonnier2019-05-211-15/+22
* Orthographical fix (GH-13418)Boštjan Mejak2019-05-191-1/+1
* bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)Andrew Svetlov2019-05-161-3/+4
* bpo-35579: Fix typo in in asyncio-task documentation (GH-11321)Vaibhav Gupta2018-12-261-1/+1
* Use f-strings in asyncio-task code examples (GH-10035)Mariatta2018-10-241-6/+6
* bpo-34476: Document that asyncio.sleep() always suspends. (#9643)Hrvoje Nikšić2018-10-011-0/+3
* bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611)Yury Selivanov2018-09-271-2/+1
* asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)Yury Selivanov2018-09-251-5/+5
* bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-...Yury Selivanov2018-09-251-4/+36
* bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475)Yury Selivanov2018-09-211-11/+15
* bpo-33649: More improvements (GH-9439)Yury Selivanov2018-09-201-43/+131
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Yury Selivanov2018-09-181-43/+124
* bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)Yury Selivanov2018-09-181-1/+2
* Fix syntax error on Asyncio example in doc (GH-9387)Miguel Ángel García2018-09-181-1/+1
* Change "set_after" reference to `say_after`. (GH-9384)Danny Hermes2018-09-181-1/+1