Commits
User selector
Commit History
Commits on Jun 4, 2026
gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915)
Show description for fc9c4dbauthored
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 Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95andauthored
Commits on Feb 26, 2026
Commits on Feb 3, 2026
Commits on Jan 1, 2026
Commits on Nov 20, 2025
Commits on Oct 15, 2025
Commits on Oct 8, 2025
Commits on Oct 1, 2025
Commits on Sep 30, 2025
gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)
Show description for bc172eeauthored
Commits on Sep 18, 2025
gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956)
Show description for 243d599authored
Commits on Sep 17, 2025
gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738)
Show description for 8eb1062authored
Commits on Sep 1, 2025
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Show description for 4f6ecd1authored
Commits on Aug 18, 2025
Commits on Jun 30, 2025
gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)
Show description for b1056c2authored
Commits on Jun 12, 2025
gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292)
Show description for e7a3c20andauthored
Commits on Jun 7, 2025
Revert "gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)" temporarily (GH-135232)
Show description for 24069fbauthored
Commits on Jun 6, 2025
Commits on May 8, 2025
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Show description for dcf93c4authored
Commits on Mar 27, 2025
gh-131525: Cache the result of tuple_hash (#131529)
Show description for 8614f86authored
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 9, 2025
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 Jan 20, 2025
Commits on Dec 17, 2024
gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746)
Show description for 7303f06andauthored
Commits on Nov 8, 2024
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Show description for 061e50fauthored