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
...
*
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Christian Heimes
2021-11-06
1
-1/+1
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
1
-0/+53
*
bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory ...
Erlend Egeberg Aasland
2021-10-29
1
-0/+4
*
bpo-42064: Convert `sqlite3` global state to module state (GH-29073)
Erlend Egeberg Aasland
2021-10-27
1
-2/+3
*
bpo-42064: Add module backref to `sqlite3` callback context (GH-28242)
Erlend Egeberg Aasland
2021-10-19
1
-17/+44
*
bpo-44991: Normalise function and collation callback naming (GH-28209)
Erlend Egeberg Aasland
2021-10-12
1
-7/+5
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-2/+2
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-2/+2
*
bpo-45040: Simplify sqlite3 transaction control functions (GH-28019)
Erlend Egeberg Aasland
2021-09-19
1
-47/+21
*
bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231)
Erlend Egeberg Aasland
2021-09-12
1
-8/+41
*
bpo-42064: Pass module state to trace, progress, and authorizer callbacks (GH...
Erlend Egeberg Aasland
2021-09-07
1
-69/+107
*
bpo-44991: Normalise `sqlite3` callback naming (GH-28088)
Erlend Egeberg Aasland
2021-09-07
1
-38/+46
*
bpo-42064: Offset arguments for PyObject_Vectorcall in the _sqlite module (GH...
Petr Viktorin
2021-08-31
1
-8/+11
*
bpo-44991: Make GIL handling more explicit in `sqlite3` callbacks (GH-27934)
Erlend Egeberg Aasland
2021-08-31
1
-35/+27
*
bpo-27334: Fix reference leak introduced by GH-26202 (GH-27942)
Erlend Egeberg Aasland
2021-08-25
1
-0/+1
*
bpo-27334: roll back transaction if sqlite3 context manager fails to commit (...
Erlend Egeberg Aasland
2021-08-25
1
-7/+21
*
bpo-42064: Pass module state to `sqlite3` UDF callbacks (GH-27456)
Erlend Egeberg Aasland
2021-08-24
1
-31/+58
*
bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998)
Erlend Egeberg Aasland
2021-08-18
1
-85/+17
*
bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...
Serhiy Storchaka
2021-08-08
1
-6/+8
*
bpo-44839: Raise more specific errors in sqlite3 (GH-27613)
Serhiy Storchaka
2021-08-06
1
-36/+31
*
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...
Erlend Egeberg Aasland
2021-08-05
1
-3/+10
*
bpo-31746: Fix broken call in GH-27431 (GH-27464)
Erlend Egeberg Aasland
2021-07-29
1
-1/+1
*
bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431)
Erlend Egeberg Aasland
2021-07-29
1
-7/+23
*
bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273)
Erlend Egeberg Aasland
2021-07-29
1
-18/+19
*
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland
2021-07-29
1
-52/+11
*
bpo-42064: Migrate to `sqlite3_create_collation_v2` (GH-27156)
Erlend Egeberg Aasland
2021-07-27
1
-24/+17
*
bpo-42064: Finalise establishing sqlite3 global state (GH-27155)
Erlend Egeberg Aasland
2021-07-20
1
-16/+35
*
bpo-44641: Use vectorcall in sqlite3 collation callback (GH-27158)
Erlend Egeberg Aasland
2021-07-15
1
-3/+3
*
Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.execute...
Erlend Egeberg Aasland
2021-07-14
1
-2/+2
*
bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)
Erlend Egeberg Aasland
2021-07-14
1
-18/+24
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
1
-6/+10
*
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
Erlend Egeberg Aasland
2021-06-23
1
-5/+6
*
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...
Erlend Egeberg Aasland
2021-06-20
1
-27/+21
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-1/+2
*
bpo-42064: Move sqlite3 types to global state (GH-26537)
Erlend Egeberg Aasland
2021-06-15
1
-10/+14
*
Fix compiler errors for unused variables (GH-26601)
Pablo Galindo
2021-06-08
1
-1/+1
*
bpo-44327: Remove unused members from pysqlite_Connection (GH-26565)
Erlend Egeberg Aasland
2021-06-06
1
-1/+0
*
bpo-44304: Ensure the sqlite3 destructor callback is always called with the G...
Pablo Galindo
2021-06-05
1
-0/+5
*
bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535)
Erlend Egeberg Aasland
2021-06-04
1
-2/+2
*
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Erlend Egeberg Aasland
2021-06-04
1
-8/+11
*
bpo-44042: Optimize sqlite3 begin transaction (GH-25908)
Erlend Egeberg Aasland
2021-06-03
1
-36/+0
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
1
-3/+25
*
bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
Erlend Egeberg Aasland
2021-06-03
1
-8/+0
*
bpo-42213: Check connection in sqlite3.Connection.__enter__ (GH-26512)
Erlend Egeberg Aasland
2021-06-03
1
-16/+15
*
bpo-44165: Optimise sqlite3 statement preparation by passing string size (GH-...
Erlend Egeberg Aasland
2021-06-02
1
-2/+2
*
bpo-42972: Track sqlite3 statement objects (GH-26475)
Erlend Egeberg Aasland
2021-06-01
1
-23/+2
*
bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452)
Erlend Egeberg Aasland
2021-05-31
1
-11/+11
*
bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)
Erlend Egeberg Aasland
2021-05-25
1
-17/+41
*
bpo-44047: Remove unused argument to _pysqlite_seterror (GH-25915)
Erlend Egeberg Aasland
2021-05-07
1
-15/+15
*
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...
Erlend Egeberg Aasland
2021-05-02
1
-0/+8
[prev]
[next]