summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_unix_events.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #28704: Fix create_unix_server to support Path-like objectsYury Selivanov2016-11-151-0/+10
* Issue #28652: Make loop methods reject socket kinds they do not support.Yury Selivanov2016-11-091-0/+27
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+5
* Issue #28399: Remove UNIX socket from FS before binding.Yury Selivanov2016-10-091-5/+7
* asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connectionYury Selivanov2016-10-071-1/+10
* Issue #28368: Refuse monitoring processes if the child watcher has no loop at...Yury Selivanov2016-10-051-1/+13
* Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-151-27/+22
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-6/+6
* Use os.devnull instead of hardcoded '/dev/null'.Serhiy Storchaka2015-02-151-3/+3
* asyncio: sync with TulipVictor Stinner2015-01-291-18/+11
* Issue #23243: Close explicitly transports in asyncio testsVictor Stinner2015-01-151-94/+60
* Issue #23243: Fix asyncio._UnixWritePipeTransport.close()Victor Stinner2015-01-151-0/+3
* asyncio: sync with TulipVictor Stinner2015-01-151-0/+1
* asyncio: sync with TulipVictor Stinner2014-12-261-2/+0
* asyncio: Coroutine objects are now rejected with a TypeError by the followingVictor Stinner2014-11-201-4/+10
* - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-141-0/+12
* asyncio: Use the new os.set_blocking() function of Python 3.5 if availableVictor Stinner2014-07-291-6/+6
* asyncio: sync with TulipVictor Stinner2014-07-231-9/+8
* Python issue #21645, Tulip issue 192: Rewrite signal handlingVictor Stinner2014-07-171-2/+2
* asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUGVictor Stinner2014-06-231-8/+0
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-181-23/+17
* Issue #21119: asyncio now closes sockets on errorsVictor Stinner2014-06-041-0/+18
* remove superfluous and useless lineBenjamin Peterson2014-04-161-1/+0
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-10/+6
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-95/+95
* asyncio: pep8-ify the code.Yury Selivanov2014-02-181-2/+4
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-181-3/+3
* asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning andVictor Stinner2014-02-191-13/+15
* asyncio, Tulip issue 139: Improve error messages on "fatal errors"Victor Stinner2014-02-191-3/+5
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-14/+25
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-181-1/+81
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-26/+25
* asyncio: Change mock pipe to mock socket. Hope to fix issue 19750.Guido van Rossum2013-11-251-1/+1
* asyncio: Refactor waitpid mocks. Patch by Anthony Baire.Guido van Rossum2013-11-141-249/+186
* Issue #19589: Use specific asserts in asyncio tests.Serhiy Storchaka2013-11-141-1/+1
* asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).Guido van Rossum2013-11-131-13/+16
* asyncio: Add close() back to Unix selector event loop, to remove all signal h...Guido van Rossum2013-11-061-0/+16
* asyncio: Refactor SIGCHLD handling. By Anthony Baire.Guido van Rossum2013-11-041-118/+869
* Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ...Guido van Rossum2013-10-211-0/+7
* asyncio: be more lenient if we don't understand status returned by waitpid().Guido van Rossum2013-10-211-1/+1
* Make various asyncio test files individually runnableAntoine Pitrou2013-10-201-0/+4
* Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...Guido van Rossum2013-10-181-4/+4
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-7/+7
* Make asyncio tests run on Windows.Guido van Rossum2013-10-171-0/+3
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+767