Commits
User selector
Commit History
Commits on Jun 2, 2026
gh-149738: Fix segmentation fault bug in sqllite3 (#149754)
Show description for 60fdb31authored
Commits on May 24, 2026
Commits on Mar 29, 2026
Commits on Feb 3, 2026
Commits on Jan 1, 2026
Commits on Oct 1, 2025
Commits on Sep 17, 2025
gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738)
Show description for 8eb1062authored
Commits on Aug 18, 2025
Commits on May 8, 2025
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Show description for dcf93c4authored
Commits on Mar 17, 2025
GH-131238: More refactoring of core header files (GH-131351)
Show description for a45f253authored
Commits on Mar 11, 2025
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Show description for 9d759b6authored
Commits on Feb 11, 2025
gh-129928: Rework sqlite3 error helpers (#129929)
Show description for 3b366a4authoredgh-129928: Raise more accurate exception for incorrect sqlite3 UDF creation (#129941)
Show description for 3a2e7aaauthored
Commits on Feb 3, 2025
gh-129354: Use PyErr_FormatUnraisable() function (#129524)
Show description for 218f205andauthored
Commits on Jan 31, 2025
gh-111178: fix UBSan failures in `Modules/_sqlite` (GH-129087)
Show description for 881984bauthored
Commits on Jan 30, 2025
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Show description for 3bebe46authored
Commits on Jan 27, 2025
Commits on Apr 30, 2024
Commits on Apr 8, 2024
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
Show description for df73179authored
Commits on Feb 6, 2024
gh-91602: Add iterdump() support for filtering database objects (#114501)
Show description for 1a10437andauthored
Commits on Nov 10, 2023
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Show description for 771bd3cauthored
Commits on Nov 7, 2023
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Show description for 11e8348authored
Commits on Oct 20, 2023
gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122)
Show description for 37e4e20authored
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authored
Commits on Aug 31, 2023
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Show description for 79823c1authored
Commits on Aug 29, 2023
gh-108278: Deprecate passing the first param of sqlite3.Connection callback APIs by keyword (#108632)
Show description for 0b0c1d0authored
Commits on Aug 28, 2023
gh-108278: Deprecate passing the three first params as keyword args for sqlite3 UDF creation APIs (#108281)
Show description for 4116592authored
Commits on Aug 24, 2023
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Show description for b32d4caauthored
Commits on Aug 22, 2023
Commits on Aug 18, 2023
gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .close() (#108084)
Show description for fd19509authored
Commits on Aug 15, 2023
Commits on Aug 14, 2023
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on Jul 4, 2023
gh-106320: Remove private pylifecycle.h functions (#106400)
Show description for c9ce983authored
Commits on Jul 3, 2023
gh-106320: Remove private _PyImport C API functions (#106383)
Show description for 2e92edbauthored