summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-exceptions.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-42413: Replace `concurrent.futures.TimeoutError` and ↵Kumar Aditya2021-12-191-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 Stanley2019-10-101-0/+3
|
* bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)Xtreak2019-09-111-19/+2
| | | | | | | https://bugs.python.org/issue37651 Automerge-Triggered-By: @1st1
* Fix padding on asyncio.IncompleteReadError docs (GH-12258)Andre Delfino2019-03-101-3/+3
|
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-171-9/+9
|
* bpo-33649: Add high-level APIs cheat-sheet (GH-9319)Yury Selivanov2018-09-141-2/+4
|
* polish exceptions and platforms (GH-9272)Carol Willing2018-09-131-2/+3
|
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-0/+88
Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms