index
:
delta/python-packages/trollius.git
asyncio
iocp
issue-26
master
newcancel
pep479
proactor
remove-joinable-queue
subproces-stream
subprocess_stream
traceback
trollius
trollius-py26
trollius-win
trollius_greenio
trollius_interop_asyncio
uninterpolate
bitbucket.org: Obsolete (use python-packages/trollius-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_locks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
test_locks: close the temporary event loop and check the condition lock
Victor Stinner
2014-07-29
1
-1
/
+4
*
Accept optional lock object in Condition ctor (#198)
Andrew Svetlov
2014-07-26
1
-0
/
+12
*
Python issue 21163: Fix some "Task was destroyed but it is pending!" logs in ...
Victor Stinner
2014-06-25
1
-0
/
+1
*
Refactor tests: add a base TestCase class
Victor Stinner
2014-06-18
1
-48
/
+20
*
Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-10
/
+10
*
Locks refactor: use a separate context manager; remove Semaphore._locked.
Guido van Rossum
2014-01-25
1
-0
/
+35
*
Unit tests use the main asyncio module instead of submodules like events
Victor Stinner
2014-01-24
1
-123
/
+120
*
Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore.
Guido van Rossum
2013-11-23
1
-1
/
+1
*
Allow and correctly implement Semaphore(0).
Guido van Rossum
2013-11-21
1
-0
/
+4
*
Locks improvements by Arnaud Faure: better repr(), change Condition structure.
Guido van Rossum
2013-11-03
1
-1
/
+70
*
Rename tests from foo_test.py to test_foo.py, to match stdlib preference.
Guido van Rossum
2013-10-14
1
-0
/
+765