Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-85447: Clarify docs about awaiting future multiple times (#97738) | Kumar Aditya | 2022-10-02 | 1 | -1/+2 |
| | |||||
* | gh-94972: document that shield users need to keep a reference to their task ↵ | Hendrik Makait | 2022-09-10 | 1 | -1/+1 |
| | | | | | | (#96724) Co-authored-by: Thomas Grainger <tagrain@gmail.com> Co-authored-by: Guido van Rossum <gvanrossum@gmail.com> | ||||
* | bpo-46829: Deprecate passing a message into Future.cancel() and ↵ | Andrew Svetlov | 2022-03-23 | 1 | -0/+10 |
| | | | | | Task.cancel() (GH-31840) After a long deliberation we ended up feeling that the message argument for Future.cancel(), added in 3.9, was a bad idea, so we're deprecating it in 3.11 and plan to remove it in 3.13. | ||||
* | bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) | Serhiy Storchaka | 2022-02-18 | 1 | -1/+1 |
| | |||||
* | Save a reference for ensure_future and create_task (GH-29163) | Joannah Nanjekye | 2021-11-15 | 1 | -0/+3 |
| | | | Co-authored-by: Joannah Nanjekye <jnanjekye@python.org> | ||||
* | bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() ↵ | Serhiy Storchaka | 2021-04-25 | 1 | -0/+12 |
| | | | | | | (GH-23554) asyncio.get_event_loop() emits now a deprecation warning when it creates a new event loop. In future releases it will became an alias of asyncio.get_running_loop(). | ||||
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -3/+3 |
| | | | | | The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did. | ||||
* | bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) | Chris Jerdonek | 2020-05-15 | 1 | -1/+7 |
| | |||||
* | docs: Add asyncio source code links (GH-16640) | Kyle Stanley | 2019-10-10 | 1 | -0/+5 |
| | |||||
* | Update asyncio.ensure_future() documentation (GH-15347) | Roger Iyengar | 2019-08-21 | 1 | -1/+3 |
| | | | | Added back mention that ensure_future actually scheduled obj. This documentation just mentions what ensure_future returns, so I did not realize that ensure_future also schedules obj. | ||||
* | bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) | Yury Selivanov | 2018-09-18 | 1 | -1/+1 |
| | | | Co-authored-by: Elvis Pranskevichus <elvis@magic.io> | ||||
* | bpo-33649: Add low-level APIs index. (GH-9364) | Yury Selivanov | 2018-09-17 | 1 | -0/+2 |
| | |||||
* | bpo-33649: Fix asyncio-dev (GH-9324) | Yury Selivanov | 2018-09-14 | 1 | -4/+10 |
| | |||||
* | bpo-33649: Refresh asyncio docs landing page (GH-9322) | Yury Selivanov | 2018-09-14 | 1 | -0/+2 |
| | |||||
* | bpo-33649: Refresh Tasks and Futures pages (#9314) | Yury Selivanov | 2018-09-14 | 1 | -0/+240 |
* bpo-33649: Refresh Tasks and Futures pages * Fixes * Fix markup |