summaryrefslogtreecommitdiff
path: root/Lib/test/libregrtest/cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* 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