COMMITS
/ Modules/_sqlite/connection.c December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
December 10, 2018
S
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka committed
December 5, 2018
S
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113)
Sergey Fedoseev committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
September 20, 2018
B
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
Berker Peksag committed
July 10, 2018
B
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
Benjamin Peterson committed
July 8, 2018
S
bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086)
Sergey Fedoseev committed
April 30, 2018
V
bpo-27645, sqlite: Fix integer overflow on sleep (#6594)
Victor Stinner committed
March 26, 2018
T
Fix error message in sqlite connection thread check. (GH-6028)
Takuya Akiba committed
March 18, 2018
A
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Aviv Palivoda committed
March 10, 2018
E
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
November 7, 2017
A
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299)
Anders Lorentsen committed
October 10, 2017
September 20, 2017
B
closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Benjamin Peterson committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
March 23, 2017
S
Use NULL rather than 0. (#778)
Serhiy Storchaka committed
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
March 3, 2017
A
bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)
Aviv Palivoda committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 9, 2016
V
Issue #28915: Use _PyObject_CallNoArg()
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 26, 2016
S
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka committed
S
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka committed
September 12, 2016
B
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
Berker Peksag committed
September 11, 2016
B
Issue #28036: Remove unused pysqlite_flush_statement_cache function
Berker Peksag committed
September 1, 2016
S
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Serhiy Storchaka committed
S
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Serhiy Storchaka committed
September 6, 2016
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
August 29, 2016
S
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka committed
S
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka committed
August 26, 2016
B
Issue #10513: Merge from 3.5
Berker Peksag committed
B
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag committed
June 12, 2016
B
Issue #27190: Merge from 3.5
Berker Peksag committed
B
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Berker Peksag committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 9, 2016
B
Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module
Berker Peksag committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
May 8, 2015
L
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
Larry Hastings committed
L
Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
Larry Hastings committed
February 2, 2015
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed