COMMITS
/ Lib/asyncio/locks.py January 30, 2025
S
gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (#129419)
Stan Ulbrych committed
August 23, 2024
K
Fix typo mentioning threads instead of tasks (#123203)
Kevin Evans 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
January 8, 2024
K
GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.Condition.wait() (#111694)
Kristján Valur Jónsson committed
September 26, 2022
C
gh-97545: Make Semaphore run faster. (#97549)
Cyker Way committed
September 22, 2022
C
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)
Cyker Way committed
June 13, 2022
V
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner committed
March 25, 2022
D
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat committed
March 22, 2022
A
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
Andrew Svetlov committed
February 21, 2022
S
bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
Serhiy Storchaka committed
October 10, 2021
J
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Joongi Kim committed
November 25, 2020
Y
bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)
Yurii Karabas committed
November 24, 2020
Y
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas committed
February 1, 2020
A
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Andrew Svetlov committed
September 11, 2019
A
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov committed
September 10, 2019
E
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920)
Emmanuel Arias committed
June 5, 2019
Z
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)
Zackery Spytz committed
May 16, 2019
A
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov committed
September 11, 2018
A
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov committed
February 14, 2018
B
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
Bar Harel committed
February 2, 2018
B
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
Bar Harel committed
December 11, 2017
A
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
December 9, 2017
A
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
Andrew Svetlov committed
December 8, 2017
A
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov committed
November 28, 2017
V
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner committed
June 9, 2017
M
Fix waiter cancellation in asyncio.Lock (#1031)
Mathieu Sornay committed
August 23, 2016
G
In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters.
Guido van Rossum committed
June 11, 2016
Y
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
Yury Selivanov committed
June 4, 2016
M
Fix typos in code comment and documentation
Martin Panter committed
May 16, 2016
Y
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov committed
September 29, 2015
G
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
Guido van Rossum committed
July 25, 2015
V
asyncio: sync with github
Victor Stinner committed
V
asyncio: Add asyncio.compat module
Victor Stinner committed
May 13, 2015
Y
Sync asyncio code from default branch.
Yury Selivanov committed
March 18, 2015
V
Issue #23456: Add missing @coroutine decorators in asyncio
Victor Stinner committed
September 10, 2014
S
Issue #22369: Change "context manager protocol" to "context management protocol".
Serhiy Storchaka committed
July 26, 2014
A
Accept optional lock object in Condition ctor (tulip issue #198)
Andrew Svetlov committed
June 28, 2014
V
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner committed
January 26, 2014
G
asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked.
Guido van Rossum committed
January 10, 2014
G
asyncio: Don't special-case GeneratorExit in Condition.wait().
Guido van Rossum committed
December 19, 2013
G
Shorten lines.
Guido van Rossum committed
December 2, 2013
V
asyncio: replace our with asynchronous in docstring
Victor Stinner committed
V
asyncio: document locks
Victor Stinner committed
November 25, 2013
G
asyncio: Add BoundedSemaphore to export list in locks.__all__.
Guido van Rossum committed
November 23, 2013
G
asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore.
Guido van Rossum committed
November 21, 2013
G
asyncio: Make Semaphore(0) work properly.
Guido van Rossum committed
November 4, 2013
G
asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
Guido van Rossum committed
October 17, 2013
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed