COMMITS
/ Lib/dbm/__init__.py April 4, 2015
S
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka committed
July 7, 2013
E
#17198: merge with 3.3.
Ezio Melotti committed
E
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
Ezio Melotti committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
October 5, 2012
J
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea committed
September 19, 2011
J
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
Jesus Cea committed
April 20, 2011
É
Add docstring to dbm.open
Éric Araujo committed
March 14, 2011
B
Fix #11491. When dbm.open was called with a file which already exists and
briancurtin committed
B
Fix #11491. When dbm.open was called with a file which already exists and
briancurtin committed
July 29, 2010
V
#9397: remove mention of dbm.bsd which does not exist anymore.
Victor Stinner committed
October 27, 2009
A
Backporting since it would have helped us find a regression.
Antoine Pitrou committed
October 10, 2009
A
Redundancy isn't needed here.
Antoine Pitrou committed
A
Merged revisions 75312 via svnmerge from
Antoine Pitrou committed
May 17, 2009
G
We dont have dbm.bsd support anymore.
Georg Brandl committed
September 25, 2008
A
#3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0.
Amaury Forgeot d'Arc committed
May 28, 2008
G
Make db modules' error classes inherit IOError.
Georg Brandl committed
May 26, 2008
G
Create the dbm package from PEP 3108. #2881.
Georg Brandl committed