summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Replace the "compiler" resource with the more generic "cpu", soAntoine Pitrou2010-10-141-3/+2
* Inherit interpreter flags in parallel testingAntoine Pitrou2010-10-141-5/+3
* #7110: have regrtest print test failures and tracebacks to stderr not stdout.R. David Murray2010-09-291-6/+6
* Make test.regrtest.__file__ absolute, this was not always the case when runni...Florent Xicluna2010-09-131-1/+7
* Issue #9433: The "-j" option to regrtest now works under Windows too.Antoine Pitrou2010-08-181-1/+2
* Save and restore the global asyncore.socket_map, and warn if a test modified itAntoine Pitrou2010-08-161-1/+10
* Merged manually from 2.7 branch to 3.x trunk.Florent Xicluna2010-08-091-17/+10
* Fix regrtest -F.Georg Brandl2010-08-031-5/+6
* #8560: add progress indicator to regrtest.Georg Brandl2010-08-021-5/+12
* Switch the __import__ state check from using __builtins__ to builtins to beBrett Cannon2010-06-141-8/+3
* When dealing with __import__ for detecting a global state change made by aBrett Cannon2010-06-121-2/+8
* regrtest.py: call replace_stdout() before the first call to print()Victor Stinner2010-05-191-3/+2
* regrtest.py: disable replace_stdout() on Windows until it is fixedVictor Stinner2010-05-071-0/+3
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-28/+0
* Issue #8533: revert r80694; try a different fix: regrtest uses backslashreplaceVictor Stinner2010-05-021-2/+13
* Issue #8533: Write tracebacks and failed tests to sys.stderr instead ofVictor Stinner2010-05-021-2/+2
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+5
* Merged revisions 80503 via svnmerge fromR. David Murray2010-04-261-26/+33
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-0/+4
* Merged revisions 79497 via svnmerge fromFlorent Xicluna2010-03-301-12/+18
* Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-7/+2
* Have regrtest monitor the warnings filter for changes made by a test suite.Brett Cannon2010-03-201-1/+8
* Merged revisions 79013 via svnmerge fromCollin Winter2010-03-171-2/+3
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-3/+2
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 78732 via svnmerge fromFlorent Xicluna2010-03-061-6/+8
* Fix TypeError on usage() when using regrtest switches which are not compatible.Florent Xicluna2010-03-061-2/+3
* Merged revisions 78719-78720 via svnmerge fromFlorent Xicluna2010-03-061-46/+42
* Check that sys.path_hooks and __import__ are not changed by tests.Brett Cannon2010-02-191-1/+12
* Merged revisions 78136 via svnmerge fromEzio Melotti2010-02-181-4/+44
* Merged revisions 77374 via svnmerge fromAntoine Pitrou2010-01-081-10/+0
* Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,...Benjamin Peterson2009-12-311-2/+0
* Merged revisions 76856 via svnmerge fromR. David Murray2009-12-161-11/+9
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-161-3/+16
* Merged revisions 76276 via svnmerge fromR. David Murray2009-11-151-0/+4
* Merged revisions 76260 via svnmerge fromR. David Murray2009-11-141-29/+53
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-30/+36
* Followup to r75965: replace the test_uuid-specific patch with a generic fixAntoine Pitrou2009-10-301-0/+6
* Merged revisions 75920 via svnmerge fromR. David Murray2009-10-281-1/+1
* Merged revisions 75866-75867 via svnmerge fromGeorg Brandl2009-10-271-32/+53
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-13/+0
* Remove comment that went with the print_lock that was previously deleted.R. David Murray2009-10-201-2/+0
* Since all regrtest -j output is now done in the main thread we are noR. David Murray2009-10-191-2/+1
* Merged revisions 75524 via svnmerge fromR. David Murray2009-10-191-2/+0
* The stdout from tests is no longer compared against anything (not evenR. David Murray2009-10-191-3/+0
* Merged revisions 75503 via svnmerge fromR. David Murray2009-10-191-16/+16
* Clean up merge of r75400.R. David Murray2009-10-181-40/+21
* Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-181-20/+148
* Merged revisions 75255 via svnmerge fromR. David Murray2009-10-071-0/+15
* Merged revisions 73072 via svnmerge fromAntoine Pitrou2009-06-291-123/+153