COMMITS
/ Doc/library/asyncio-policy.rst January 14, 2025
H
Python 3.14.0a4
Hugo van Kemenade committed
December 26, 2024
K
gh-127949: add docs for asyncio policy deprecation (#128269)
Kumar Aditya committed
December 24, 2024
K
gh-127949: deprecate asyncio policy classes (#128216)
Kumar Aditya committed
December 18, 2024
K
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
Kumar Aditya committed
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
November 4, 2024
K
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)
Kumar Aditya committed
June 23, 2024
K
GH-120804: add docs for removal for asyncio child watchers (#120895)
Kumar Aditya committed
January 10, 2024
S
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka committed
January 13, 2023
S
gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
November 12, 2022
K
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#99386)
Kumar Aditya committed
October 15, 2022
K
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya committed
September 28, 2022
K
fixup policy docs (#97618)
Kumar Aditya committed
September 27, 2022
C
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97603)
C.A.M. Gerlach committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
November 14, 2020
T
fix typo in ThreadedChildWatcher docs (GH-23277)
Thomas Grainger committed
October 21, 2020
R
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580)
Raúl Cumplido committed
November 14, 2019
B
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
Benjamin Peterson committed
June 30, 2019
A
December 30, 2018
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
September 25, 2018
V
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner committed
September 17, 2018
E
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus committed
September 13, 2018
C
edit async policy doc - second pass (GH-9235)
Carol Willing committed
September 11, 2018
Y
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov committed