COMMITS
/ Tools/scripts/run_tests.py June 13, 2022
C
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
Christian Heimes committed
June 11, 2022
C
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Christian Heimes committed
June 11, 2020
P
bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
January 23, 2018
V
bpo-20361: Remove workaround for a now fixed bug (#5283)
Victor Stinner committed
September 10, 2017
A
Simplify run_tests.py (#3482)
Antoine Pitrou committed
September 21, 2016
V
regrtest: add -u for unbuffered stdout/stderr
Victor Stinner committed
July 7, 2014
Z
Issue #21907: Exit with the correct return code
Zachary Ware committed
Z
Issue #21907: Improved the batch scripts provided for building Python.
Zachary Ware committed
April 28, 2014
A
Remove a workaround for fixed issue #20355.
Antoine Pitrou committed
February 24, 2014
S
Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
Serhiy Storchaka committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
May 18, 2012
A
Move private function _args_from_interpreter_flags() to subprocess.py, so
Antoine Pitrou committed
February 21, 2012
B
enable hash randomization by default
Benjamin Peterson committed
February 20, 2012
G
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl committed
October 1, 2011
A
Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default':
Antoine Pitrou committed
August 21, 2011
N
Issue #12804: Prevent "make test" from using network resources.
Nadeem Vawda committed
August 16, 2011
A
Use -n for tests under Windows
Antoine Pitrou committed
August 2, 2011
N
Clean up description of Tools/scripts/run_tests.py.
Nadeem Vawda committed
August 1, 2011
N
Issue #11651: Move options for running tests into a Python script.
Nadeem Vawda committed