summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/script_helper.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)Victor Stinner2019-12-081-2/+1
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-1/+1
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-051-28/+23
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan2018-03-251-1/+2
* Improves the ability to build in CI (GH-5728)Steve Dower2018-02-181-1/+8
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-111-26/+30
* Merge 3.6Victor Stinner2017-01-121-7/+18
|\
| * Fix script_helper.run_python_until_end(): copy SYSTEMROOTVictor Stinner2017-01-121-7/+18
* | Remove unused imports.Serhiy Storchaka2016-12-161-3/+0
|/
* 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-141-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