Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] Use full names for time units (GH-28611) | Serhiy Storchaka | 2021-09-29 | 1 | -1/+1 |
| | | | | Use "second", "millisecond", "microsecond", "nanosecond" instead of "sec", "ms", "msec", "us", "ns", etc. | ||||
* | docs: Add asyncio source code links (GH-16640) | Kyle Stanley | 2019-10-10 | 1 | -0/+6 |
| | |||||
* | bpo-29883: Asyncio proactor udp (GH-13440) | Andrew Svetlov | 2019-05-28 | 1 | -3/+0 |
| | | | | | | Follow-up for #1067 https://bugs.python.org/issue29883 | ||||
* | bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) | Victor Stinner | 2018-09-25 | 1 | -10/+6 |
| | |||||
* | bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) | Elvis Pranskevichus | 2018-09-17 | 1 | -6/+6 |
| | |||||
* | polish exceptions and platforms (GH-9272) | Carol Willing | 2018-09-13 | 1 | -4/+5 |
| | |||||
* | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 1 | -0/+105 |
Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms |