1. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  2. 5bcf109 Fix test_gdbm. by Martin v. Löwis · 18 years ago
  3. 6252e10 Make gdbm and dumbdbm use byte strings. Updated their tests. by Guido van Rossum · 18 years ago
  4. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
  5. f35ad33 Don't use a fixed temporary name (gdbm). by Guido van Rossum · 19 years ago
  6. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 19 years ago
  7. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  8. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 24 years ago
  9. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  10. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  11. 99664e4 gdbm.open() no longer accepts garbage in the flags string. Fix the tests. by Neil Schemenauer · 25 years ago
  12. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  13. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 26 years ago
  14. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 29 years ago
  15. 62a017c Test script for the GNU dbm module (gdbm) by Roger E. Masse · 29 years ago