summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* remove pointless keys() callBenjamin Peterson2015-12-061-1/+1
* make consulting save_modules O(1) rather than O(n)Benjamin Peterson2015-12-051-1/+1
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Issue #25188: Clean up code to pass the --pgo flag to subprocessesBrett Cannon2015-10-161-4/+2
* Fix indentationBrett Cannon2015-10-021-4/+4
* Issue #25188: Add -P/--pgo to test.regrtest for PGO building.Brett Cannon2015-10-021-33/+50
* Issue #24751: Fix running regrtest with '-w' flag in case of test failures.Zachary Ware2015-08-091-8/+6
* Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.Zachary Ware2015-08-051-3/+8
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-161-0/+9
* Backport b80d141a044eZachary Ware2015-07-131-1/+0
* Issue #22390: Fix typo in regrtest, support => test_supportVictor Stinner2015-03-291-3/+3
* Issue #22390: test.regrtest now emits a warning if temporary files orSerhiy Storchaka2015-03-291-1/+12
* test_spwd skipping is expected on win32.Serhiy Storchaka2015-01-311-0/+1
* regrtest: backport "[ 1/399]" progress back from Python 3Victor Stinner2014-09-051-4/+15
* backout 369bf9fbaeffBenjamin Peterson2014-02-161-7/+4
* clear zip stat cache after each ref leak runBenjamin Peterson2014-01-091-4/+7
* Import shutil for restore_test_support_TESTFN().Serhiy Storchaka2013-02-101-1/+1
* Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.Chris Jerdonek2012-12-281-2/+2
* Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox use...Vinay Sajip2012-03-061-1/+18
* Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-261-0/+7
* Issue #11719: Fix message about unexpected test_msilib skip.Ross Lagerwall2011-04-091-1/+1
* Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,...R. David Murray2011-02-111-14/+8
* Merged revisions 87704-87705 via svnmerge fromAntoine Pitrou2011-01-031-3/+9
* Merged revisions 85086 via svnmerge fromR. David Murray2010-12-041-6/+6
* Merged revisions 85926 via svnmerge fromAntoine Pitrou2010-10-311-3/+6
* Merged revisions 85935-85936 via svnmerge fromAntoine Pitrou2010-10-311-0/+4
* test_gdb should be skipped on darwin (not up to v7 yet)Skip Montanaro2010-10-251-0/+1
* Merged revisions 85482 via svnmerge fromAntoine Pitrou2010-10-141-6/+2
* Merged revisions 85469 via svnmerge fromAntoine Pitrou2010-10-141-5/+3
* Merged revisions 83524,84776 via svnmerge fromFlorent Xicluna2010-09-131-1/+7
* Merged revisions 84176 via svnmerge fromAntoine Pitrou2010-08-181-1/+2
* Merged revisions 84086 via svnmerge fromAntoine Pitrou2010-08-161-1/+10
* Revert the additional OS X information (r81140). Keep the endianness informa...Florent Xicluna2010-05-131-5/+1
* Add sensible information about the OS X platform to diagnose issue #8423:Florent Xicluna2010-05-131-1/+6
* In a number of places code still reversRonald Oussoren2010-05-051-36/+1
* Issue #7449, part 2: regrtest.py -j option requires thread supportVictor Stinner2010-04-271-1/+5
* Issue 8325: Improve regrtest --help text.R. David Murray2010-04-261-26/+33
* Fix the "regrtest -s" switch.Florent Xicluna2010-04-231-8/+9
* Remove ImportWarnings filters. They become obsolete after r79310, issue #8205.Florent Xicluna2010-04-231-8/+0
* Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing...Michael Foord2010-04-081-2/+2
* #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru...Florent Xicluna2010-03-301-12/+18
* Ensure that the failed or unexpected tests are sorted before printing.Florent Xicluna2010-03-261-7/+2
* Skip test_ascii_formatd if _ctypes is not available (BSD, ...).Florent Xicluna2010-03-241-0/+2
* Fix a trivial class of (hypothetical, future) false-positive refleaks, discov...Collin Winter2010-03-171-2/+3
* Do not print the header lines when running a single test.Florent Xicluna2010-03-061-7/+9
* Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adju...Florent Xicluna2010-03-061-22/+21
* Print platform information to stdout, to help troubleshooting platform-specif...Florent Xicluna2010-03-061-2/+12
* Keep the test files in the ./build/ subdirectory, if Python is not installed.Florent Xicluna2010-03-061-44/+33
* #7712: add a temp_cwd context manager to test_support and use it in regrtest ...Ezio Melotti2010-02-101-4/+44