1. 23edd49 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 9 years ago
  2. 74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 9 years ago
  3. b398d33 Issue #18039: dbm.dump.open() now always creates a new database when the by Serhiy Storchaka · 10 years ago
  4. e3083d3 make operations on closed dumb databases raise a consistent exception (closes #19385) by Benjamin Peterson · 10 years ago
  5. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  6. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  7. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  8. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  9. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  10. f79493b #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  11. c0eee31 Properly close files in test_dbm_dumb. by Brett Cannon · 14 years ago
  12. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  13. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  14. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  15. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  16. 58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and by Brett Cannon · 16 years ago
  17. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago[Renamed (99%) from Lib/test/test_dumbdbm.py]
  18. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  19. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  20. 9289bfc Fixed test_dumbdbm by Christian Heimes · 17 years ago
  21. 7b4beea Make dumbdbm use bytes for keys consistently. by Guido van Rossum · 17 years ago
  22. c3ee950 follow up to bug 1007 commit. by Gregory P. Smith · 17 years ago
  23. 178fefb applies the better dbm and shelve related unittests. bug 1007 from larryhastings by Gregory P. Smith · 17 years ago
  24. e656869 Change dumbdbm to use bytes keys. by Martin v. Löwis · 17 years ago
  25. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  26. 6252e10 Make gdbm and dumbdbm use byte strings. Updated their tests. by Guido van Rossum · 17 years ago
  27. c1b22a0 Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from by Brett Cannon · 17 years ago
  28. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  29. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  30. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  31. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  32. 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
  33. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 21 years ago
  34. 663d1b6 Added a new randomized test. by Tim Peters · 21 years ago
  35. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  36. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  37. c08fe82 restructure a bit to not rely on test case execution ordering by Skip Montanaro · 22 years ago
  38. d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 23 years ago
  39. 8876848 Whitespace normalization. by Tim Peters · 23 years ago
  40. 3ca656f Committing the second part of patch #480902, an improved test suite by Barry Warsaw · 23 years ago
  41. a8e14d4 Use a saner test filename, to work on Windows. by Guido van Rossum · 24 years ago
  42. 2f1064c A dumb test for the dumdbm module. by Guido van Rossum · 24 years ago