summaryrefslogtreecommitdiff
path: root/Lib/test/support/script_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.6Victor Stinner2017-01-121-3/+0
|\
| * Remove unused imports.Serhiy Storchaka2016-12-161-3/+0
* | Fix script_helper.run_python_until_end(): copy SYSTEMROOTVictor Stinner2017-01-121-7/+18
|/
* script_helper: kill the subprocess on errorVictor Stinner2016-08-171-8/+8
* Issue #18300: Set TERM='' by default in assert_python_*Berker Peksag2016-06-241-0/+4
* * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-131-1/+1
* Fix remaining tests and remove an unused import.Berker Peksag2015-05-061-1/+1
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-0/+244