summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-111-7/+12
* Make test_support.TestSkipped errors work the same way as ImportErrors:Thomas Wouters2000-08-041-1/+1
* Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gcBarry Warsaw2000-08-031-12/+23
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* fix bug #42 reported by Andrew DalkeJeremy Hylton2000-07-111-0/+2
* * added a randomize flag and corresponding -r command line argument thatSkip Montanaro2000-06-301-8/+13
* Alas, Vladimir's patch was too aggressive, and started causing reallyGuido van Rossum2000-05-051-1/+1
* Patch by Vladimir Marangozov to unload additionally imported modulesGuido van Rossum2000-04-211-0/+5
* Added a -s option which is useful for narrowing down memory leaks.Barry Warsaw1999-01-281-4/+42
* There was still something wrong. The original NOTTESTS are replacedGuido van Rossum1998-08-251-3/+6
* Should pass explicit arguments to findtests(). Should initialize 'nottests'.Guido van Rossum1998-08-241-2/+4
* Generalized so it's useful for testing other packages, by AndrewGuido van Rossum1998-08-011-9/+34
* Add writelines() method to Compare class.Guido van Rossum1998-04-231-0/+3
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-80/+80
* Catch KeyboardInterrupt separately and propagate it, instead ofGuido van Rossum1997-10-201-1/+4
* Pass optional arguments (globals(), locals(), []) to __import__() soGuido van Rossum1997-09-071-1/+1
* Change default verbosity so that there are only three levels left: -q,Guido van Rossum1997-08-181-12/+15
* Don't call sys.exit() all over the place -- simply return the exitGuido van Rossum1997-08-141-4/+4
* Add flush() method to fake file.Guido van Rossum1997-07-171-0/+3
* Catch all exceptions in test modules.Guido van Rossum1997-07-161-0/+6
* Add "extra-verbose" mode, triggered by specifying two -v flags. InGuido van Rossum1997-03-071-4/+12
* New regression test harness. See usage message / doc string.Guido van Rossum1996-12-201-0/+170