1. 4fb0b8b bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295) by Xiang Zhang · 6 years ago
  2. 9df346b bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) by Zsolt Cserna · 6 years ago
  3. b248e95 Fix compiling error when missing gdbm version macros (GH-7823) by Xiang Zhang · 6 years ago
  4. 00f9edb bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794) by Victor Stinner · 6 years ago
  5. c44d8e5 bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795) by Victor Stinner · 6 years ago
  6. 1261bfa bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791) by Victor Stinner · 6 years ago
  7. 22525de Use more specific asserts in dbm tests. (GH-7786) by Serhiy Storchaka · 6 years ago
  8. 2e38cc3 bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630) by Serhiy Storchaka · 6 years ago
  9. 6f600ff bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Serhiy Storchaka · 6 years ago
  10. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  11. a938bcf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 11 years ago
  12. 7ad11bf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 11 years ago
  13. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  14. 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  15. f79493b #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  16. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  17. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 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. 42a40c5 Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows. by Kristján Valur Jónsson · 15 years ago
  21. 45dea65 Fix a broken test_dbm_gnu as introducted by r67380. by Brett Cannon · 16 years ago
  22. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  23. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago[Renamed (98%) from Lib/test/test_gdbm.py]
  24. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  25. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  26. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  27. 5bcf109 Fix test_gdbm. by Martin v. Löwis · 17 years ago
  28. 6252e10 Make gdbm and dumbdbm use byte strings. Updated their tests. by Guido van Rossum · 17 years ago
  29. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  30. f35ad33 Don't use a fixed temporary name (gdbm). by Guido van Rossum · 18 years ago
  31. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  32. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  33. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 23 years ago
  34. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  35. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  36. 99664e4 gdbm.open() no longer accepts garbage in the flags string. Fix the tests. by Neil Schemenauer · 24 years ago
  37. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  38. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 24 years ago
  39. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  40. 62a017c Test script for the GNU dbm module (gdbm) by Roger E. Masse · 28 years ago