summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-platforms.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add asyncio source code links (GH-16640)Kyle Stanley2019-10-101-0/+6
|
* bpo-29883: Asyncio proactor udp (GH-13440)Andrew Svetlov2019-05-281-3/+0
| | | | | | Follow-up for #1067 https://bugs.python.org/issue29883
* bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)Victor Stinner2018-09-251-10/+6
|
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-171-6/+6
|
* polish exceptions and platforms (GH-9272)Carol Willing2018-09-131-4/+5
|
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-0/+105
Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms