1. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  2. 56e00ca Backporting since it would have helped us find a regression. by Antoine Pitrou · 16 years ago
  3. 170fb04 We dont have dbm.bsd support anymore. by Georg Brandl · 16 years ago
  4. 2b5d6eb dbm.dumb was opening files without specifying the encoding. Caused problem on by Brett Cannon · 17 years ago
  5. 58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and by Brett Cannon · 17 years ago
  6. 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
  7. 6ba2332 clean up some more bsddb scraps by Benjamin Peterson · 17 years ago
  8. b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 17 years ago
  9. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 17 years ago