aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_script_helper.py
Commit message (Expand)AuthorAge
* bpo-32942: Fix environment dependent test_script_helper (GH-8034)Lorenz Mende2018-07-04
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06
* Issue #23309: Avoid a deadlock at shutdown if a daemon thread is abortedAntoine Pitrou2015-04-13
|\
| * Issue #23309: Avoid a deadlock at shutdown if a daemon thread is abortedAntoine Pitrou2015-04-13
* | - fix file permission for Lib/test/test_script_helper.pydoko@ubuntu.com2015-04-12
* | Issue #23715: Fix test_script_helperVictor Stinner2015-03-20
* | Make the stdlib test suite helper test.script_helper._assert_python no longerGregory P. Smith2015-02-04
|\|
| * Make the stdlib test suite helper test.script_helper._assert_python no longerGregory P. Smith2015-02-04
* | Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-04
|\|
| * Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-04
|/
* Add the command line to the AssertionError raised by test.script_helper'sGregory P. Smith2015-01-20