History log of /external/python/cpython3/Lib/asyncio/locks.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
83f5a3846cf67e226a13f103e0b9306e8f920f2e 23-Aug-2016 Guido van Rossum <guido@python.org> In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters.
/external/python/cpython3/Lib/asyncio/locks.py
c92bf83a829956e683a3d6bb1ae65aed74d7b92a 11-Jun-2016 Yury Selivanov <yury@magic.io> Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.

Patch by David Coles.
/external/python/cpython3/Lib/asyncio/locks.py
3ee6270262627b157bb69169c0fe78855716efdb 04-Jun-2016 Martin Panter <vadmium+py@gmail.com> Fix typos in code comment and documentation
/external/python/cpython3/Lib/asyncio/locks.py
7661db622892c9731c502ccdd7af130cbfd23f5c 16-May-2016 Yury Selivanov <yselivanov@sprymix.com> Issue #27041: asyncio: Add loop.create_future method
/external/python/cpython3/Lib/asyncio/locks.py
d455a50773eb1f4531882a0b99ff7a253ad1d41e 29-Sep-2015 Guido van Rossum <guido@python.org> Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
/external/python/cpython3/Lib/asyncio/locks.py
eaf16abc68a09e2d976c37e34eb606f5b519f7ea 25-Jul-2015 Victor Stinner <victor.stinner@gmail.com> asyncio: sync with github

* Fix ResourceWarning warnings in test_streams
* Return True from StreamReader.eof_received() to fix
http://bugs.python.org/issue24539 (but still needs a unittest).
Add StreamReader.__repr__() for easy debugging.
* remove unused imports
* Issue #234: Drop JoinableQueue on Python 3.5+
/external/python/cpython3/Lib/asyncio/locks.py
71080fc3518e2d3555f555340c3e93f3b108a5b8 25-Jul-2015 Victor Stinner <victor.stinner@gmail.com> asyncio: Add asyncio.compat module

Move compatibility helpers for the different Python versions to a new
asyncio.compat module.
/external/python/cpython3/Lib/asyncio/locks.py
d08c363c26f8437dddf3e4babd8065ab3a361518 13-May-2015 Yury Selivanov <yselivanov@sprymix.com> Sync asyncio code from default branch.
/external/python/cpython3/Lib/asyncio/locks.py
d6dc7bdaf92915fa47caa47f35ca3cb4505f9f34 18-Mar-2015 Victor Stinner <victor.stinner@gmail.com> Issue #23456: Add missing @coroutine decorators in asyncio
/external/python/cpython3/Lib/asyncio/locks.py
148679982f851e2952b9d34e6ae7932f89650c1d 10-Sep-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #22369: Change "context manager protocol" to "context management protocol".
/external/python/cpython3/Lib/asyncio/locks.py
f21fcd09c50d30ca99e9fa95f70dba481bd46f1b 26-Jul-2014 Andrew Svetlov <andrew.svetlov@gmail.com> Accept optional lock object in Condition ctor (tulip issue #198)
/external/python/cpython3/Lib/asyncio/locks.py
f951d28ac890063e3ecef56aa8cf851b1152d9dd 29-Jun-2014 Victor Stinner <victor.stinner@gmail.com> asyncio: sync with Tulip, add a new asyncio.coroutines module
/external/python/cpython3/Lib/asyncio/locks.py
ab3c88983bc6c2a6ae98625296eef9d7588c8d69 26-Jan-2014 Guido van Rossum <guido@python.org> asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked.
/external/python/cpython3/Lib/asyncio/locks.py
2407f3bb1bb77ae8e3752e6ff2f89dc5edd3238e 10-Jan-2014 Guido van Rossum <guido@python.org> asyncio: Don't special-case GeneratorExit in Condition.wait().
/external/python/cpython3/Lib/asyncio/locks.py
994bf4332f03e2f7a7c642337853404f1f192071 19-Dec-2013 Guido van Rossum <guido@python.org> Shorten lines.
/external/python/cpython3/Lib/asyncio/locks.py
10a8e6ab7b913370672b1d8e0aadf0b34ef1c143 02-Dec-2013 Victor Stinner <victor.stinner@gmail.com> asyncio: replace our with asynchronous in docstring
/external/python/cpython3/Lib/asyncio/locks.py
c37dd614b6acd841ff0f638e9ef21a7d8db561f0 02-Dec-2013 Victor Stinner <victor.stinner@gmail.com> asyncio: document locks
/external/python/cpython3/Lib/asyncio/locks.py
a58d1c32f85a77766ff4d04a30938b021eb3b820 25-Nov-2013 Guido van Rossum <guido@python.org> asyncio: Add BoundedSemaphore to export list in locks.__all__.
/external/python/cpython3/Lib/asyncio/locks.py
085869bfeeaeecaa79fd4ea9b55fc48f2fe08f05 24-Nov-2013 Guido van Rossum <guido@python.org> asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore.
/external/python/cpython3/Lib/asyncio/locks.py
9c55a58a1d7f664e7d236ef690d17409841632c4 21-Nov-2013 Guido van Rossum <guido@dropbox.com> asyncio: Make Semaphore(0) work properly.
/external/python/cpython3/Lib/asyncio/locks.py
ccea08462b753fc78ec97cc5717de8f163b503ec 04-Nov-2013 Guido van Rossum <guido@dropbox.com> asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
n structure.
/external/python/cpython3/Lib/asyncio/locks.py
27b7c7ebf1039e96cac41b6330cf16b5632d9e49 17-Oct-2013 Guido van Rossum <guido@dropbox.com> Initial checkin of asyncio package (== Tulip, == PEP 3156).
/external/python/cpython3/Lib/asyncio/locks.py