aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_sqlite/util.c
Commit message (Expand)AuthorAge
* gh-129928: Rework sqlite3 error helpers (#129929)Erlend E. Aasland2025-02-11
* gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH...Bénédikt Tran2024-12-17
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-12
* gh-106320: Remove private PyLong C API functions (#108429)Victor Stinner2023-08-24
* gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...Erlend Egeberg Aasland2022-05-04
* gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)Erlend Egeberg Aasland2022-05-02
* bpo-24139: Add support for SQLite extended result codes (GH-28076)Erlend Egeberg Aasland2021-11-02
* bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)Erlend Egeberg Aasland2021-08-30
* bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273)Erlend Egeberg Aasland2021-07-29
* bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)Erlend Egeberg Aasland2021-07-14
* bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)Erlend Egeberg Aasland2021-06-23
* bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535)Erlend Egeberg Aasland2021-06-04
* bpo-44047: Remove unused argument to _pysqlite_seterror (GH-25915)Erlend Egeberg Aasland2021-05-07
* bpo-43290: Remove workaround from pysqlite_step() (GH-24638)Erlend Egeberg Aasland2021-02-26
* Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882)Sergey Fedoseev2019-10-23
* closes bpo-31525: require sqlite3_prepare_v2 (#3666)Benjamin Peterson2017-09-20
* bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)Aviv Palivoda2017-03-03
* more PY_LONG_LONG to long longBenjamin Peterson2016-09-08
* require a long long data type (closes #27961)Benjamin Peterson2016-09-05
* Fix compilater warnings on Windows 64-bitVictor Stinner2013-05-17
* Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-28
* Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-07
* Welcome to the UTF-8 world.Florent Xicluna2010-09-03
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-05
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-13
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-29
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-14
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-15
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21