summaryrefslogtreecommitdiff
path: root/Lib/test/libregrtest/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Miss Islington (bot)2019-05-131-1/+4
* [3.7] bpo-36719: sync regrtest with master branch (GH-12967)Victor Stinner2019-04-261-5/+7
* Fix typo in test module usage message (GH-11374)Miss Islington (bot)2018-12-301-1/+1
* [3.7] bpo-34279: Synchronize regrtest with master (GH-10800)Victor Stinner2018-11-291-1/+1
* Add --tempdir option for test run (GH-10322)Miss Islington (bot)2018-11-171-3/+3
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-181-0/+4
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* bpo-30822: Exclude tzdata from regrtest --all (#2775)Victor Stinner2017-07-201-3/+12
* bpo-30764: regrtest: add --fail-env-changed option (#2402)Victor Stinner2017-06-261-0/+3
* bpo-30523: regrtest: Add --list-cases option (#2238)mlouielu2017-06-161-0/+3
* bpo-30540: regrtest: add --matchfile option (#1909)Victor Stinner2017-06-091-1/+19
* bpo-27103: regrtest disables -W if -R is used (#1651)Victor Stinner2017-05-181-0/+5
* bpo-30263: regrtest: log system load (#1452)Victor Stinner2017-05-041-0/+2
* Issue #28950: Disallow -j0 combined with -T/-l in regrtest.Xiang Zhang2016-12-191-2/+2
* Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-4/+7
* Merge 3.5 (regrtest)Victor Stinner2016-09-101-1/+1
* regrtest: rename --slow option to --slowestVictor Stinner2016-08-171-1/+1
* Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-221-1/+3
* regrtest doesn't ignore -j1 anymoreVictor Stinner2016-05-201-2/+0
* Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-1/+1
* Fix missing import in libregrtest.Steve Dower2015-10-081-0/+1
* Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-081-0/+4
* Merge from 3.5 for issue #25188.Brett Cannon2015-10-021-1/+5
* Issue #22806: Add ``python -m test --list-tests`` command to list tests.Victor Stinner2015-10-031-7/+4
* Issue #25220, libregrtest: Call setup_python(ns) in the slavesVictor Stinner2015-09-301-2/+0
* Issue #25220: Move most regrtest.py code to libregrtestVictor Stinner2015-09-261-1/+1
* Issue #25220: Create Lib/test/libregrtest/Victor Stinner2015-09-261-0/+340
* Issue #25220: Backed out changeset eaf9a99b6bb8Victor Stinner2015-09-231-340/+0
* Issue #25220: Create Lib/test/libregrtest/Victor Stinner2015-09-231-0/+340