summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* | | merge #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-2/+2
|\ \ \ | |/ /
| * | merge #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-2/+2
| |\ \ | | |/
| | * #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-2/+2
* | | Closes #16135: Removal of OS/2 supportJesus Cea2012-10-051-14/+0
|/ /
* | Closes #15632: regrtest.py: fix spurious refleaks due to various cachesStefan Krah2012-08-171-4/+9
* | regrtest: give more information when a child process fails with an errorVictor Stinner2012-08-081-3/+5
* | Issue #15320: Make iterating the list of tests thread-safe when running tests...Antoine Pitrou2012-07-251-13/+29
|\ \ | |/
| * Issue #15320: Make iterating the list of tests thread-safe when running tests...Antoine Pitrou2012-07-251-12/+28
* | Close #15386: There was a loophole that meant importlib.machinery and imp wou...Nick Coghlan2012-07-201-0/+3
* | Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-111-1/+5
|\ \ | |/
| * Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-111-1/+5
* | Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
|\ \ | |/
| * Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* | Packaging removal: also revert introduction of sysconfig.cfg.Éric Araujo2012-06-241-10/+8
* | Remove packaging from the standard library.Éric Araujo2012-06-241-41/+0
* | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-1/+1
* | #14533: if a test has no test_main, use loadTestsFromModule.R David Murray2012-04-091-7/+8
* | Closes #14158: merged test file resilience fix from 3.2.Vinay Sajip2012-03-021-4/+19
|\ \ | |/
| * Closes #14158: improved resilience to test files left behind.Vinay Sajip2012-03-021-5/+22
| * Remove setting hash seed to regrtest's random seed and re-execv()ing: this do...Georg Brandl2012-02-201-5/+0
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+5
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+5
* | | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-1/+1
|\ \ \ | |/ /
| * | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-1/+1
* | | Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-1/+1
|\ \ \ | |/ /
| * | Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-1/+1
* | | merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.Senthil Kumaran2012-01-141-1/+1
|\ \ \ | |/ /
| * | Fix issue13726: -S accepts an argument just as --start.Senthil Kumaran2012-01-141-1/+1
* | | merge from 3.2Senthil Kumaran2012-01-141-1/+1
|\ \ \ | |/ /
| * | Adding the -o option for Issue13726Senthil Kumaran2012-01-141-1/+1
* | | merge from 3.2Senthil Kumaran2012-01-141-2/+2
|\ \ \ | |/ /
| * | Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...Senthil Kumaran2012-01-141-2/+2
* | | Merge 3.2Éric Araujo2011-11-291-0/+18
|\ \ \ | |/ /
| * | Add a regrtest cleanup check for shutil registriesÉric Araujo2011-11-291-0/+19
* | | Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-261-0/+7
|\ \ \ | |/ /
| * | Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-261-0/+7
* | | Branch mergeÉric Araujo2011-11-151-1/+1
|\ \ \
| * | | Fix a few typosÉric Araujo2011-11-141-1/+1
* | | | Mark test_devpoll as unexpected on most platformsAntoine Pitrou2011-11-151-0/+7
|/ / /
* | | Make sure packaging tests that register custom commands also clear themÉric Araujo2011-11-061-1/+18