aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_sqlite/microprotocols.c
Commit message (Expand)AuthorAge
* gh-111789: Simplify the sqlite code (GH-111829)Serhiy Storchaka2023-11-10
* gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)Serhiy Storchaka2023-07-12
* gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (#93830)Erlend Egeberg Aasland2022-06-15
* bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)Erlend Egeberg Aasland2022-02-17
* bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow2022-02-08
* bpo-42064: Convert `sqlite3` global state to module state (GH-29073)Erlend Egeberg Aasland2021-10-27
* bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273)Erlend Egeberg Aasland2021-07-29
* bpo-42064: Finalise establishing sqlite3 global state (GH-27155)Erlend Egeberg Aasland2021-07-20
* bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)Erlend Egeberg Aasland2021-07-14
* bpo-42064: Move sqlite3 types to global state (GH-26537)Erlend Egeberg Aasland2021-06-15
* bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)Erlend Egeberg Aasland2020-12-27
* bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148)Erlend Egeberg Aasland2020-11-04
* bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484)Erlend Egeberg Aasland2020-10-31
* bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673)Erlend Egeberg Aasland2020-10-15
* bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428)Erlend Egeberg Aasland2020-09-29
* bpo-40268: Remove unused structmember.h includes (GH-19530)Victor Stinner2020-04-15
* bpo-39245: Switch to public API for Vectorcall (GH-18460)Petr Viktorin2020-02-11
* bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)Victor Stinner2020-02-07
* bpo-37483: add _PyObject_CallOneArg() function (#14558)Jeroen Demeyer2019-07-04
* bpo-32788: Better error handling in sqlite3. (GH-3723)Serhiy Storchaka2018-12-10
* closes bpo-32460: ensure all non-static globals have initializers (#5061)Benjamin Peterson2017-12-31
* Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-14
* Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-09
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-13
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-15
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21