COMMITS
/ Doc/library/asyncio-sync.rst August 16, 2025
K
gh-101359: clarify docs for `asyncio.Event.clear` (#137849)
Kumar Aditya committed
February 22, 2025
S
gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
sobolevn committed
November 29, 2024
O
Link to correct class methods in asyncio primitives docs (#127270)
Ollanta Cuba Gyllensten committed
February 3, 2024
K
gh-112202: Ensure that condition.notify() succeeds even when racing with Task.cancel() (#112201)
Kristján Valur Jónsson committed
June 6, 2022
T
[docs] fix some asyncio.Barrier.wait docs grammar (GH-93552)
Thomas Grainger committed
T
Remove action=None kwarg from Barrier docs (GH-93538)
Thomas Grainger committed
O
asyncio.Barrier docs: Fix typo (#93371)
Omer Katz committed
March 25, 2022
D
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat committed
February 18, 2022
S
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Serhiy Storchaka committed
May 26, 2021
K
December 23, 2020
M
BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
Matt Fowler committed
November 29, 2020
Y
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
Yurii Karabas committed
February 1, 2020
A
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Andrew Svetlov committed
October 10, 2019
K
docs: Add asyncio source code links (GH-16640)
Kyle Stanley committed
September 10, 2019
E
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920)
Emmanuel Arias committed
May 29, 2019
H
bpo-36794: Document that Lock.acquire is fair. (GH-13082)
Hrvoje Nikšić committed
April 20, 2019
F
Fix typo (GH-12878)
Fredrik Averpil committed
February 14, 2019
K
Fix typo: equivalent code of `async with cond` (GH-11681)
Kevin Mai-Husan Chia 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: Add high-level APIs cheat-sheet (GH-9319)
Yury Selivanov committed
C
bpo-33649: Polish asyncio subprocess and sync docs (GH-9285)
Carol Willing committed
September 12, 2018
Y
bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)
Yury Selivanov committed
August 24, 2018
J
Fix typo in asyncio.BoundedSemaphore docs (GH-8882)
Jelle Zijlstra committed
December 9, 2017
A
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
Andrew Svetlov committed
July 25, 2017
L
June 4, 2016
M
Fix typos in code comment and documentation
Martin Panter committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
May 8, 2015
A
Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine
Andrew Svetlov committed
May 7, 2015
Z
Fix copy/paste errors.
Zachary Ware committed
February 26, 2015
V
asyncio doc: lock classes are not thread safe
Victor Stinner committed
February 25, 2015
V
asyncio doc: move queues to a new page
Victor Stinner committed
February 17, 2015
V
asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done
Victor Stinner committed
February 12, 2015
V
asyncio doc: annotate coroutine on coroutine functions and methods
Victor Stinner committed
February 3, 2015
V
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
Victor Stinner committed
January 29, 2015
V
Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace
Victor Stinner committed
December 22, 2014
V
asyncio doc: Fix doc of get and put methods of Queue
Victor Stinner committed
September 10, 2014
S
Issue #22369: Change "context manager protocol" to "context management protocol".
Serhiy Storchaka committed
July 26, 2014
A
Document lock parameter for asyncio.Condition()
Andrew Svetlov committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
February 20, 2014
Y
asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706
Yury Selivanov committed
February 1, 2014
V
asyncio doc: add "Concurrency and multithreading" section
Victor Stinner committed
January 26, 2014
G
Document asyncio.QueueFull/Empty.
Guido van Rossum committed
January 24, 2014
V
asyncio doc: move AbstractServer to the event loop page
Victor Stinner committed
January 16, 2014
V
asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"
Victor Stinner committed
December 20, 2013
R
Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.
R David Murray committed
December 13, 2013
V
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Victor Stinner committed
December 3, 2013
V
Split asyncio documentation into subfiles
Victor Stinner committed