1. 22525de Use more specific asserts in dbm tests. (GH-7786) by Serhiy Storchaka · 6 years ago
  2. 6592d7f bpo-33752: Fix a file leak in test_dbm. (GH-7376) by Serhiy Storchaka · 6 years ago
  3. 70af06c bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632) by Serhiy Storchaka · 6 years ago
  4. 2e38cc3 bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630) by Serhiy Storchaka · 6 years ago
  5. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  6. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  7. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  8. 9f96789 #17198: merge with 3.3. by Ezio Melotti · 11 years ago
  9. b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  10. c0b6466 #17082: merge with 3.3. by Ezio Melotti · 11 years ago
  11. f79493b #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  12. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  13. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  14. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  15. 725c2b9 Merged revisions 88631 via svnmerge from by Senthil Kumaran · 13 years ago
  16. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  17. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  18. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  19. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  20. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  21. 1bc15c2 fix merge boo-boo by Benjamin Peterson · 16 years ago
  22. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  23. b5cf301 #3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0. by Amaury Forgeot d'Arc · 16 years ago
  24. b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 16 years ago
  25. 7f986ac Rename test file to its proper module name. by Georg Brandl · 16 years ago
  26. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  27. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  28. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  29. 180510d Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from by Christian Heimes · 16 years ago
  30. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  31. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  32. 956e359 The dbm module should use bytes for keys. This makes test_shelve pass. by Guido van Rossum · 17 years ago
  33. ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 17 years ago
  34. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  35. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  36. f35ad33 Don't use a fixed temporary name (gdbm). by Guido van Rossum · 18 years ago
  37. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  38. e7629c8 Skip test_dbm if we can't write to the file by Neal Norwitz · 22 years ago
  39. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  40. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 23 years ago
  41. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  42. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  43. 57a4e90 Fix up the cleanup of the temporary DB so it works for BSD DB's by Fred Drake · 24 years ago
  44. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  45. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  46. 16f9fd2 Added a test script for dbmmodule.c and added it to testall.py and by Roger E. Masse · 28 years ago