Benjamin Peterson
|
3ccdd9b180
|
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
|
2019-11-13 19:08:50 -08:00 |
Andrew Svetlov
|
0d671c04c3
|
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344)
|
2019-06-30 12:54:59 +03:00 |
sth
|
1b29c03c95
|
Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-11369)
`set_child_watcher()` *sets* the watcher.
|
2018-12-30 14:01:28 -08:00 |
Cheryl Sabella
|
2d6097d027
|
bpo-11233: Create availability directive for documentation (GH-9692)
Replace "Availability: xxx" with ".. availability:: xxx" in the doc.
Original patch by Georg Brandl.
Co-Authored-By: Georg Brandl <georg@python.org>
|
2018-10-12 16:55:20 +02: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
|
6d9767fb26
|
edit async policy doc - second pass (GH-9235)
|
2018-09-12 17:09:08 -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 |