index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_locks.py
Commit message (
Expand
)
Author
Age
*
gh-93247: Fix assert function in asyncio locks test (#93248)
Cyker Way
2022-06-05
*
gh-93124: Fix typos in comments (GH-93125)
Akuli
2022-05-25
*
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-26
*
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
Andrew Svetlov
2022-03-22
*
bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
Serhiy Storchaka
2022-02-21
*
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Andrew Svetlov
2021-12-19
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Joongi Kim
2021-10-10
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
*
bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)
Yurii Karabas
2020-11-25
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
*
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Andrew Svetlov
2020-02-01
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
*
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov
2019-09-11
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...
Emmanuel Arias
2019-09-10
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-01
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Elvis Pranskevichus
2018-05-29
*
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
Bar Harel
2018-02-14
*
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
Bar Harel
2018-02-02
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
*
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
Andrew Svetlov
2017-12-09
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-09
*
Fix waiter cancellation in asyncio.Lock (#1031)
Mathieu Sornay
2017-06-09
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
*
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
Yury Selivanov
2016-06-11
*
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
Guido van Rossum
2015-09-29
*
asyncio: sync with Tulip
Victor Stinner
2014-07-29
*
Accept optional lock object in Condition ctor (tulip issue #198)
Andrew Svetlov
2014-07-26
*
Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ...
Victor Stinner
2014-06-25
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-18
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
*
asyncio: Locks refactor: use a separate context manager; remove Semaphore._lo...
Guido van Rossum
2014-01-25
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Se...
Guido van Rossum
2013-11-23
*
asyncio: Make Semaphore(0) work properly.
Guido van Rossum
2013-11-21
*
asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
Guido van Rossum
2013-11-04
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17