1. 10485eb Warn that dbm.dumb.open() can crash Python (GH-6047) by Brett Cannon · 6 years ago
  2. 6c85efa5 bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497) by Serhiy Storchaka · 7 years ago
  3. 0122ae9 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm by Serhiy Storchaka · 8 years ago
  4. dcb6c88 Issue #27304: Source code links for sub-packages in the same file. by Terry Jan Reedy · 8 years ago
  5. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  6. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  7. 9f65a35 MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 10 years ago
  8. 0c4baa4 MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 10 years ago
  9. ac4b7f7 Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 10 years ago
  10. b398d33 Issue #18039: dbm.dump.open() now always creates a new database when the by Serhiy Storchaka · 10 years ago
  11. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  12. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  13. 37e6c54 Merge 3.1 by Éric Araujo · 13 years ago
  14. 5c1a0c9 Fix argument name in reST doc to match the code by Éric Araujo · 13 years ago
  15. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  16. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  17. e398da9 #10609: fix non-working dbm example. by Georg Brandl · 14 years ago
  18. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 years ago
  19. e8b0d61 Fix typo. by Georg Brandl · 14 years ago
  20. 1fa11af Merged revisions 83226-83227,83229-83232 via svnmerge from by Georg Brandl · 14 years ago
  21. 611f8f5 Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 14 years ago
  22. bb19015 Fix "Berkeley" name. by Georg Brandl · 14 years ago
  23. ac958ce #9397: remove mention of dbm.bsd which does not exist anymore. by Georg Brandl · 14 years ago
  24. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  25. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  26. 1a04058 Manual merge of r72710: use table of flags for dbm.open description. by Georg Brandl · 15 years ago
  27. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  28. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  29. 905aa66 mention that bsddb3 can be gotten as a third party addon by Benjamin Peterson · 16 years ago
  30. 9a46cab remove some more bsddb references by Benjamin Peterson · 16 years ago
  31. 6ba2332 clean up some more bsddb scraps by Benjamin Peterson · 16 years ago
  32. f4a4123 Fix old-style octal literals in the docs. by Georg Brandl · 16 years ago
  33. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  34. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago