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
/
asyncio
/
locks.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-28
1
-6/+6
|
*
asyncio: Locks refactor: use a separate context manager; remove ↵
Guido van Rossum
2014-01-26
1
-22/+60
|
|
|
|
Semaphore._locked.
*
asyncio: Don't special-case GeneratorExit in Condition.wait().
Guido van Rossum
2014-01-10
1
-6/+1
|
*
Shorten lines.
Guido van Rossum
2013-12-19
1
-2/+2
|
*
asyncio: replace our with asynchronous in docstring
Victor Stinner
2013-12-02
1
-1/+1
|
*
asyncio: document locks
Victor Stinner
2013-12-02
1
-3/+3
|
*
asyncio: Add BoundedSemaphore to export list in locks.__all__.
Guido van Rossum
2013-11-25
1
-1/+1
|
*
asyncio: Change bounded semaphore into a subclass, like ↵
Guido van Rossum
2013-11-23
1
-17/+19
|
|
|
|
threading.[Bounded]Semaphore.
*
asyncio: Make Semaphore(0) work properly.
Guido van Rossum
2013-11-21
1
-2/+2
|
*
asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
Guido van Rossum
2013-11-04
1
-24/+54
|
|
|
|
n structure.
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+401