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
*
gh-139327: fix some reference leaks in `sqlite3` error branches (#139328)
Bénédikt Tran
2025-10-01
1
-8/+15
*
gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#...
chiri
2025-09-17
1
-3/+3
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-4/+8
*
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Serhiy Storchaka
2025-05-08
1
-15/+12
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
1
-0/+1
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
1
-3/+3
*
gh-129928: Rework sqlite3 error helpers (#129929)
Erlend E. Aasland
2025-02-11
1
-13/+13
*
gh-129928: Raise more accurate exception for incorrect sqlite3 UDF creation (...
Erlend E. Aasland
2025-02-11
1
-1/+23
*
gh-129354: Use PyErr_FormatUnraisable() function (#129524)
Victor Stinner
2025-02-03
1
-3/+6
*
gh-111178: fix UBSan failures in `Modules/_sqlite` (GH-129087)
Bénédikt Tran
2025-01-31
1
-17/+33
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-2/+1
*
gh-129346: Handle allocation errors for SQLite aggregate context (#129347)
Erlend E. Aasland
2025-01-27
1
-0/+5
*
gh-118406: Add signature for sqlite3.Connection objects (#118428)
Erlend E. Aasland
2024-04-30
1
-0/+7
*
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
mpage
2024-04-08
1
-2/+2
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
1
-4/+16
*
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka
2023-11-10
1
-7/+1
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-1/+6
*
gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122)
Victor Stinner
2023-10-20
1
-6/+1
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+1
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
1
-0/+2
*
gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...
Erlend E. Aasland
2023-08-29
1
-9/+16
*
gh-108278: Deprecate passing the three first params as keyword args for sqlit...
Erlend E. Aasland
2023-08-28
1
-2/+4
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-1/+1
*
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...
Erlend E. Aasland
2023-08-22
1
-0/+8
*
gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .clos...
Erlend E. Aasland
2023-08-18
1
-31/+74
*
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...
Erlend E. Aasland
2023-08-15
1
-1/+2
*
gh-107938: Synchonise the signature of of sqlite3.connect and sqlite3.Connect...
Erlend E. Aasland
2023-08-14
1
-1/+28
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-13/+13
*
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
1
-0/+1
*
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner
2023-07-03
1
-0/+1
*
gh-105927: Add _PyWeakref_IS_DEAD() function (#105992)
Victor Stinner
2023-06-22
1
-12/+14
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
1
-59/+0
*
gh-105375: Improve error handling in sqlite3 collation callback (#105412)
Erlend E. Aasland
2023-06-07
1
-3/+5
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-1/+1
*
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds...
Erlend E. Aasland
2023-05-07
1
-4/+22
*
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland
2023-04-26
1
-0/+117
*
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...
Erlend E. Aasland
2023-04-26
1
-3/+6
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
1
-8/+6
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-6/+6
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
1
-32/+148
*
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...
Erlend Egeberg Aasland
2022-07-23
1
-0/+1
*
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Erlend Egeberg Aasland
2022-06-19
1
-6/+12
*
gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (#93830)
Erlend Egeberg Aasland
2022-06-15
1
-2/+1
*
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka
2022-06-14
1
-28/+6
*
gh-92434: Silence compiler warning in Modules/_sqlite/connection.c on 32-bit ...
neonene
2022-06-10
1
-1/+1
*
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka
2022-05-20
1
-42/+14
*
gh-89289: Fix compiler warning in _sqlite/connection.c (#92258)
Erlend Egeberg Aasland
2022-05-03
1
-1/+1
*
gh-89289: Harden sqlite3.Connection init (#92214)
Erlend Egeberg Aasland
2022-05-03
1
-8/+15
*
gh-92206: Improve scoping of sqlite3 register cursor helper (#92212)
Erlend Egeberg Aasland
2022-05-03
1
-26/+0
*
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
Erlend Egeberg Aasland
2022-05-02
1
-14/+40
[next]