1. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
  2. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  3. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  6. 6119540 Remove a bad test. by Brett Cannon · 17 years ago
  7. 4a6e8d6 Move test_gdbm to use unittest. by Brett Cannon · 17 years ago
  8. 110054c Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  9. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  10. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 24 years ago
  11. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  12. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  13. 99664e4 gdbm.open() no longer accepts garbage in the flags string. Fix the tests. by Neil Schemenauer · 24 years ago
  14. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  15. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 25 years ago
  16. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  17. 62a017c Test script for the GNU dbm module (gdbm) by Roger E. Masse · 28 years ago