summaryrefslogtreecommitdiffstats
path: root/Lib/dbm
Commit message (Expand)AuthorAgeFilesLines
* dbm.dumb was opening files without specifying the encoding. Caused problem onBrett Cannon2008-11-241-8/+10
* Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes andBrett Cannon2008-11-211-11/+17
* #3929: dbm.open() would try to raise a tuple. This does not work anymore wit...Amaury Forgeot d'Arc2008-09-251-4/+4
* clean up some more bsddb scrapsBenjamin Peterson2008-09-031-11/+0
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-282-25/+20
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-265-0/+471