summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)Andrew Svetlov2019-09-121-79/+105
* bpo-38107: Replace direct future and task contructor calls with factories in ...Andrew Svetlov2019-09-111-3/+2
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-301-1/+39
* Get rid of exception traceback printing in asyncio tests (GH-14343)Andrew Svetlov2019-06-241-2/+2
* Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...Andrew Svetlov2019-06-041-39/+1
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-021-1/+39
* bpo-35246: fix support for path-like args in asyncio subprocess (GH-13628)依云2019-05-291-0/+11
* bpo-36686: Improve the documentation of the std* params in loop.subprocess_ex...sbstp2019-05-271-0/+90
* bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...Niklas Fiekas2019-05-201-4/+13
* Forbid creating of stream objects outside of asyncio (#13101)Andrew Svetlov2019-05-071-0/+12
* bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)Yury Selivanov2018-10-021-4/+4
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-021-0/+5
* Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235)Yury Selivanov2018-05-301-4/+2
* A better fix for asyncio test_stdin_broken_pipe (#7221)Yury Selivanov2018-05-301-2/+4
* Attempt to fix test_stdin_broken_pipe on Travis (#7210)Yury Selivanov2018-05-291-0/+1
* bpo-32262: Fix typo in f-string (GH-7016)Christian Heimes2018-05-201-0/+24
* bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)Yury Selivanov2017-12-111-5/+3
* bpo-32193: Convert asyncio to async/await usage (#4753)Andrew Svetlov2017-12-081-59/+51
* bpo-31034: Reliable signal handler for test_asyncio (#2867)Victor Stinner2017-07-251-18/+25
* asyncio: Fix trailing whitespace/code styleYury Selivanov2017-03-031-4/+6
* bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)Seth M. Larson2017-03-031-0/+22
* 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, selectors: Update to the upstream versionYury Selivanov2016-03-021-1/+2
* Issue #26325: Added test.support.check_no_resource_warning() to check thatSerhiy Storchaka2016-02-111-2/+1
* 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-291-0/+2
* asyncio: sync with TulipVictor Stinner2015-01-291-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-081-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