Commits
User selector
Commit History
Commits on Feb 3, 2026
Commits on Oct 15, 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 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 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 3b366a4authored
Commits on Jan 31, 2025
gh-111178: fix UBSan failures in `Modules/_sqlite` (GH-129087)
Show description for 881984bauthored
Commits on Jan 20, 2025
Commits on May 20, 2024
Commits on May 14, 2024
gh-118928: sqlite3: disallow sequences of params with named placeholders (#118929)
Show description for d8e0e00andauthored
Commits on Apr 22, 2024
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)
Show description for 550483bandauthored
Commits on Nov 10, 2023
gh-111789: Simplify the sqlite code (GH-111829)
Show description for afac3c9authored
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on Jul 3, 2023
gh-106320: Remove private _PyErr C API functions (#106356)
Show description for c5afc97authored
Commits on Feb 24, 2023
Commits on Feb 15, 2023
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99656)
Show description for 7e3f09cauthored
Commits on Nov 12, 2022
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823)
Show description for c95f554authored
Commits on Jun 27, 2022
Commits on Jun 23, 2022
gh-89121: Keep the number of pending SQLite statements to a minimum (#30379)
Show description for 8928531authored
Commits on Jun 21, 2022
Commits on Jun 8, 2022
Commits on May 4, 2022
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572)
Show description for 090819eauthored
Commits on May 3, 2022
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
Show description for f629dcfauthored- authored
- authored
- authored
- authored
- authored
Commits on Mar 11, 2022
sqlite3: normalise pre-acronym determiners (GH-31772)
Show description for 2d5835aauthored
Erlend Egeberg Aasland
Commits on Mar 9, 2022
Docstring: replace pysqlite with sqlite3 (GH-31758)
Show description for b33a1aeauthored
Erlend Egeberg Aasland
Commits on Mar 8, 2022
- authored
Erlend Egeberg Aasland
Commits on Feb 16, 2022
- authored
Erlend Egeberg Aasland
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored