Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -1/+1 |
| | | | | | The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did. | ||||
* | fix typo in ThreadedChildWatcher docs (GH-23277) | Thomas Grainger | 2020-11-14 | 1 | -1/+1 |
| | |||||
* | bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text ↵ | Raúl Cumplido | 2020-10-21 | 1 | -1/+1 |
| | | | | | (GH-22580) While translating the following document to Spanish we found there is a grammar issue on the original documentation. | ||||
* | closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) | Benjamin Peterson | 2019-11-14 | 1 | -0/+12 |
| | |||||
* | bpo-35621: Support running subprocesses in asyncio when loop is executed in ↵ | Andrew Svetlov | 2019-06-30 | 1 | -8/+54 |
| | | | | non-main thread (GH-14344) | ||||
* | Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() ↵ | sth | 2018-12-30 | 1 | -1/+1 |
| | | | | | (GH-11369) `set_child_watcher()` *sets* the watcher. | ||||
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -2/+2 |
| | | | | | | Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org> | ||||
* | bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) | Victor Stinner | 2018-09-25 | 1 | -1/+13 |
| | |||||
* | bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) | Elvis Pranskevichus | 2018-09-17 | 1 | -12/+11 |
| | |||||
* | edit async policy doc - second pass (GH-9235) | Carol Willing | 2018-09-13 | 1 | -6/+6 |
| | |||||
* | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 1 | -0/+222 |
Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms |