index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
support
/
script_helper.py
Commit message (
Expand
)
Author
Age
*
gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)
Serhiy Storchaka
2024-09-24
*
Move get_signal_name() to test.support (#121251)
Victor Stinner
2024-07-02
*
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou
2024-03-16
*
gh-112334: Regression test that vfork is used when expected. (#112734)
Gregory P. Smith
2023-12-09
*
gh-111881: Import lazily zipfile in support.script_helper (#112172)
Victor Stinner
2023-11-16
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
*
bpo-42639: Add script_helper.run_test_script() (GH-23777)
Victor Stinner
2020-12-15
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
*
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan
2018-03-25
*
Improves the ability to build in CI (GH-5728)
Steve Dower
2018-02-17
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
*
Merge 3.6
Victor Stinner
2017-01-12
|
\
|
*
Fix script_helper.run_python_until_end(): copy SYSTEMROOT
Victor Stinner
2017-01-12
*
|
Remove unused imports.
Serhiy Storchaka
2016-12-16
|
/
*
script_helper: kill the subprocess on error
Victor Stinner
2016-08-17
*
Issue #18300: Set TERM='' by default in assert_python_*
Berker Peksag
2016-06-24
*
* Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith
2015-12-13
*
Fix remaining tests and remove an unused import.
Berker Peksag
2015-05-06
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06