Commits
User selector
Commit History
Commits on May 24, 2026
Commits on Sep 30, 2025
gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)
Show description for bc172eeauthored
Commits on Sep 17, 2025
gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738)
Show description for 8eb1062authored
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 11, 2025
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Show description for 9d759b6authored
Commits on Jan 20, 2025
Commits on Nov 8, 2024
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Show description for 061e50fauthored
Commits on Jun 21, 2024
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448andauthored
Commits on Apr 16, 2024
Commits on Feb 6, 2024
gh-91602: Add iterdump() support for filtering database objects (#114501)
Show description for 1a10437andauthored
Commits on Feb 5, 2024
Commits on Nov 7, 2023
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Show description for 11e8348authored
Commits on Nov 1, 2023
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Show description for d9b606bauthored
Commits on Oct 23, 2023
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Show description for 32c37feandauthored
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authored
Commits on Aug 31, 2023
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Show description for ad73674authored
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: Argument Clinic uses PyLong_AsInt() (#108458)
Show description for 4e5a728authored
Commits on Aug 19, 2023
gh-107704: Argument Clinic: add support for deprecating keyword use of parameters (GH-107984)
Show description for 2f31143authored
Commits on Aug 15, 2023
Commits on Aug 14, 2023
Commits on Jun 1, 2023
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Show description for cbb9ba8authored
Commits on May 7, 2023
Commits on Jan 31, 2023
Commits on Dec 3, 2022
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Show description for a87c46eauthored
Commits on Nov 12, 2022
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823)
Show description for c95f554authored
Commits on Aug 13, 2022
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6authored
Commits on Jul 23, 2022
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#95146)
Show description for a3d4d15andauthored
Commits on Jun 25, 2022
gh-90016: Reword sqlite3 adapter/converter docs (#93095)
Show description for bd3c1c1andauthored
Commits on Jun 19, 2022
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Show description for 6446592andauthored