index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_sqlite
/
connection.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-...
Erlend Egeberg Aasland
2022-03-08
1
-16/+16
*
[3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH...
Erlend Egeberg Aasland
2022-03-02
1
-1/+5
*
[3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals m...
Ćukasz Langa
2021-10-29
1
-0/+4
*
[3.10] bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231). ...
Miss Islington (bot)
2021-09-13
1
-0/+1
*
[3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to co...
Erlend Egeberg Aasland
2021-08-25
1
-10/+24
*
[3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `...
Erlend Egeberg Aasland
2021-08-06
1
-3/+10
*
[3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627)
Erlend Egeberg Aasland
2021-08-06
1
-11/+16
*
[3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (...
Erlend Egeberg Aasland
2021-07-29
1
-7/+22
*
bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (G...
Erlend Egeberg Aasland
2021-05-02
1
-0/+4
*
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
Miss Islington (bot)
2021-01-31
1
-1/+5
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Miss Islington (bot)
2020-09-21
1
-0/+4
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
1
-2/+0
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
1
-1/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-1/+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-3/+3
*
Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882)
Sergey Fedoseev
2019-10-23
1
-1/+1
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
1
-34/+41
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-4/+4
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-4/+4
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-10/+3
*
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Victor Stinner
2019-06-26
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+4
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
1
-2/+6
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Sergey Fedoseev
2018-12-05
1
-18/+13
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
1
-3/+4
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-7/+7
*
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
Berker Peksag
2018-09-20
1
-0/+6
*
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
Benjamin Peterson
2018-07-10
1
-8/+8
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
1
-4/+28
*
bpo-27645, sqlite: Fix integer overflow on sleep (#6594)
Victor Stinner
2018-04-30
1
-4/+20
*
Fix error message in sqlite connection thread check. (GH-6028)
Takuya Akiba
2018-03-26
1
-2/+2
*
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Aviv Palivoda
2018-03-18
1
-2/+2
*
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas
2018-03-10
1
-0/+139
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1/+1
*
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...
Anders Lorentsen
2017-11-07
1
-2/+7
*
bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more...
Oren Milman
2017-10-10
1
-8/+8
*
closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Benjamin Peterson
2017-09-20
1
-3/+3
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-37/+0
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
1
-1/+1
*
Use NULL rather than 0. (#778)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)
Aviv Palivoda
2017-03-03
1
-5/+7
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-6/+3
*
Issue #28915: Use _PyObject_CallNoArg()
Victor Stinner
2016-12-09
1
-2/+2
*
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
-2/+2
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-1/+1
|
\
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-1/+1
[next]