| Commit message (Expand) | Author | Age | Files | Lines |
* | regrtest: close the new stdout and restore the original stdout at exit | Victor Stinner | 2011-01-05 | 1 | -1/+10 |
|
|
* | Mention --randseed in option list | Antoine Pitrou | 2011-01-03 | 1 | -0/+1 |
|
|
* | Issue #6293: Have regrtest.py echo back sys.flags. This is done by default | Antoine Pitrou | 2011-01-03 | 1 | -3/+8 |
|
|
* | #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs | R. David Murray | 2010-12-27 | 1 | -14/+8 |
|
|
* | More fine-grained monitoring of alterations to logging state | Nick Coghlan | 2010-12-05 | 1 | -4/+10 |
|
|
* | Issue 10626 investigation: regrtest now checks for alterations to the logging... | Nick Coghlan | 2010-12-05 | 1 | -1/+11 |
|
|
* | Factor out common code from lib/test/__main__.py and lib/test/regrtest.py int... | Michael Foord | 2010-12-03 | 1 | -15/+18 |
|
|
* | Partially revert r78719 - it removed a check that is still needed in some cas... | Nick Coghlan | 2010-12-03 | 1 | -0/+13 |
|
|
* | Issue #10347: ignore leading test count ("[ 1/340]") when using the -f optio... | Antoine Pitrou | 2010-11-07 | 1 | -0/+2 |
|
|
* | set literals and unions are our friends | Benjamin Peterson | 2010-10-29 | 1 | -4/+3 |
|
|
* | make gdb skip expected | Benjamin Peterson | 2010-10-29 | 1 | -0/+3 |
|
|
* | Fix typo | Antoine Pitrou | 2010-10-29 | 1 | -1/+1 |
|
|
* | Make a GC run before trying to clean up files left over by | Antoine Pitrou | 2010-10-29 | 1 | -0/+6 |
|
|
* | Actually restore the original asyncore socket map by making a copy of the dict | Antoine Pitrou | 2010-10-29 | 1 | -3/+6 |
|
|
* | test_gdb should be skipped on darwin (not up to v7 yet) | Skip Montanaro | 2010-10-25 | 1 | -0/+1 |
|
|
* | Revert debug printout | Antoine Pitrou | 2010-10-15 | 1 | -3/+0 |
|
|
* | Enable debug output at the start of the regression suite instead. | Antoine Pitrou | 2010-10-15 | 1 | -0/+3 |
|
|
* | Replace the "compiler" resource with the more generic "cpu", so | Antoine Pitrou | 2010-10-14 | 1 | -3/+2 |
|
|
* | Inherit interpreter flags in parallel testing | Antoine Pitrou | 2010-10-14 | 1 | -5/+3 |
|
|
* | #7110: have regrtest print test failures and tracebacks to stderr not stdout. | R. David Murray | 2010-09-29 | 1 | -6/+6 |
|
|
* | Make test.regrtest.__file__ absolute, this was not always the case when runni... | Florent Xicluna | 2010-09-13 | 1 | -1/+7 |
|
|
* | Issue #9433: The "-j" option to regrtest now works under Windows too. | Antoine Pitrou | 2010-08-18 | 1 | -1/+2 |
|
|
* | Save and restore the global asyncore.socket_map, and warn if a test modified it | Antoine Pitrou | 2010-08-16 | 1 | -1/+10 |
|
|
* | Merged manually from 2.7 branch to 3.x trunk. | Florent Xicluna | 2010-08-09 | 1 | -17/+10 |
|
|
* | Fix regrtest -F. | Georg Brandl | 2010-08-03 | 1 | -5/+6 |
|
|
* | #8560: add progress indicator to regrtest. | Georg Brandl | 2010-08-02 | 1 | -5/+12 |
|
|
* | Switch the __import__ state check from using __builtins__ to builtins to be | Brett Cannon | 2010-06-14 | 1 | -8/+3 |
|
|
* | When dealing with __import__ for detecting a global state change made by a | Brett Cannon | 2010-06-12 | 1 | -2/+8 |
|
|
* | regrtest.py: call replace_stdout() before the first call to print() | Victor Stinner | 2010-05-19 | 1 | -3/+2 |
|
|
* | regrtest.py: disable replace_stdout() on Windows until it is fixed | Victor Stinner | 2010-05-07 | 1 | -0/+3 |
|
|
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -28/+0 |
|
|
* | Issue #8533: revert r80694; try a different fix: regrtest uses backslashreplace | Victor Stinner | 2010-05-02 | 1 | -2/+13 |
|
|
* | Issue #8533: Write tracebacks and failed tests to sys.stderr instead of | Victor Stinner | 2010-05-02 | 1 | -2/+2 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -1/+5 |
|
|
* | Merged revisions 80503 via svnmerge from | R. David Murray | 2010-04-26 | 1 | -26/+33 |
|
|
* | Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,... | Benjamin Peterson | 2010-04-11 | 1 | -0/+4 |
|
|
* | Merged revisions 79497 via svnmerge from | Florent Xicluna | 2010-03-30 | 1 | -12/+18 |
|
|
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -7/+2 |
|
|
* | Have regrtest monitor the warnings filter for changes made by a test suite. | Brett Cannon | 2010-03-20 | 1 | -1/+8 |
|
|
* | Merged revisions 79013 via svnmerge from | Collin Winter | 2010-03-17 | 1 | -2/+3 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -3/+2 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78732 via svnmerge from | Florent Xicluna | 2010-03-06 | 1 | -6/+8 |
|
|
* | Fix TypeError on usage() when using regrtest switches which are not compatible. | Florent Xicluna | 2010-03-06 | 1 | -2/+3 |
|
|
* | Merged revisions 78719-78720 via svnmerge from | Florent Xicluna | 2010-03-06 | 1 | -46/+42 |
|
|
* | Check that sys.path_hooks and __import__ are not changed by tests. | Brett Cannon | 2010-02-19 | 1 | -1/+12 |
|
|
* | Merged revisions 78136 via svnmerge from | Ezio Melotti | 2010-02-18 | 1 | -4/+44 |
|
|
* | Merged revisions 77374 via svnmerge from | Antoine Pitrou | 2010-01-08 | 1 | -10/+0 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -2/+0 |
|
|
* | Merged revisions 76856 via svnmerge from | R. David Murray | 2009-12-16 | 1 | -11/+9 |
|
|