summaryrefslogtreecommitdiffstats
path: root/Lib/dbm/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-191-1/+1
* Merge 3.1Éric Araujo2011-04-201-10/+12
|\
| * Add docstring to dbm.openÉric Araujo2011-04-201-10/+12
| * Fix #11491. When dbm.open was called with a file which already exists andbriancurtin2011-03-141-3/+3
| * Backporting since it would have helped us find a regression.Antoine Pitrou2009-10-271-1/+1
* | Fix #11491. When dbm.open was called with a file which already exists andbriancurtin2011-03-141-3/+3
* | #9397: remove mention of dbm.bsd which does not exist anymore.Victor Stinner2010-07-291-15/+6
* | Redundancy isn't needed here.Antoine Pitrou2009-10-101-1/+1
* | Merged revisions 75312 via svnmerge fromAntoine Pitrou2009-10-101-1/+1
|/
* We dont have dbm.bsd support anymore.Georg Brandl2009-05-171-3/+3
* #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