summaryrefslogtreecommitdiff
path: root/Tools/scripts/run_tests.py
Commit message (Expand)AuthorAgeFilesLines
* regrtest: add -u for unbuffered stdout/stderrVictor Stinner2016-09-211-0/+1
* Issue #21907: Exit with the correct return codeZachary Ware2014-07-071-1/+1
* Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-071-1/+5
* Remove a workaround for fixed issue #20355.Antoine Pitrou2014-04-291-2/+0
* Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.Serhiy Storchaka2014-02-241-0/+6
* merge 3.2 (#20695)Benjamin Peterson2014-02-191-0/+0
* Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-181-1/+5
* enable hash randomization by defaultBenjamin Peterson2012-02-211-1/+0
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-0/+1
* Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default':Antoine Pitrou2011-10-011-1/+1
* Issue #12804: Prevent "make test" from using network resources.Nadeem Vawda2011-08-211-1/+1
* Use -n for tests under WindowsAntoine Pitrou2011-08-161-0/+2
* Clean up description of Tools/scripts/run_tests.py.Nadeem Vawda2011-08-021-4/+4
* Issue #11651: Move options for running tests into a Python script.Nadeem Vawda2011-08-011-0/+45