summaryrefslogtreecommitdiffstats
path: root/Lib/dbm/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* #3929: dbm.open() would try to raise a tuple. This does not work anymore wit...Amaury Forgeot d'Arc2008-09-251-4/+4
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-281-24/+18
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+198