| Commit message (Expand) | Author | Age |
* | gh-129928: Rework sqlite3 error helpers (#129929) | Erlend E. Aasland | 2025-02-11 |
* | gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH... | Bénédikt Tran | 2024-12-17 |
* | gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun... | Steve Dower | 2024-02-12 |
* | gh-106320: Remove private PyLong C API functions (#108429) | Victor Stinner | 2023-08-24 |
* | gh-89022: Improve sqlite3 exceptions related to binding params and API misuse... | Erlend Egeberg Aasland | 2022-05-04 |
* | gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207) | Erlend Egeberg Aasland | 2022-05-02 |
* | bpo-24139: Add support for SQLite extended result codes (GH-28076) | Erlend Egeberg Aasland | 2021-11-02 |
* | bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786) | Erlend Egeberg Aasland | 2021-08-30 |
* | bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273) | Erlend Egeberg Aasland | 2021-07-29 |
* | bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884) | Erlend Egeberg Aasland | 2021-07-14 |
* | bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745) | Erlend Egeberg Aasland | 2021-06-23 |
* | bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535) | Erlend Egeberg Aasland | 2021-06-04 |
* | bpo-44047: Remove unused argument to _pysqlite_seterror (GH-25915) | Erlend Egeberg Aasland | 2021-05-07 |
* | bpo-43290: Remove workaround from pysqlite_step() (GH-24638) | Erlend Egeberg Aasland | 2021-02-26 |
* | Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882) | Sergey Fedoseev | 2019-10-23 |
* | closes bpo-31525: require sqlite3_prepare_v2 (#3666) | Benjamin Peterson | 2017-09-20 |
* | bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) | Aviv Palivoda | 2017-03-03 |
* | more PY_LONG_LONG to long long | Benjamin Peterson | 2016-09-08 |
* | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-05 |
* | Fix compilater warnings on Windows 64-bit | Victor Stinner | 2013-05-17 |
* | Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, | Serhiy Storchaka | 2013-04-28 |
* | Issue #17073: Fix some integer overflows in sqlite3 module. | Serhiy Storchaka | 2013-02-07 |
* | Welcome to the UTF-8 world. | Florent Xicluna | 2010-09-03 |
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 |
* | Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from | Benjamin Peterson | 2008-09-13 |
* | Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally | Gerhard Häring | 2008-03-29 |
* | Merged revisions 59465-59487 via svnmerge from | Christian Heimes | 2007-12-14 |
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 |