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