Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Found some remaining default roles. (GH-98392) | Julien Palard | 2022-10-18 | 1 | -1/+1 |
| | |||||
* | gh-95180: Add `TaskGroup` and `Runner` to AsyncIO API Index (#95189) | siph | 2022-09-02 | 1 | -9/+20 |
| | | | | | Also rearrange some items in the list. Co-authored-by: Thomas Grainger <tagrain@gmail.com> | ||||
* | bpo-43352: Add a Barrier object in asyncio lib (GH-24903) | Duprat | 2022-03-25 | 1 | -0/+8 |
| | | | | Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-42413: Replace `concurrent.futures.TimeoutError` and ↵ | Kumar Aditya | 2021-12-19 | 1 | -5/+0 |
| | | | | | `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | Fix some minor errors in the docs (GH-24834) | Zackery Spytz | 2021-03-14 | 1 | -1/+1 |
| | |||||
* | bpo-32309: Implement asyncio.to_thread() (GH-20143) | Kyle Stanley | 2020-05-19 | 1 | -0/+3 |
| | | | | | Implements `asyncio.to_thread`, a coroutine for asynchronously running IO-bound functions in a separate thread without blocking the event loop. See the discussion starting from [here](https://github.com/python/cpython/pull/18410#issuecomment-628930973) in GH-18410 for context. Automerge-Triggered-By: @aeros | ||||
* | bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) | Yury Selivanov | 2019-09-30 | 1 | -30/+6 |
| | | | See https://bugs.python.org/issue38242 for more details | ||||
* | bpo-36889: Document Stream class and add docstrings (GH-14488) | Xtreak | 2019-09-13 | 1 | -6/+30 |
| | | | | | | | | | | | * This just copies the docs from `StreamWriter` and `StreamReader`. * Add docstring for asyncio functions. https://bugs.python.org/issue36889 Automerge-Triggered-By: @asvetlov | ||||
* | bpo-33649: Add low-level APIs index. (GH-9364) | Yury Selivanov | 2018-09-17 | 1 | -4/+16 |
| | |||||
* | bpo-33649: Fix asyncio-dev (GH-9324) | Yury Selivanov | 2018-09-14 | 1 | -6/+6 |
| | |||||
* | bpo-33649: Add high-level APIs cheat-sheet (GH-9319) | Yury Selivanov | 2018-09-14 | 1 | -0/+206 |