| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH... | Bénédikt Tran | 2024-12-17 | 1 | -11/+33 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+1 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 1 | -1/+5 |
|
|
* | gh-86493: Modernize modules initialization code (GH-106858) | Serhiy Storchaka | 2023-07-25 | 1 | -5/+1 |
|
|
* | gh-107122: Add clear method to dbm.gdbm.module (gh-107127) | Dong-hee Na | 2023-07-23 | 1 | -0/+32 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -1/+0 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (G... | Serhiy Storchaka | 2022-11-14 | 1 | -4/+2 |
|
|
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99466) | Victor Stinner | 2022-11-14 | 1 | -4/+2 |
|
|
* | GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692) | Guido van Rossum | 2022-09-09 | 1 | -0/+30 |
|
|
* | bpo-46541: Remove usage of _Py_IDENTIFIER from dbms modules (GH-31358) | Dong-hee Na | 2022-02-16 | 1 | -3/+1 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -0/+1 |
|
|
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -3/+4 |
|
|
* | bpo-40563: Support pathlike objects on dbm/shelve (GH-21849) | Henry-Joseph Audéoud | 2021-09-10 | 1 | -4/+5 |
|
|
* | bpo-45060: Get rid of few uses of the equality operators with None (GH-28087) | Serhiy Storchaka | 2021-08-31 | 1 | -2/+2 |
|
|
* | bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) | Erlend Egeberg Aasland | 2021-06-17 | 1 | -1/+1 |
|
|
* | bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types... | Erlend Egeberg Aasland | 2021-05-27 | 1 | -2/+13 |
|
|
* | Do not use Py_ssize_clean_t (GH-25940) | Inada Naoki | 2021-05-08 | 1 | -2/+2 |
|
|
* | bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748) | Erlend Egeberg Aasland | 2021-04-30 | 1 | -1/+1 |
|
|
* | bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920) | Dong-hee Na | 2020-06-16 | 1 | -169/+205 |
|
|
* | bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814) | Dong-hee Na | 2020-05-01 | 1 | -5/+25 |
|
|
* | bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) | Dong-hee Na | 2020-02-17 | 1 | -1/+1 |
|
|
* | bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) | Victor Stinner | 2020-02-07 | 1 | -1/+1 |
|
|
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | Jeroen Demeyer | 2019-07-08 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464) | Inada Naoki | 2019-03-20 | 1 | -9/+27 |
|
|
* | bpo-33106: change dbm key deletion error for readonly file from KeyError to d... | Xiang Zhang | 2018-12-12 | 1 | -2/+7 |
|
|
* | Remove a duplicate descriptor in gdbm. (GH-11053) | Serhiy Storchaka | 2018-12-09 | 1 | -1/+0 |
|
|
* | bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) | Zsolt Cserna | 2018-09-27 | 1 | -1/+1 |
|
|
* | Fix compiling error when missing gdbm version macros (GH-7823) | Xiang Zhang | 2018-06-20 | 1 | -0/+3 |
|
|
* | bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794) | Victor Stinner | 2018-06-19 | 1 | -8/+31 |
|
|
* | bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-... | Serhiy Storchaka | 2018-02-26 | 1 | -4/+17 |
|
|
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 1 | -1/+1 |
|
|
* | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | Serhiy Storchaka | 2017-01-23 | 1 | -10/+5 |
|
|
* | Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() | Serhiy Storchaka | 2017-01-22 | 1 | -1/+1 |
|
|
* | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -3/+2 |
|\ |
|
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -3/+2 |
|
|
* | | 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-08 | 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-24 | 1 | -4/+13 |
|\ |
|
| * | Issue #19288: Fixed the "in" operator of dbm.gnu databases for string | Serhiy Storchaka | 2013-10-24 | 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 |
|
|