summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+3
* Issue #28368: Refuse monitoring processes if the child watcher has no loop at...Yury Selivanov2016-10-051-0/+7
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.Yury Selivanov2016-05-131-0/+19
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-1/+1
* Issue #24763: Fix asyncio test on Windows (fix reverted change)Yury Selivanov2015-08-091-1/+5
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-5/+1
* Issue #24763: Fix asyncio test on WindowsVictor Stinner2015-07-311-1/+5
* Fix ResourceWarning in asyncio.BaseSubprocessTransportVictor Stinner2015-07-311-0/+15
* asyncio: sync with github asyncioVictor Stinner2015-07-091-1/+1
* asyncio: Fix warning in test_close_kill_running()Victor Stinner2015-02-171-0/+1
* Issue #23475, asyncio: Fix test_close_kill_running()Victor Stinner2015-02-171-2/+10
* asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if itVictor Stinner2015-02-101-0/+55
* Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if theVictor Stinner2015-01-301-16/+0
* asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit()Victor Stinner2015-01-301-0/+2
* asyncio: sync with TulipVictor Stinner2015-01-301-0/+65
* Issue #22685: Fix test_pause_reading() of asyncio/test_subprocessVictor Stinner2015-01-151-2/+12
* asyncio: Close transports in testsVictor Stinner2015-01-151-0/+1
* Python issue #23173: sync with TulipVictor Stinner2015-01-141-0/+36
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-091-1/+3
* Issue #23140, asyncio: Simplify the unit testVictor Stinner2015-01-061-8/+6
* Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state ofVictor Stinner2015-01-061-0/+28
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-261-19/+3
* asyncio: sync with TulipVictor Stinner2014-12-261-3/+3
* asyncio: sync with TulipVictor Stinner2014-12-181-4/+8
* asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3Victor Stinner2014-12-111-0/+21
* Issue #22685: Fix test_pause_reading() of asyncio test_subprocessVictor Stinner2014-12-041-0/+2
* Issue #22685: Debug test_pause_reading() on FreeBSDVictor Stinner2014-11-281-7/+10
* Closes #22685, asyncio: Set the transport of stdout and stderr StreamReaderVictor Stinner2014-11-251-0/+32
* asyncio: sync with TulipVictor Stinner2014-08-251-3/+5
* asyncio, test_subprocess: relax timings for slow builbotsVictor Stinner2014-07-251-2/+2
* asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutineVictor Stinner2014-07-211-2/+7
* Issue #21247: Fix a race condition in test_send_signal() of asyncioVictor Stinner2014-07-171-4/+15
* asyncio: Fix test_stdin_broken_pipe(), drain() can also raiseVictor Stinner2014-07-171-2/+2
* asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeErrorVictor Stinner2014-07-171-7/+20
* asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUGVictor Stinner2014-06-231-2/+2
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-181-4/+6
* asyncio: pep8-ify the code.Yury Selivanov2014-02-181-2/+10
* asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistentVictor Stinner2014-02-091-20/+0
* asyncio.subprocess: Replace Process.get_subprocess() method with aVictor Stinner2014-02-031-9/+9
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-011-0/+196