COMMITS
/ Doc/library/asyncio-dev.rst March 21, 2026
S
GH-100108: Add async generators best practices section (#141885)
Sergey Miryanov committed
May 16, 2025
K
gh-133515: fix docs for unawaited coroutines in debug mode (#134081)
Kumar Aditya committed
October 16, 2024
E
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow committed
August 21, 2023
T
gh-108224: Fix asyncio doc inconsistency (#108230)
temach committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
October 12, 2022
S
gh-65046: Link to logging cookbook from asyncio docs (#98207)
Shantanu committed
September 27, 2022
C
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97603)
C.A.M. Gerlach committed
September 26, 2022
K
GH-65046: Fix docs about logging in `asyncio` (#97559)
Kumar Aditya committed
September 29, 2021
S
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka committed
August 29, 2020
R
Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)
Roger Iyengar committed
June 23, 2020
R
Improve asyncio.loop.call_soon() documentation (GH-20883)
Roger Iyengar committed
January 24, 2020
V
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner committed
September 4, 2019
R
Fix grammar in asyncio-dev.rst (GH-15672)
Roger Iyengar committed
October 26, 2018
B
Fix a typo in asyncio-dev.rst. (GH-10133)
Benjamin Peterson committed
September 17, 2018
E
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus committed
September 14, 2018
Y
bpo-33649: Fix asyncio-dev (GH-9324)
Yury Selivanov committed
G
Grammar fix (GH-9318)
Grant committed
September 13, 2018
C
Polish doc as part of asyncio doc improvement (GH-9185)
Carol Willing committed
September 11, 2018
Y
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov committed
December 11, 2017
A
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov committed
November 24, 2017
A
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)
Ashley Camba committed
November 20, 2017
V
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner committed
August 3, 2017
M
Improve grammar in asyncio documentation (GH-2993)
Mike DePalatis committed
October 13, 2016
G
Issue #21443: Show how to change log level for asyncio.
Guido van Rossum committed
August 8, 2016
G
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
Guido van Rossum committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
October 5, 2015
G
Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.)
Guido van Rossum committed
G
Docs and one small improvement for issue #25304, by Vincent Michel.
Guido van Rossum committed
September 24, 2015
A
Merge 3.4 -> 3.5
Andrew Svetlov committed
A
Fix #25208: Improve "Develop with asyncio" doc page.
Andrew Svetlov committed
July 1, 2015
Y
Issue #24487: Rename async() -> ensure_future() in asyncio docs.
Yury Selivanov committed
May 11, 2015
Y
docs/asyncio: Document new ensure_future() and deprecated async()
Yury Selivanov committed
February 23, 2015
V
asyncio doc: close explicitly event loops
Victor Stinner committed
February 4, 2015
V
asyncio doc: explain how to display ResourceWarning in the debug mode section
Victor Stinner committed
January 30, 2015
V
asyncio doc: document the new ResourceWarning warnings
Victor Stinner committed
January 29, 2015
V
asyncio doc: add a section about task cancellation
Victor Stinner committed
January 9, 2015
V
asyncio doc: list limitations to run subprocesses from different threads
Victor Stinner committed
January 6, 2015
Z
Cosmetic fixes to the 'Develop with asyncio' page
Zachary Ware committed
October 12, 2014
V
asyncio doc: update debug traces
Victor Stinner committed
August 25, 2014
V
asyncio: update the doc
Victor Stinner committed
July 8, 2014
V
Update asyncio documentation
Victor Stinner committed
June 22, 2014
V
asyncio: document the debug mode
Victor Stinner committed
February 20, 2014
V
asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG
Victor Stinner committed
February 19, 2014
V
asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.
Victor Stinner committed
February 18, 2014
V
Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon.
Victor Stinner committed
February 9, 2014
E
Various formatting & grammar fixes in asyncio* docs.
Eli Bendersky committed
February 7, 2014
V
asyncio doc: mention that asyncio is not thread-safe
Victor Stinner committed
February 4, 2014
G
Add missing word ("thread") to sentence about call_soon_threadsafe.
Guido van Rossum committed
V
asyncio doc: add an example to schedule a coroutine from a different thread
Victor Stinner committed
February 2, 2014
V
asyncio doc: add "asyncio-" prefix to references
Victor Stinner committed