summaryrefslogtreecommitdiff
path: root/tests/test_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Fix warning in test_close_kill_running()Victor Stinner2015-02-171-0/+1
* Python issue #23475: Fix test_close_kill_running()Victor Stinner2015-02-171-2/+10
* BaseSubprocessTransport.close() doesn't try to kill the process if it alreadyVictor Stinner2015-02-101-0/+55
* Python issue #23347: send_signal(), terminate(), kill() don't check if theVictor Stinner2015-01-301-16/+0
* Fix ResourceWarning in test_subprocess.test_proc_exit()Victor Stinner2015-01-301-0/+2
* Python issue #23347: send_signal(), kill() and terminate() methods ofVictor Stinner2015-01-291-0/+65
* Python issue #23208: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-0/+338