| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42064: Convert `sqlite3` global state to module state (GH-29073) | Erlend Egeberg Aasland | 2021-10-27 | 1 | -2/+2 |
|
|
* | bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273) | Erlend Egeberg Aasland | 2021-07-29 | 1 | -1/+1 |
|
|
* | bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) | Erlend Egeberg Aasland | 2021-06-17 | 1 | -1/+2 |
|
|
* | bpo-42064: Move sqlite3 types to global state (GH-26537) | Erlend Egeberg Aasland | 2021-06-15 | 1 | -9/+13 |
|
|
* | bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) | Erlend Egeberg Aasland | 2021-05-31 | 1 | -1/+1 |
|
|
* | bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104) | Erlend Egeberg Aasland | 2021-05-25 | 1 | -6/+23 |
|
|
* | bpo-43269: Remove redundant extern keywords (GH-24605) | Erlend Egeberg Aasland | 2021-02-21 | 1 | -1/+2 |
|
|
* | bpo-43269: Clean up sqlite3 file scope (GH-24578) | Erlend Egeberg Aasland | 2021-02-21 | 1 | -2/+4 |
|
|
* | bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964) | Erlend Egeberg Aasland | 2020-12-29 | 1 | -21/+30 |
|
|
* | bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170) | Erlend Egeberg Aasland | 2020-12-27 | 1 | -15/+9 |
|
|
* | bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-2... | Erlend Egeberg Aasland | 2020-10-01 | 1 | -1/+1 |
|
|
* | bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444) | Erlend Egeberg Aasland | 2020-10-01 | 1 | -62/+32 |
|
|
* | bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ... | Serhiy Storchaka | 2019-09-17 | 1 | -31/+31 |
|
|
* | bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) | Serhiy Storchaka | 2019-09-16 | 1 | -5/+7 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-33029: Fix signatures of getter and setter functions. (GH-10746) | Serhiy Storchaka | 2018-11-27 | 1 | -1/+2 |
|
|
* | Remove tp_print implementation (GH-7857) | jdemeyer | 2018-06-23 | 1 | -6/+1 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -1/+1 |
|
|
* | bpo-30592: Fixed error messages for some builtins. (#1996) | Serhiy Storchaka | 2017-06-08 | 1 | -1/+1 |
|
|
* | Added the const qualifier to char* variables that refer to readonly internal | Serhiy Storchaka | 2016-11-20 | 1 | -4/+4 |
|
|
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 1 | -2/+2 |
|
|
* | Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). | Serhiy Storchaka | 2015-05-22 | 1 | -1/+1 |
|\ |
|
| * | Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). | Serhiy Storchaka | 2015-05-22 | 1 | -1/+1 |
|
|
* | | Issue #13583: sqlite3.Row now supports slice indexing. | Serhiy Storchaka | 2015-03-31 | 1 | -2/+1 |
|
|
* | | Issue #23450: Fixed possible integer overflows. | Serhiy Storchaka | 2015-02-16 | 1 | -1/+1 |
|/ |
|
* | Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular | Serhiy Storchaka | 2014-08-06 | 1 | -11/+17 |
|
|
* | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr | Serhiy Storchaka | 2014-05-28 | 1 | -2/+22 |
|
|
* | Fix a compiler warning on Windows 64-bit: _sqlite module | Victor Stinner | 2013-11-18 | 1 | -4/+9 |
|
|
* | Issue #18701: Remove support of old CPython versions (<3.0) from C code. | Serhiy Storchaka | 2013-08-16 | 1 | -1/+0 |
|
|
* | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 1 | -6/+4 |
|
|
* | Fix hash function type. | Georg Brandl | 2010-10-18 | 1 | -1/+1 |
|
|
* | Welcome to the UTF-8 world. | Florent Xicluna | 2010-09-03 | 1 | -1/+1 |
|
|
* | Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite | Victor Stinner | 2010-05-19 | 1 | -0/+2 |
|
|
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 1 | -10/+10 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 65978 via svnmerge from | Christian Heimes | 2008-08-22 | 1 | -2/+2 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -2/+2 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -2/+26 |
|
|
* | Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally | Gerhard Häring | 2008-03-29 | 1 | -1/+6 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
|
|
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | Georg Brandl | 2007-10-23 | 1 | -6/+1 |
|
|
* | Make the sqlite tests pass. | Gerhard Häring | 2007-08-10 | 1 | -2/+2 |
|
|
* | Kill remaining tp_print definitions. | Guido van Rossum | 2007-08-07 | 1 | -6/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -22/+53 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+202 |
|
|