COMMITS
/ Modules/_gdbmmodule.c April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
January 22, 2017
S
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
May 8, 2015
L
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Larry Hastings committed
May 4, 2015
L
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings committed
April 17, 2015
S
Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic.
Serhiy Storchaka committed
November 17, 2013
N
Close #19282: Native context management in dbm
Nick Coghlan committed
October 24, 2013
S
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka committed
S
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
December 4, 2010
G
#6045: provide at least get() and setdefault() for all dbm modules.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
November 25, 2008
B
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
Brett Cannon 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
G
Create the dbm package from PEP 3108. #2881.
Georg Brandl committed