COMMITS
/ Modules/_dbmmodule.c February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 16, 2009
M
Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the
Mark Dickinson committed
December 6, 2008
S
issue 4483 - _dbm build failures on systems with gdbm_compat lib.
Skip Montanaro committed
November 25, 2008
B
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
Brett Cannon committed
September 6, 2008
G
fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,
Gregory P. Smith committed
July 2, 2008
A
#3247: get rid of Py_FindMethod
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 28, 2008
G
Make db modules' error classes inherit IOError.
Georg Brandl committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
G
Create the dbm package from PEP 3108. #2881.
Georg Brandl committed