| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compileall.py so that it fails on SyntaxErrors | Jeremy Hylton | 2001-04-18 | 1 | -5/+0 |
|
|
* | Add regression test for future statements. This adds eight files, but | Jeremy Hylton | 2001-02-28 | 1 | -0/+7 |
|
|
* | Describe -s a little more generically. | Barry Warsaw | 2001-02-23 | 1 | -5/+6 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -4/+3 |
|
|
* | Christmas present to myself: changed regrtest in two ways: | Tim Peters | 2000-12-30 | 1 | -4/+30 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -3/+3 |
|
|
* | Make the regrtest.py -l (findleaks) option considerably less obnoxious. | Neil Schemenauer | 2000-10-13 | 1 | -4/+10 |
|
|
* | - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is | Neil Schemenauer | 2000-09-22 | 1 | -6/+14 |
|
|
* | When skipping a test, do not include a spurious space between the exception | Fred Drake | 2000-08-23 | 1 | -1/+1 |
|
|
* | When a KeyboardInterrupt is caught, just use the "raise" syntax to | Fred Drake | 2000-08-18 | 1 | -2/+2 |
|
|
* | Add largefile support for Linux64 and WIn64. Add test_largefile and some minor | Trent Mick | 2000-08-11 | 1 | -7/+12 |
|
|
* | Make test_support.TestSkipped errors work the same way as ImportErrors: | Thomas Wouters | 2000-08-04 | 1 | -1/+1 |
|
|
* | Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc | Barry Warsaw | 2000-08-03 | 1 | -12/+23 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | fix bug #42 reported by Andrew Dalke | Jeremy Hylton | 2000-07-11 | 1 | -0/+2 |
|
|
* | * added a randomize flag and corresponding -r command line argument that | Skip Montanaro | 2000-06-30 | 1 | -8/+13 |
|
|
* | Alas, Vladimir's patch was too aggressive, and started causing really | Guido van Rossum | 2000-05-05 | 1 | -1/+1 |
|
|
* | Patch by Vladimir Marangozov to unload additionally imported modules | Guido van Rossum | 2000-04-21 | 1 | -0/+5 |
|
|
* | Added a -s option which is useful for narrowing down memory leaks. | Barry Warsaw | 1999-01-28 | 1 | -4/+42 |
|
|
* | There was still something wrong. The original NOTTESTS are replaced | Guido van Rossum | 1998-08-25 | 1 | -3/+6 |
|
|
* | Should pass explicit arguments to findtests(). Should initialize 'nottests'. | Guido van Rossum | 1998-08-24 | 1 | -2/+4 |
|
|
* | Generalized so it's useful for testing other packages, by Andrew | Guido van Rossum | 1998-08-01 | 1 | -9/+34 |
|
|
* | Add writelines() method to Compare class. | Guido van Rossum | 1998-04-23 | 1 | -0/+3 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -80/+80 |
|
|
* | Catch KeyboardInterrupt separately and propagate it, instead of | Guido van Rossum | 1997-10-20 | 1 | -1/+4 |
|
|
* | Pass optional arguments (globals(), locals(), []) to __import__() so | Guido van Rossum | 1997-09-07 | 1 | -1/+1 |
|
|
* | Change default verbosity so that there are only three levels left: -q, | Guido van Rossum | 1997-08-18 | 1 | -12/+15 |
|
|
* | Don't call sys.exit() all over the place -- simply return the exit | Guido van Rossum | 1997-08-14 | 1 | -4/+4 |
|
|
* | Add flush() method to fake file. | Guido van Rossum | 1997-07-17 | 1 | -0/+3 |
|
|
* | Catch all exceptions in test modules. | Guido van Rossum | 1997-07-16 | 1 | -0/+6 |
|
|
* | Add "extra-verbose" mode, triggered by specifying two -v flags. In | Guido van Rossum | 1997-03-07 | 1 | -4/+12 |
|
|
* | New regression test harness. See usage message / doc string. | Guido van Rossum | 1996-12-20 | 1 | -0/+170 |
|
|