Python 3.13.0
  1. 5172462 [3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429) by Miss Islington (bot) · 1 year, 2 months ago
  2. 6d9141e gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447) by Erlend E. Aasland · 1 year, 6 months ago
  3. dd5e4d9 gh-100414: Add SQLite backend to dbm (#114481) by Erlend E. Aasland · 1 year, 6 months ago
  4. fc06096 gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync() (GH-114560) by Serhiy Storchaka · 1 year, 7 months ago
  5. 707137b bpo-40563: Support pathlike objects on dbm/shelve (GH-21849) by Henry-Joseph Audéoud · 4 years ago
  6. 81c5a90 bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) by Marco Rougeth · 6 years ago
  7. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 6 years ago
  8. 4fb0b8b bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295) by Xiang Zhang · 7 years ago
  9. 6c85efa5 bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497) by Serhiy Storchaka · 8 years ago
  10. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 8 years ago
  11. 4fc7942 Issue #28847: A deprecation warning is now emitted if the index file is missed by Serhiy Storchaka · 9 years ago
  12. 520348e Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 9 years ago
  13. 028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 9 years ago
  14. 0122ae9 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm by Serhiy Storchaka · 9 years ago
  15. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  16. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  17. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 10 years ago
  18. 23edd49 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 11 years ago
  19. 74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 11 years ago
  20. e5243cc Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 11 years ago
  21. 65c623d Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 11 years ago
  22. b398d33 Issue #18039: dbm.dump.open() now always creates a new database when the by Serhiy Storchaka · 11 years ago
  23. 12c575f Restore performance of some dumb database methods (regression introduced by #19385). by Serhiy Storchaka · 11 years ago
  24. e3083d3 make operations on closed dumb databases raise a consistent exception (closes #19385) by Benjamin Peterson · 11 years ago
  25. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 12 years ago
  26. 9f96789 #17198: merge with 3.3. by Ezio Melotti · 12 years ago
  27. b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 12 years ago
  28. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  29. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 13 years ago
  30. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 13 years ago
  31. bc566b0 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  32. 37e6c54 Merge 3.1 by Éric Araujo · 14 years ago
  33. f8e1b60 Add docstring to dbm.open by Éric Araujo · 14 years ago
  34. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  35. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  36. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 15 years ago
  37. 1cec3e3 #9397: remove mention of dbm.bsd which does not exist anymore. by Victor Stinner · 15 years ago
  38. 56e00ca Backporting since it would have helped us find a regression. by Antoine Pitrou · 16 years ago
  39. a328029 Redundancy isn't needed here. Redundancy isn't needed here. by Antoine Pitrou · 16 years ago
  40. 4de39cd Merged revisions 75312 via svnmerge from by Antoine Pitrou · 16 years ago
  41. 170fb04 We dont have dbm.bsd support anymore. by Georg Brandl · 16 years ago
  42. 2b5d6eb dbm.dumb was opening files without specifying the encoding. Caused problem on by Brett Cannon · 17 years ago
  43. 58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and by Brett Cannon · 17 years ago
  44. b5cf301 #3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0. by Amaury Forgeot d'Arc · 17 years ago
  45. 6ba2332 clean up some more bsddb scraps by Benjamin Peterson · 17 years ago
  46. b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 17 years ago
  47. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 17 years ago