Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42413: Replace `concurrent.futures.TimeoutError` and ↵ | Kumar Aditya | 2021-12-19 | 1 | -4/+5 |
| | | | | | `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | docs: Add asyncio source code links (GH-16640) | Kyle Stanley | 2019-10-10 | 1 | -0/+3 |
| | |||||
* | bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) | Xtreak | 2019-09-11 | 1 | -19/+2 |
| | | | | | | | https://bugs.python.org/issue37651 Automerge-Triggered-By: @1st1 | ||||
* | Fix padding on asyncio.IncompleteReadError docs (GH-12258) | Andre Delfino | 2019-03-10 | 1 | -3/+3 |
| | |||||
* | bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) | Elvis Pranskevichus | 2018-09-17 | 1 | -9/+9 |
| | |||||
* | bpo-33649: Add high-level APIs cheat-sheet (GH-9319) | Yury Selivanov | 2018-09-14 | 1 | -2/+4 |
| | |||||
* | polish exceptions and platforms (GH-9272) | Carol Willing | 2018-09-13 | 1 | -2/+3 |
| | |||||
* | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 1 | -0/+88 |
Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms |