- e8de296 Remove unused --debug option of regrtest. by Eli Bendersky · 11 years ago
- e5eebed Fix docstring and some indentation by Eli Bendersky · 11 years ago
- 7f5c22c Refactor the main function of regrtest a bit. by Eli Bendersky · 11 years ago
- 8913a6c Issue #11798: fix tests for regrtest -R : by Andrew Svetlov · 11 years ago
- 83d7dea Issue #8713: Cleanup before saving process._dangling. by Richard Oudkerk · 11 years ago
- 64f7c4e Issue #16799: Switched from getopt to argparse style in regrtest's argument by Serhiy Storchaka · 11 years ago
- 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
- 8624ed5 Issue #18375: merge with 3.3 by Florent Xicluna · 11 years ago
- d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 11 years ago
- 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
- 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
- 383a820 Issue #17206: test.regrtest and test.script_helper enable faulthandler module by Victor Stinner · 11 years ago
- 546ccf0 Issue #18228: Use locale.setlocale(name, None) instead of by Victor Stinner · 11 years ago
- d9ccf7f Issue #18228: Fix locale test of test.regrtest.saved_test_environment by Victor Stinner · 11 years ago
- a222de1 (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
- 934676a regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
- 4a704d2 (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
- 4de701b regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
- 6d26eba Check that warnings.showwarning() is not changed. by Brett Cannon · 11 years ago
- c9a1bfe Move test___all__ over to unittest.main() and use ModuleNotFoundError by Brett Cannon · 11 years ago
- 49e835b Issue #14135: Let's try this again. by Brett Cannon · 12 years ago
- 7d197de Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here. by Antoine Pitrou · 12 years ago
- 2d556f5 Issue #14135: Make sure tests don't leave the locale changed for any category. by Brett Cannon · 12 years ago
- 517e925 Issue #17283: Share code between __main__.py and regrtest.py in Lib/test. by Chris Jerdonek · 12 years ago
- 14d080e #16259: delete some no-longer-used code from regrtest. by R David Murray · 12 years ago
- 1573842 Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400. by Chris Jerdonek · 12 years ago
- d6c18dc Issue #15302: Switch regrtest from using getopt to using argparse. by Chris Jerdonek · 12 years ago
- f7cd05d Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
- 28441e3 Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
- 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
- f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
- f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
- d187726 Issue #10966: Remove the concept of unexpected skipped tests. by Brett Cannon · 12 years ago
- 613cf25 Use importlib instead of calling __import__ directly. by Brett Cannon · 12 years ago
- 7041b99 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
- 4d9f318 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
- c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
- f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
- 5c3ddc8 Closes #15632: regrtest.py: fix spurious refleaks due to various caches by Stefan Krah · 12 years ago
- 2965011 regrtest: give more information when a child process fails with an error by Victor Stinner · 12 years ago
- 0b9e7b9 Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
- 09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
- be7e49f Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap by Nick Coghlan · 12 years ago
- 282083d Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 12 years ago
- 673eb6a Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 12 years ago
- 67a7b06 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
- 8237258 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
- ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 12 years ago
- 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
- 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
- 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 13 years ago
- 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 13 years ago
- f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
- 6147024 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 13 years ago
- 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 94d5a71 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
- b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
- 124598c Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
- 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
- 91f252b merge from 3.2 - Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
- 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
- 6c3dd7e merge from 3.2 by Senthil Kumaran · 13 years ago
- 0e0772d merge from 3.2 by Senthil Kumaran · 13 years ago
- 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
- bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. by Senthil Kumaran · 13 years ago
- c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
- ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 13 years ago
- 4bc45b7 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
- 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
- 3f2ba3b Branch merge by Éric Araujo · 13 years ago
- 13f8b68 Mark test_devpoll as unexpected on most platforms by Antoine Pitrou · 13 years ago
- bfc9729 Fix a few typos by Éric Araujo · 13 years ago
- 4e377f2 Make sure packaging tests that register custom commands also clear them by Éric Araujo · 13 years ago
- 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
- 76558e1 Add regrtest check for caches in packaging.database (see #12167) by Éric Araujo · 13 years ago
- 28df8de Make regrtest look at internal dicts in sysconfig. by Éric Araujo · 13 years ago
- a89c32c Merge: Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
- c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
- 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
- 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
- 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
- 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
- f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
- b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
- d18a047 Issue #11049: added test_support to regrtest.STDTESTS list by Eli Bendersky · 13 years ago
- 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
- 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
- 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
- c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
- cb41cda Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 by Victor Stinner · 13 years ago
- e15bfeb (merge 3.2) Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
- fcc2a21 Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
- fa832de (merge 3.2) Issue #12400: runtest() truncates the StringIO stream before a new by Victor Stinner · 13 years ago
- 85b3a49 Issue #12400: runtest() truncates the StringIO stream before a new test by Victor Stinner · 13 years ago
- ba08905 (merge 3.2) Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
- ea95de7 Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
- d71bd9a (merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for by Victor Stinner · 13 years ago
- 8313d6a Issue #12400: runtest() reuses the same io.StringIO instance for all calls by Victor Stinner · 13 years ago
- 0b8f0c2 (merge 3.2) Issue #12400: remove unused import by Victor Stinner · 13 years ago