summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30822: regrtest: remove tzdata (#2782)Victor Stinner2017-07-201-2/+2
* bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)Victor Stinner2017-07-201-1/+12
* [3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442)Victor Stinner2017-06-271-12/+82
* [3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master...Victor Stinner2017-06-191-6/+563
* [3.5] bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrt...Victor Stinner2017-06-161-1/+16
* Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.Xiang Zhang2016-12-191-0/+3
* Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-0/+10
* rename some more tests to avoid duplicate names (#19123)Benjamin Peterson2013-09-291-3/+3
* delete duplicate test (closes #19123)Benjamin Peterson2013-09-291-6/+0
* Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (theCharles-François Natali2013-09-081-0/+3
* Remove unused --debug option of regrtest.Eli Bendersky2013-09-031-6/+0
* Issue #16799: Switched from getopt to argparse style in regrtest's argumentSerhiy Storchaka2013-08-291-69/+253
* Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400.Chris Jerdonek2013-01-081-2/+6
* Issue #15302: Switch regrtest from using getopt to using argparse.Chris Jerdonek2012-12-281-0/+96