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_unix_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python issue #23243: Close explicitly transports in tests
Victor Stinner
2015-01-15
1
-94
/
+60
*
Python issue #23243: Fix _UnixWritePipeTransport.close()
Victor Stinner
2015-01-15
1
-0
/
+3
*
Tests: explicitly close event loops and transports
Victor Stinner
2015-01-14
1
-0
/
+1
*
Fix pyflakes warnings: remove unused imports and variables
Victor Stinner
2014-12-19
1
-2
/
+0
*
Coroutine objects are now rejected with a TypeError by the following functions:
Victor Stinner
2014-11-20
1
-4
/
+10
*
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Guido van Rossum
2014-11-14
1
-0
/
+12
*
Use the new os.set_blocking() function of Python 3.5 if available
Victor Stinner
2014-07-29
1
-6
/
+6
*
Tulip issue #194: Don't use sys.getrefcount() in unit tests
Victor Stinner
2014-07-23
1
-9
/
+8
*
Tulip issue 192, Python issue 21645: Rewrite signal handling
Victor Stinner
2014-07-17
1
-2
/
+2
*
Enable the debug mode of event loops when the PYTHONASYNCIODEBUG environment
Victor Stinner
2014-06-23
1
-8
/
+0
*
Refactor tests: add a base TestCase class
Victor Stinner
2014-06-18
1
-23
/
+17
*
Close sockets on errors
Victor Stinner
2014-06-04
1
-0
/
+18
*
Remove superfluous and useless line.
Guido van Rossum
2014-04-18
1
-1
/
+0
*
Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
1
-1
/
+0
*
Cleanup test_unix_events.py (indentation)
Victor Stinner
2014-02-26
1
-9
/
+6
*
Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-95
/
+95
*
pep8-ify the code.
Yury Selivanov
2014-02-18
1
-2
/
+4
*
Fix spelling & typos
Yury Selivanov
2014-02-18
1
-3
/
+3
*
Issue #143: UNIX domain methods, fix ResourceWarning and DeprecationWarning
Victor Stinner
2014-02-19
1
-13
/
+15
*
Issue #139: Improve error messages on "fatal errors"
Victor Stinner
2014-02-19
1
-3
/
+5
*
Add new event loop exception handling API (closes issue #80).
Yury Selivanov
2014-02-18
1
-14
/
+25
*
Add support for UNIX Domain Sockets. Closes issue #81.
Yury Selivanov
2014-02-18
1
-1
/
+81
*
Unit tests use the main asyncio module instead of submodules like events
Victor Stinner
2014-01-24
1
-26
/
+25
*
Change mock pipe to mock socket. Hope to fix CPython issue 19750.
Guido van Rossum
2013-11-25
1
-1
/
+1
*
Refactor waitpid mocks. Patch by Anthony Baire.
Guido van Rossum
2013-11-14
1
-249
/
+186
*
Use more specific asserts for some tests. From CPython issue 19589 by Serhiy ...
Guido van Rossum
2013-11-14
1
-1
/
+1
*
Fix from Anthony Baire for CPython issue 19566.
Guido van Rossum
2013-11-13
1
-13
/
+16
*
Add close() back to Unix selector event loop, to remove all signal handlers.
Guido van Rossum
2013-11-06
1
-0
/
+16
*
Refactor SIGCHLD handler, by Anthony Baire. Fixes issue 67.
Guido van Rossum
2013-11-04
1
-118
/
+869
*
Switch subprocess stdin to a socketpair, attempting to fix CPython issue #192...
Guido van Rossum
2013-10-21
1
-0
/
+7
*
If waitpid() returns a weird status, the process is still dead.
Guido van Rossum
2013-10-21
1
-1
/
+1
*
Make various asyncio test files individually runnable.
Guido van Rossum
2013-10-20
1
-0
/
+4
*
Merge
Guido van Rossum
2013-10-18
1
-4
/
+4
*
Merge
Guido van Rossum
2013-10-17
1
-7
/
+7
*
Merge
Guido van Rossum
2013-10-17
1
-0
/
+3
*
Merge
Guido van Rossum
2013-10-16
1
-1
/
+13
*
Merge _sig_chld() fix into asyncio branch.
Guido van Rossum
2013-10-15
1
-0
/
+6
*
Rename tests from foo_test.py to test_foo.py, to match stdlib preference.
Guido van Rossum
2013-10-14
1
-0
/
+749