index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_gdbmmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-1
/
+1
*
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Larry Hastings
2015-05-07
1
-2
/
+2
*
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-2
/
+2
*
Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic.
Serhiy Storchaka
2015-04-17
1
-129
/
+177
*
Close #19282: Native context management in dbm
Nick Coghlan
2013-11-17
1
-0
/
+16
*
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-25
1
-4
/
+13
|
\
|
*
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-25
1
-4
/
+13
*
|
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-11
/
+11
|
/
*
#6045: provide at least get() and setdefault() for all dbm modules.
Georg Brandl
2010-12-04
1
-0
/
+47
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-35
/
+35
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1
/
+1
*
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
Brett Cannon
2008-11-25
1
-2
/
+2
*
#3247: get rid of Py_FindMethod
Amaury Forgeot d'Arc
2008-07-02
1
-7
/
+8
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-6
/
+18
*
Make db modules' error classes inherit IOError.
Georg Brandl
2008-05-28
1
-1
/
+1
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-7
/
+7
*
Create the dbm package from PEP 3108. #2881.
Georg Brandl
2008-05-26
1
-0
/
+533