summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-2/+1
* Add missing comma.Jeremy Hylton2002-07-171-1/+1
* Add a rather generous set of tests allowed to be skipped on sunos5.Guido van Rossum2002-07-171-0/+23
* Whitespace normalization.Tim Peters2002-07-161-27/+27
* printlist(): Replaced the guts with a call to textwrap. Yay!Tim Peters2002-07-041-30/+19
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+28
* Added -t (--threshold) option to call gc.set_threshold(N).Guido van Rossum2002-06-071-25/+30
* regrtest has a newTim Peters2002-06-021-7/+34
* Fred's recent changes to support "-u all" resulted in subset resourceAndrew MacIntyre2002-04-301-1/+1
* test_resource has no chance of running on Windows.Tim Peters2002-04-231-0/+1
* Enable universal newlines on Windows. Note that NEWS needs more words!Tim Peters2002-04-211-1/+0
* Expect test_email_codecs to be skipped -- few users or developers willGuido van Rossum2002-04-161-0/+1
* OK, don't call resetwarnings().Tim Peters2002-04-161-2/+0
* It makes more sense to call resetwarnings() after every test runs thanTim Peters2002-04-161-0/+2
* I expect test_univnewlines to be skipped on Windows. I expect thisTim Peters2002-04-151-0/+1
* Clean up the "all" support for -u.Fred Drake2002-04-111-1/+2
* I don't expect test_email_codecs to run on Windows.Tim Peters2002-04-111-0/+1
* Added the resource name "all" to enable all of the optional resource uses.Fred Drake2002-04-111-2/+11
* We expect to skip the new test_mpz on Windows.Tim Peters2002-04-011-1/+5
* first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.Skip Montanaro2002-03-151-0/+30
* Fix typoNeal Norwitz2002-02-081-1/+1
* Added test_socketserver and test_unicode_file to tests expected to beJack Jansen2001-12-141-0/+2
* sys.platform on Mac OS X is now "darwin", without any version number appended.Jack Jansen2001-12-051-1/+1
* Added tests expected to be skipped on Mac OS X.Jack Jansen2001-12-021-0/+21
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+1
* Whitespace normalization.Tim Peters2001-10-301-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-2/+44
* test_curses is an expected skip on Linux too.Guido van Rossum2001-10-231-0/+1
* Record that test_curses doesn't run on win32.Tim Peters2001-10-221-0/+1
* Patch #473187: Add a test script that exercises most of the functions inAndrew M. Kuchling2001-10-221-1/+4
* Whitespace normalization.Tim Peters2001-10-181-1/+1
* Make sure the output lists are sorted, even if run with -r.Jeremy Hylton2001-10-171-0/+6
* Remove an infelicitous space.Fred Drake2001-09-281-1/+1
* regrtest's -g option stopped working, during the changes to improveTim Peters2001-09-281-1/+1
* Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keepTim Peters2001-09-251-0/+1
* Get rid of the increasingly convoluted global tricks w/ sys.stdout, inTim Peters2001-09-251-2/+2
* Since the most likely failure mode for an expected-output test is a changeTim Peters2001-09-221-15/+22
* reportdiff(): print a "plain diff" style diff.Guido van Rossum2001-09-211-4/+30
* Oops. I didn't expect that some tests (test_cookie) have expectedGuido van Rossum2001-09-211-9/+2
* Change the way unexpected output is reported: rather than stopping atGuido van Rossum2001-09-211-78/+40
* Get rid of a superfluous space after "--" in the message printed for aGuido van Rossum2001-09-181-2/+1
* Make test_socketserver require the network resource.Tim Peters2001-09-181-0/+1
* I don't expect test_socketserver to get skipped on Windows anymore.Tim Peters2001-09-181-1/+0
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-2/+6
* Two small changes to the resource usage option:Guido van Rossum2001-09-061-2/+3
* Patch #453627: Adds a list of tests that are expected to be skipped for UnixW...Martin v. Löwis2001-09-051-0/+24
* Whitespace normalization (tabs -> 4 spaces) in the Mac expectations.Guido van Rossum2001-09-021-35/+35
* Added list of tests expected to be skipped on the mac.Jack Jansen2001-08-281-0/+36
* Removed --have-resources flag in favor of the more granular -u/--useBarry Warsaw2001-08-201-22/+61
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-201-0/+1