COMMITS
/ Lib/test/support/script_helper.py September 24, 2024
S
gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)
Serhiy Storchaka committed
July 2, 2024
V
Move get_signal_name() to test.support (#121251)
Victor Stinner committed
March 16, 2024
A
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou committed
December 9, 2023
G
gh-112334: Regression test that vfork is used when expected. (#112734)
Gregory P. Smith committed
November 16, 2023
V
gh-111881: Import lazily zipfile in support.script_helper (#112172)
Victor Stinner committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
December 15, 2020
V
bpo-42639: Add script_helper.run_test_script() (GH-23777)
Victor Stinner committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi committed
December 8, 2019
V
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
March 5, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka committed
March 25, 2018
N
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan committed
February 18, 2018
S
Improves the ability to build in CI (GH-5728)
Steve Dower committed
June 11, 2017
N
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan committed
January 12, 2017
V
Fix script_helper.run_python_until_end(): copy SYSTEMROOT
Victor Stinner committed
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
August 17, 2016
V
script_helper: kill the subprocess on error
Victor Stinner committed
June 24, 2016
B
Issue #18300: Set TERM='' by default in assert_python_*
Berker Peksag committed
December 14, 2015
G
* Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith committed
May 6, 2015
B
Fix remaining tests and remove an unused import.
Berker Peksag committed
B
Issue #9517: Move script_helper to the support package.
Berker Peksag committed