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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690)
Prithviraj Chaudhuri
2025-11-20
1
-1/+0
*
gh-139327: consolidate `sqlite3_finalize` and `sqlite3_reset` usages (GH-139329)
Bénédikt Tran
2025-10-15
5
-16/+113
*
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
Victor Stinner
2025-10-08
2
-0/+14
*
gh-139327: fix some reference leaks in `sqlite3` error branches (#139328)
Bénédikt Tran
2025-10-01
2
-32/+42
*
gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)
Bénédikt Tran
2025-09-30
3
-18/+85
*
gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956)
Victor Stinner
2025-09-18
1
-14/+19
*
gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#...
chiri
2025-09-17
2
-7/+7
*
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma
2025-09-01
2
-16/+2
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
2
-7/+14
*
gh-135607: remove null checking of weakref list in dealloc of extension modul...
Xuanteng Huang
2025-06-30
2
-6/+4
*
gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135...
Petr Viktorin
2025-06-12
1
-0/+39
*
Revert "gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)" ...
Petr Viktorin
2025-06-07
1
-39/+0
*
gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)
Tan Long
2025-06-06
1
-0/+39
*
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Serhiy Storchaka
2025-05-08
4
-280/+62
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
3
-3/+33
*
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
4
-7/+34
*
gh-129928: Rework sqlite3 error helpers (#129929)
Erlend E. Aasland
2025-02-11
6
-30/+41
*
gh-129928: Raise more accurate exception for incorrect sqlite3 UDF creation (...
Erlend E. Aasland
2025-02-11
1
-1/+23
*
gh-129603: Don't segfault if sqlite3.Row description is None (#129604)
Erlend E. Aasland
2025-02-09
1
-10/+15
*
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
7
-55/+101
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
2
-5/+2
*
gh-129346: Handle allocation errors for SQLite aggregate context (#129347)
Erlend E. Aasland
2025-01-27
1
-0/+5
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
5
-93/+93
*
gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH...
Bénédikt Tran
2024-12-17
1
-0/+1
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
3
-20/+37
*
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower
2024-06-24
1
-1/+1
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-2/+2
*
gh-118928: sqlite3: correctly bail if sequences of params are used with named...
Erlend E. Aasland
2024-05-20
1
-0/+1
*
gh-118928: sqlite3: disallow sequences of params with named placeholders (#11...
Erlend E. Aasland
2024-05-14
1
-6/+2
*
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
Hugo van Kemenade
2024-05-10
1
-4/+0
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-118406: Add signature for sqlite3.Connection objects (#118428)
Erlend E. Aasland
2024-04-30
1
-0/+7
*
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)
Erlend E. Aasland
2024-04-22
1
-1/+1
*
gh-117613: Argument Clinic: ensure that 'defining_class' params are positiona...
neonene
2024-04-16
1
-4/+4
*
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
mpage
2024-04-08
2
-5/+4
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-1/+1
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
2
-11/+69
*
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code...
Nikita Sobolev
2024-02-05
1
-2/+4
*
gh-111789: Simplify the sqlite code (GH-111829)
Serhiy Storchaka
2023-11-10
2
-17/+6
*
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
4
-18/+93
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
3
-87/+17
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
2
-10/+2
*
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
8
-6/+19
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
6
-30/+14
*
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
2
-16/+111
[next]