summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-081-2/+11
* Issue #25188: Add a -P/--pgo flag to regrtest to silence error output.Brett Cannon2015-10-021-34/+50
* Merge 3.4Zachary Ware2015-08-091-4/+2
|\
| * regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect a...Zachary Ware2015-08-091-4/+2
* | Issue #24751: Merge with 3.4Zachary Ware2015-08-051-1/+8
|\ \ | |/
| * Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.Zachary Ware2015-08-051-3/+8
* | Issue #24245: Eliminated senseless expect clauses that have no any effect.Serhiy Storchaka2015-05-201-4/+0
* | Issue #22390: test.regrtest now emits a warning if temporary files orSerhiy Storchaka2015-03-291-15/+11
|\ \ | |/
| * Issue #22390: test.regrtest now emits a warning if temporary files orSerhiy Storchaka2015-03-291-15/+11
* | Issue #23145: regrtest now shows errors and raises an exception ifVictor Stinner2015-01-061-0/+4
|/
* Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_innerZachary Ware2014-08-041-2/+4
* merge 3.3Benjamin Peterson2014-02-161-6/+3
|\
| * backout fafac90b69c4Benjamin Peterson2014-02-161-7/+4
* | merge 3.3Benjamin Peterson2014-01-091-3/+6
|\ \ | |/
| * clear zip stat cache after each ref leak runBenjamin Peterson2014-01-091-4/+7
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+2
* | Remove unused --debug option of regrtest.Eli Bendersky2013-09-031-9/+7
* | Fix docstring and some indentationEli Bendersky2013-09-021-4/+4
* | Refactor the main function of regrtest a bit.Eli Bendersky2013-09-021-23/+33
* | Issue #11798: fix tests for regrtest -R :Andrew Svetlov2013-09-011-0/+5
* | Issue #8713: Cleanup before saving process._dangling.Richard Oudkerk2013-08-291-2/+6
* | Issue #16799: Switched from getopt to argparse style in regrtest's argumentSerhiy Storchaka2013-08-291-290/+243
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-1/+1
* | Issue #18375: merge with 3.3Florent Xicluna2013-07-061-0/+1
|\ \ | |/
| * Issue #18375: Assume --randomize when --randseed is used for running the test...Florent Xicluna2013-07-061-0/+1
* | Issue #15767: Excise the remaining instances of ModuleNotFoundErrorBrett Cannon2013-07-041-8/+8
* | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() whereCharles-François Natali2013-06-281-6/+2
* | Issue #17206: test.regrtest and test.script_helper enable faulthandler moduleVictor Stinner2013-06-251-1/+2
* | Issue #18228: Use locale.setlocale(name, None) instead ofVictor Stinner2013-06-171-2/+2
* | Issue #18228: Fix locale test of test.regrtest.saved_test_environmentVictor Stinner2013-06-171-2/+3
* | (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler mo...Victor Stinner2013-06-171-1/+1
|\ \ | |/
| * regrtest.py: Fix another typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-1/+1
* | (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
|\ \ | |/
| * regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
* | Check that warnings.showwarning() is not changed.Brett Cannon2013-06-161-1/+6
* | Move test___all__ over to unittest.main() and use ModuleNotFoundErrorBrett Cannon2013-06-131-8/+8
* | Issue #14135: Let's try this again.Brett Cannon2013-04-011-1/+15
* | Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here.Antoine Pitrou2013-04-011-10/+1
* | Issue #14135: Make sure tests don't leave the locale changed for anyBrett Cannon2013-04-011-1/+10
* | Issue #17283: Share code between __main__.py and regrtest.py in Lib/test.Chris Jerdonek2013-02-271-18/+20
* | #16259: delete some no-longer-used code from regrtest.R David Murray2013-01-121-9/+1
* | Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400.Chris Jerdonek2013-01-081-24/+28
* | Issue #15302: Switch regrtest from using getopt to using argparse.Chris Jerdonek2012-12-281-77/+147
* | Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize.Chris Jerdonek2012-12-281-3/+3
|\ \ | |/
| * Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize.Chris Jerdonek2012-12-281-3/+3
| |\
| | * Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize.Chris Jerdonek2012-12-281-3/+3
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | | Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...Antoine Pitrou2012-12-091-17/+37
* | | Issue #10966: Remove the concept of unexpected skipped tests.Brett Cannon2012-11-181-293/+0
* | | Use importlib instead of calling __import__ directly.Brett Cannon2012-11-141-2/+1