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
/
clinic
/
connection.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
1
-10/+24
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-242/+88
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-14/+449
*
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Erlend Egeberg Aasland
2022-06-19
1
-4/+10
*
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka
2022-05-20
1
-11/+6
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-17/+17
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
1
-22/+113
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
1
-1/+105
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
1
-1/+52
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
1
-1/+159
*
bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612)
Erlend Egeberg Aasland
2022-03-08
1
-19/+15
*
bpo-45512: Use Argument Clinic to set sqlite3 isolation level (GH-29593)
Erlend Egeberg Aasland
2021-11-18
1
-17/+2
*
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
Erlend Egeberg Aasland
2021-11-16
1
-6/+6
*
bpo-45512: Simplify isolation_level handling in `sqlite3` (GH-29053)
Erlend Egeberg Aasland
2021-11-15
1
-4/+21
*
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Christian Heimes
2021-11-06
1
-5/+5
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
1
-1/+78
*
bpo-42064: Add module backref to `sqlite3` callback context (GH-28242)
Erlend Egeberg Aasland
2021-10-19
1
-108/+46
*
bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231)
Erlend Egeberg Aasland
2021-09-12
1
-5/+8
*
bpo-44991: Normalise `sqlite3` callback naming (GH-28088)
Erlend Egeberg Aasland
2021-09-07
1
-14/+13
*
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland
2021-07-29
1
-5/+11
*
Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.execute...
Erlend Egeberg Aasland
2021-07-14
1
-2/+2
*
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...
Erlend Egeberg Aasland
2021-06-20
1
-1/+102
*
bpo-42064: Move sqlite3 types to global state (GH-26537)
Erlend Egeberg Aasland
2021-06-15
1
-3/+3
*
bpo-40956: Fix segfault when Connection.backup is called without target (GH-2...
Erlend Egeberg Aasland
2021-02-10
1
-19/+10
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)
Erlend Egeberg Aasland
2020-12-27
1
-1/+209
*
bpo-40956: Fix sqlite3 AC code (GH-23837)
Dong-hee Na
2020-12-18
1
-3/+27
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341)
Erlend Egeberg Aasland
2020-12-18
1
-0/+490