| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) | Victor Stinner | 2019-06-26 | 1 | -0/+2 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-32788: Better error handling in sqlite3. (GH-3723) | Serhiy Storchaka | 2018-12-10 | 1 | -15/+19 |
|
|
* | bpo-32215: Fix performance regression in sqlite3 (GH-8511) | Berker Peksag | 2018-09-20 | 1 | -4/+4 |
|
|
* | closes bpo-31525: require sqlite3_prepare_v2 (#3666) | Benjamin Peterson | 2017-09-20 | 1 | -51/+5 |
|
|
* | bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) | Aviv Palivoda | 2017-03-03 | 1 | -2/+2 |
|
|
* | bpo-28518: Start a transaction implicitly before a DML statement (#245) | Berker Peksag | 2017-02-26 | 1 | -5/+7 |
|
|
* | Added the const qualifier to char* variables that refer to readonly internal | Serhiy Storchaka | 2016-11-20 | 1 | -1/+1 |
|
|
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 1 | -3/+3 |
|
|
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ... | Berker Peksag | 2016-09-11 | 1 | -0/+18 |
|
|
* | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() | Serhiy Storchaka | 2015-02-02 | 1 | -5/+8 |
|
|
* | Issue #21147: sqlite3 now raises an exception if the request contains a null | Serhiy Storchaka | 2014-09-11 | 1 | -0/+4 |
|
|
* | sqlite: Use Py_ssize_t to store a size instead of an int | Victor Stinner | 2013-11-18 | 1 | -2/+4 |
|
|
* | sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX | Victor Stinner | 2013-11-18 | 1 | -8/+16 |
|
|
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -1/+1 |
|
|
* | Issue #18701: Remove support of old CPython versions (<3.0) from C code. | Serhiy Storchaka | 2013-08-16 | 1 | -1/+0 |
|
|
* | Issue #17073: Fix some integer overflows in sqlite3 module. | Serhiy Storchaka | 2013-02-07 | 1 | -5/+8 |
|\ |
|
| * | Issue #17073: Fix some integer overflows in sqlite3 module. | Serhiy Storchaka | 2013-02-07 | 1 | -5/+8 |
|
|
* | | Undocument and clean up sqlite3.OptimizedUnicode | Petri Lehtinen | 2012-02-09 | 1 | -4/+4 |
|
|
* | | Merge branch 3.2 | Petri Lehtinen | 2012-02-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | sqlite3: Handle strings with embedded zeros correctly | Petri Lehtinen | 2012-02-01 | 1 | -2/+2 |
|
|
* | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -3/+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 | -1/+4 |
|
|
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #3659: Values of string subclasses were not handled correctly when used | Gerhard Häring | 2008-09-22 | 1 | -14/+1 |
|
|
* | Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from | Benjamin Peterson | 2008-09-13 | 1 | -2/+6 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -3/+3 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -7/+0 |
|
|
* | Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally | Gerhard Häring | 2008-03-29 | 1 | -67/+158 |
|
|
* | #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 |
|
|
* | Merged revisions 59465-59487 via svnmerge from | Christian Heimes | 2007-12-14 | 1 | -1/+5 |
|
|
* | Remove an unused local variable. | Brett Cannon | 2007-11-06 | 1 | -1/+0 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -6/+1 |
|
|
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | Georg Brandl | 2007-10-23 | 1 | -4/+7 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -7/+7 |
|
|
* | Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but | Guido van Rossum | 2007-08-29 | 1 | -4/+2 |
|
|
* | "Fix" a few places that were using PyObject_AsCharBuffer() to convert a string | Guido van Rossum | 2007-08-29 | 1 | -2/+6 |
|
|
* | Make the sqlite tests pass. | Gerhard Häring | 2007-08-10 | 1 | -1/+2 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
|
|
* | Use AsCharBuffer to get C strings out of Python strings. | Guido van Rossum | 2007-05-09 | 1 | -17/+11 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -27/+27 |
|
|
* | Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -1/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+7 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+427 |
|
|