aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/support/script_helper.py
Commit message (Expand)AuthorAge
* gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)Serhiy Storchaka2024-09-24
* Move get_signal_name() to test.support (#121251)Victor Stinner2024-07-02
* gh-112536: Add test_threading to TSAN tests (#116898)Antoine Pitrou2024-03-16
* gh-112334: Regression test that vfork is used when expected. (#112734)Gregory P. Smith2023-12-09
* gh-111881: Import lazily zipfile in support.script_helper (#112172)Victor Stinner2023-11-16
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-25
* bpo-42639: Add script_helper.run_test_script() (GH-23777)Victor Stinner2020-12-15
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-25
* bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)Victor Stinner2019-12-08
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-01
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-05
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan2018-03-25
* Improves the ability to build in CI (GH-5728)Steve Dower2018-02-17
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-11
* Merge 3.6Victor Stinner2017-01-12
|\
| * Fix script_helper.run_python_until_end(): copy SYSTEMROOTVictor Stinner2017-01-12
* | Remove unused imports.Serhiy Storchaka2016-12-16
|/
* script_helper: kill the subprocess on errorVictor Stinner2016-08-17
* Issue #18300: Set TERM='' by default in assert_python_*Berker Peksag2016-06-24
* * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-13
* Fix remaining tests and remove an unused import.Berker Peksag2015-05-06
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06