Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
11a247df88f15b51feff8a3c46005676bb29b96e
/
Lib
/
asyncio
/
locks.py
8874342
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
by Andrew Svetlov
· 8 years ago
6370f34
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
by Yury Selivanov
· 8 years ago
28d8d14
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
by Andrew Svetlov
· 8 years ago
5f841b5
bpo-32193: Convert asyncio to async/await usage (#4753)
by Andrew Svetlov
· 8 years ago
3f438a9
asyncio: Remove asyncio/compat.py (#4606)
by Victor Stinner
· 8 years ago
894a654
Fix waiter cancellation in asyncio.Lock (#1031)
by Mathieu Sornay
· 8 years ago
83f5a38
In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters.
by Guido van Rossum
· 9 years ago
c92bf83
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
by Yury Selivanov
· 9 years ago
3ee6270
Fix typos in code comment and documentation
by Martin Panter
· 9 years ago
7661db6
Issue #27041: asyncio: Add loop.create_future method
by Yury Selivanov
· 9 years ago
d455a50
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
by Guido van Rossum
· 10 years ago
eaf16ab
asyncio: sync with github
by Victor Stinner
· 10 years ago
71080fc
asyncio: Add asyncio.compat module
by Victor Stinner
· 10 years ago
d08c363
Sync asyncio code from default branch.
by Yury Selivanov
· 10 years ago
d6dc7bd
Issue #23456: Add missing @coroutine decorators in asyncio
by Victor Stinner
· 10 years ago
1486799
Issue #22369: Change "context manager protocol" to "context management protocol".
by Serhiy Storchaka
· 11 years ago
f21fcd0
Accept optional lock object in Condition ctor (tulip issue #198)
by Andrew Svetlov
· 11 years ago
f951d28
asyncio: sync with Tulip, add a new asyncio.coroutines module
by Victor Stinner
· 11 years ago
ab3c889
asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked.
by Guido van Rossum
· 11 years ago
2407f3b
asyncio: Don't special-case GeneratorExit in Condition.wait().
by Guido van Rossum
· 11 years ago
994bf43
Shorten lines.
by Guido van Rossum
· 12 years ago
10a8e6a
asyncio: replace our with asynchronous in docstring
by Victor Stinner
· 12 years ago
c37dd61
asyncio: document locks
by Victor Stinner
· 12 years ago
a58d1c3
asyncio: Add BoundedSemaphore to export list in locks.__all__.
by Guido van Rossum
· 12 years ago
085869b
asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore.
by Guido van Rossum
· 12 years ago
9c55a58
asyncio: Make Semaphore(0) work properly.
by Guido van Rossum
· 12 years ago
ccea084
asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
by Guido van Rossum
· 12 years ago
27b7c7e
Initial checkin of asyncio package (== Tulip, == PEP 3156).
by Guido van Rossum
· 12 years ago