History log of /external/python/cpython3/Modules/_gdbmmodule.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2954f8399914c77e048f9e3358abfadb7a3f76e9 07-Jul-2016 Serhiy Storchaka <storchaka@gmail.com> - Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
1a2b24f02dfd4eb3383f6ae2b59e5a4eb66fd5bb 07-Jul-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
/external/python/cpython3/Modules/_gdbmmodule.c
2d06e8445587d9b4d0bf79bdb08ab4743b780249 25-Dec-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #25923: Added the const qualifier to static constant arrays.
/external/python/cpython3/Modules/_gdbmmodule.c
38337d1e1542eddd7f3f839535c8b440a3c90499 08-May-2015 Larry Hastings <larry@hastings.org> Issue #24000: Improved Argument Clinic's mapping of converters to legacy
"format units". Updated the documentation to match.
/external/python/cpython3/Modules/_gdbmmodule.c
dbfdc380df615fe7e85107ff3954b8fff3ce7741 04-May-2015 Larry Hastings <larry@hastings.org> Issue #24001: Argument Clinic converters now use accept={type}
instead of types={'type'} to specify the types the converter accepts.
/external/python/cpython3/Modules/_gdbmmodule.c
9260e77386184bb89c447aaea5616d51acfa5023 17-Apr-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic.
/external/python/cpython3/Modules/_gdbmmodule.c
c610aba1ed57a30104a254ccd1f9fe07d02b1334 17-Nov-2013 Nick Coghlan <ncoghlan@gmail.com> Close #19282: Native context management in dbm
/external/python/cpython3/Modules/_gdbmmodule.c
4f056d43d6ad62d63306cd8a693dda4b52d3ae34 24-Oct-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
7d6392c517c6501d79541b4b2bdbfd661b9322a7 24-Oct-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
/external/python/cpython3/Modules/_gdbmmodule.c
9ed5f2726607c57c894af24159b6a7ccf660da7f 13-Aug-2013 Antoine Pitrou <solipsis@pitrou.net> Issue #18722: Remove uses of the "register" keyword in C code.
/external/python/cpython3/Modules/_gdbmmodule.c
d9e833c70a22558236fc863250870837d4ad8b16 04-Dec-2010 Georg Brandl <georg@python.org> #6045: provide at least get() and setdefault() for all dbm modules.
/external/python/cpython3/Modules/_gdbmmodule.c
f95a1b3c53bdd678b64aa608d4375660033460c3 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines

Untabify C files. Will watch buildbots.
........
/external/python/cpython3/Modules/_gdbmmodule.c
e94c679df0b632bc929936ca54f0de006e1a6dc2 02-Feb-2009 Mark Dickinson <dickinsm@gmail.com> Issue #1717: rename tp_compare to tp_reserved. I'll change the
type of tp_compare in a separate commit, for ease of reversion
should things go wrong.
/external/python/cpython3/Modules/_gdbmmodule.c
7317c1ef7aaba7deda66b7fa917d09e68d83635b 25-Nov-2008 Brett Cannon <bcannon@gmail.com> dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
former they are converted to bytes before being written to the DB.

Closes issue 3799. Reviewed by Skip Montanaro.
/external/python/cpython3/Modules/_gdbmmodule.c
1f900f1f69c93e409595f34a6da9e2b10e331421 03-Jul-2008 Amaury Forgeot d'Arc <amauryfa@gmail.com> #3247: get rid of Py_FindMethod
Third step: unix-only modules. Really remove the function this time.
/external/python/cpython3/Modules/_gdbmmodule.c
1a21451b1d73b65af949193208372e86bf308411 11-Jun-2008 Martin v. Löwis <martin@v.loewis.de> Implement PEP 3121: new module initialization and finalization API.
/external/python/cpython3/Modules/_gdbmmodule.c
b17acad68ea21c60dbc2088644f2934032304628 28-May-2008 Georg Brandl <georg@python.org> Make db modules' error classes inherit IOError.
Stop dbm from importing every dbm module when imported.
/external/python/cpython3/Modules/_gdbmmodule.c
72b710a59617ebe6dd1c41613d2c7eb81702efd9 26-May-2008 Christian Heimes <christian@cheimes.de> Renamed PyString to PyBytes
/external/python/cpython3/Modules/_gdbmmodule.c
0a7ac7d70d370544c6a9d118bbbd6886ad4f5ce5 26-May-2008 Georg Brandl <georg@python.org> Create the dbm package from PEP 3108. #2881.
/external/python/cpython3/Modules/_gdbmmodule.c