summaryrefslogtreecommitdiff
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* 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-442/+241
|\ \ | |/ |/|
| * (Merge 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-121-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-071-24/+28
| * | Issue #15302: Switch regrtest from using getopt to using argparse.Chris Jerdonek2012-12-271-77/+147
| * | Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize.Chris Jerdonek2012-12-271-327/+39
| |\ \
| | * | 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-171-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
| | |\ \
| | * | | Closes #16135: Removal of OS/2 supportJesus Cea2012-10-051-14/+0
* | | | | regrtest.py: Fix another typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-1/+1
| |_|_|/ |/| | |
* | | | regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
|/ / /
* | | Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize.Chris Jerdonek2012-12-271-82/+199
|\ \ \ | | |/ | |/|
| * | merge #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-82/+199
| |\ \ | | |/
| | * 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-261-75/+185
| | |\
| | | * 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-75/+182
| | | |\
| | | | * 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
| | | | |\ \
| | | | * \ \ 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-68/+219
| | | | |\ \ \ \
| | | | | * \ \ \ merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.Senthil Kumaran2012-01-141-1/+1
| | | | | |\ \ \ \
| | | | | * \ \ \ \ merge from 3.2Senthil Kumaran2012-01-141-1/+1
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ merge from 3.2Senthil Kumaran2012-01-141-2/+2
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge 3.2Éric Araujo2011-11-291-0/+18
| | | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-251-67/+219
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ Branch mergeÉric Araujo2011-11-151-0/+7
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | Mark test_devpoll as unexpected on most platformsAntoine Pitrou2011-11-151-0/+7