1. 22e4182 Describe -s a little more generically. by Barry Warsaw · 23 years ago
  2. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  3. 1a4d77b Christmas present to myself: changed regrtest in two ways: by Tim Peters · 24 years ago
  4. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  5. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  6. 8a00abc Make the regrtest.py -l (findleaks) option considerably less obnoxious. by Neil Schemenauer · 24 years ago
  7. d569f23 - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is by Neil Schemenauer · 24 years ago
  8. 27c4b39 When skipping a test, do not include a spurious space between the exception by Fred Drake · 24 years ago
  9. fe5c22a When a KeyboardInterrupt is caught, just use the "raise" syntax to by Fred Drake · 24 years ago
  10. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
  11. 3af826e Make test_support.TestSkipped errors work the same way as ImportErrors: by Thomas Wouters · 24 years ago
  12. a873b03 Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc by Barry Warsaw · 24 years ago
  13. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  14. fff9e20 fix bug #42 reported by Andrew Dalke by Jeremy Hylton · 24 years ago
  15. ab1c791 * added a randomize flag and corresponding -r command line argument that by Skip Montanaro · 24 years ago
  16. 5193114 Alas, Vladimir's patch was too aggressive, and started causing really by Guido van Rossum · 24 years ago
  17. 5796d26 Patch by Vladimir Marangozov to unload additionally imported modules by Guido van Rossum · 24 years ago
  18. e11e3de Added a -s option which is useful for narrowing down memory leaks. by Barry Warsaw · 26 years ago
  19. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 26 years ago
  20. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 26 years ago
  21. 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 26 years ago
  22. e87ed5f Add writelines() method to Compare class. by Guido van Rossum · 26 years ago
  23. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  24. 4e8ef5f Catch KeyboardInterrupt separately and propagate it, instead of by Guido van Rossum · 27 years ago
  25. f9fa20b Pass optional arguments (globals(), locals(), []) to __import__() so by Guido van Rossum · 27 years ago
  26. a412220 Change default verbosity so that there are only three levels left: -q, by Guido van Rossum · 27 years ago
  27. e838701 Don't call sys.exit() all over the place -- simply return the exit by Guido van Rossum · 27 years ago
  28. 75fce30 Add flush() method to fake file. by Guido van Rossum · 27 years ago
  29. 9e48b27 Catch all exceptions in test modules. by Guido van Rossum · 27 years ago
  30. f58ed25 Add "extra-verbose" mode, triggered by specifying two -v flags. In by Guido van Rossum · 27 years ago
  31. 152494a New regression test harness. See usage message / doc string. by Guido van Rossum · 28 years ago