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
*
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