Kristján Valur Jónsson
|
12a9813808
|
Clarify state of CancelledError in doc (#106453)
This change makes it explicit that asyncio.CancelledError is not a subclass of Exception.
|
2023-07-05 08:07:02 -07:00 |
Kumar Aditya
|
da4b214304
|
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197)
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
|
2021-12-19 13:22:40 +02:00 |
Kyle Stanley
|
f900064ac4
|
docs: Add asyncio source code links (GH-16640)
|
2019-10-10 19:18:46 -04:00 |
Xtreak
|
7b69069e9a
|
bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)
https://bugs.python.org/issue37651
Automerge-Triggered-By: @1st1
|
2019-09-11 07:12:51 -07:00 |
Andre Delfino
|
11205b8030
|
Fix padding on asyncio.IncompleteReadError docs (GH-12258)
|
2019-03-10 04:02:17 -07:00 |
Elvis Pranskevichus
|
1fa2ec49be
|
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
|
2018-09-17 19:16:44 -04:00 |
Yury Selivanov
|
7372c3bbef
|
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
|
2018-09-14 15:11:24 -07:00 |
Carol Willing
|
a3c8ba7235
|
polish exceptions and platforms (GH-9272)
|
2018-09-13 16:14:41 -07:00 |
Yury Selivanov
|
7c7605ff11
|
bpo-33649: First asyncio docs improvement pass (GH-9142)
Rewritten/updated sections:
* Event Loop APIs
* Transports & Protocols
* Streams
* Exceptions
* Policies
* Queues
* Subprocesses
* Platforms
|
2018-09-11 09:54:40 -07:00 |