summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-policy.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)Serhiy Storchaka2023-01-131-3/+5
* gh-93453: No longer create an event loop in get_event_loop() (#98440)Serhiy Storchaka2022-12-061-0/+4
* GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...Kumar Aditya2022-11-121-0/+3
* GH-94597: Deprecate child watcher getters and setters (#98215)Kumar Aditya2022-10-151-0/+14
* fixup policy docs (#97618)Kumar Aditya2022-09-281-1/+1
* gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97...C.A.M. Gerlach2022-09-271-11/+25
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-1/+1
* fix typo in ThreadedChildWatcher docs (GH-23277)Thomas Grainger2020-11-141-1/+1
* bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...Raúl Cumplido2020-10-211-1/+1
* closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)Benjamin Peterson2019-11-141-0/+12
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-301-8/+54
* Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-...sth2018-12-301-1/+1
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-2/+2
* bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)Victor Stinner2018-09-251-1/+13
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-171-12/+11
* edit async policy doc - second pass (GH-9235)Carol Willing2018-09-131-6/+6
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-0/+222