1. c0eee31 Properly close files in test_dbm_dumb. by Brett Cannon · 14 years ago
  2. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  3. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 14 years ago
  4. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  5. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  6. 58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and by Brett Cannon · 16 years ago
  7. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago[Renamed (99%) from Lib/test/test_dumbdbm.py]
  8. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  9. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  10. 9289bfc Fixed test_dumbdbm by Christian Heimes · 17 years ago
  11. 7b4beea Make dumbdbm use bytes for keys consistently. by Guido van Rossum · 17 years ago
  12. c3ee950 follow up to bug 1007 commit. by Gregory P. Smith · 17 years ago
  13. 178fefb applies the better dbm and shelve related unittests. bug 1007 from larryhastings by Gregory P. Smith · 17 years ago
  14. e656869 Change dumbdbm to use bytes keys. by Martin v. Löwis · 17 years ago
  15. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  16. 6252e10 Make gdbm and dumbdbm use byte strings. Updated their tests. by Guido van Rossum · 17 years ago
  17. c1b22a0 Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from by Brett Cannon · 17 years ago
  18. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  19. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  20. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  21. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  22. ecdad85 [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace. by Andrew M. Kuchling · 19 years ago
  23. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 21 years ago
  24. 663d1b6 Added a new randomized test. by Tim Peters · 21 years ago
  25. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  27. c08fe82 restructure a bit to not rely on test case execution ordering by Skip Montanaro · 22 years ago
  28. d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 22 years ago
  29. 8876848 Whitespace normalization. by Tim Peters · 23 years ago
  30. 3ca656f Committing the second part of patch #480902, an improved test suite by Barry Warsaw · 23 years ago
  31. a8e14d4 Use a saner test filename, to work on Windows. by Guido van Rossum · 23 years ago
  32. 2f1064c A dumb test for the dumdbm module. by Guido van Rossum · 23 years ago