Kumar Aditya
|
18b6ca9660
|
GH-120804: add docs for removal for asyncio child watchers (#120895)
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
|
2024-06-23 13:14:12 +00:00 |
Serhiy Storchaka
|
4b9948617f
|
gh-106909: Use role :const: for referencing module constants (GH-106910)
|
2023-07-21 12:40:37 +03:00 |
Serhiy Storchaka
|
233b9da07d
|
[docs] Use full names for time units (GH-28611)
Use "second", "millisecond", "microsecond", "nanosecond" instead of
"sec", "ms", "msec", "us", "ns", etc.
|
2021-09-29 12:09:56 +03:00 |
Kyle Stanley
|
f900064ac4
|
docs: Add asyncio source code links (GH-16640)
|
2019-10-10 19:18:46 -04:00 |
Andrew Svetlov
|
bafd4b5ac8
|
bpo-29883: Asyncio proactor udp (GH-13440)
Follow-up for #1067
https://bugs.python.org/issue29883
|
2019-05-28 02:52:15 -07:00 |
Victor Stinner
|
6ea29c5e90
|
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
|
2018-09-25 11:27:08 -04:00 |
Elvis Pranskevichus
|
1fa2ec49be
|
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
|
2018-09-17 19:16:44 -04: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 |