summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-platforms.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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