summaryrefslogtreecommitdiff
path: root/tests/test_unix_events.py
Commit message (Expand)AuthorAgeFilesLines
* Python issue #23243: Close explicitly transports in testsVictor Stinner2015-01-151-94/+60
* Python issue #23243: Fix _UnixWritePipeTransport.close()Victor Stinner2015-01-151-0/+3
* Tests: explicitly close event loops and transportsVictor Stinner2015-01-141-0/+1
* Fix pyflakes warnings: remove unused imports and variablesVictor Stinner2014-12-191-2/+0
* Coroutine objects are now rejected with a TypeError by the following functions:Victor Stinner2014-11-201-4/+10
* - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-141-0/+12
* Use the new os.set_blocking() function of Python 3.5 if availableVictor Stinner2014-07-291-6/+6
* Tulip issue #194: Don't use sys.getrefcount() in unit testsVictor Stinner2014-07-231-9/+8
* Tulip issue 192, Python issue 21645: Rewrite signal handlingVictor Stinner2014-07-171-2/+2
* Enable the debug mode of event loops when the PYTHONASYNCIODEBUG environmentVictor Stinner2014-06-231-8/+0
* Refactor tests: add a base TestCase classVictor Stinner2014-06-181-23/+17
* Close sockets on errorsVictor Stinner2014-06-041-0/+18
* Remove superfluous and useless line.Guido van Rossum2014-04-181-1/+0
* Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-1/+0
* Cleanup test_unix_events.py (indentation)Victor Stinner2014-02-261-9/+6
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-95/+95
* pep8-ify the code.Yury Selivanov2014-02-181-2/+4
* Fix spelling & typosYury Selivanov2014-02-181-3/+3
* Issue #143: UNIX domain methods, fix ResourceWarning and DeprecationWarningVictor Stinner2014-02-191-13/+15
* Issue #139: Improve error messages on "fatal errors"Victor Stinner2014-02-191-3/+5
* Add new event loop exception handling API (closes issue #80).Yury Selivanov2014-02-181-14/+25
* Add support for UNIX Domain Sockets. Closes issue #81.Yury Selivanov2014-02-181-1/+81
* Unit tests use the main asyncio module instead of submodules like eventsVictor Stinner2014-01-241-26/+25
* Change mock pipe to mock socket. Hope to fix CPython issue 19750.Guido van Rossum2013-11-251-1/+1
* Refactor waitpid mocks. Patch by Anthony Baire.Guido van Rossum2013-11-141-249/+186
* Use more specific asserts for some tests. From CPython issue 19589 by Serhiy ...Guido van Rossum2013-11-141-1/+1
* Fix from Anthony Baire for CPython issue 19566.Guido van Rossum2013-11-131-13/+16
* Add close() back to Unix selector event loop, to remove all signal handlers.Guido van Rossum2013-11-061-0/+16
* Refactor SIGCHLD handler, by Anthony Baire. Fixes issue 67.Guido van Rossum2013-11-041-118/+869
* Switch subprocess stdin to a socketpair, attempting to fix CPython issue #192...Guido van Rossum2013-10-211-0/+7
* If waitpid() returns a weird status, the process is still dead.Guido van Rossum2013-10-211-1/+1
* Make various asyncio test files individually runnable.Guido van Rossum2013-10-201-0/+4
* MergeGuido van Rossum2013-10-181-4/+4
* MergeGuido van Rossum2013-10-171-7/+7
* MergeGuido van Rossum2013-10-171-0/+3
* MergeGuido van Rossum2013-10-161-1/+13
* Merge _sig_chld() fix into asyncio branch.Guido van Rossum2013-10-151-0/+6
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+749