Commits
User selector
Commit History
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95andauthored
Commits on Nov 20, 2025
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 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 May 10, 2024
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6authored
Commits on Aug 28, 2023
Commits on Aug 15, 2023
Commits on Aug 14, 2023
Commits on Jul 3, 2023
gh-106320: Remove private _PyImport C API functions (#106383)
Show description for 2e92edbauthored
Commits on Jun 18, 2023
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Show description for 6849acbauthored
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06authored
Commits on Apr 26, 2023
Commits on Nov 12, 2022
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823)
Show description for c95f554authored
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 14, 2022
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Show description for 6fd4c8eauthored
Commits on Jun 7, 2022
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Show description for ffc58a9authored
Commits on May 21, 2022
gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046)
Show description for 14c0d33authored
Commits on May 16, 2022
gh-92547: Remove deprecated sqlite3 features (#92548)
Show description for 00f22e8andauthored
Commits on Apr 15, 2022
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
Show description for b7f83bdauthoredgh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Show description for ee47543authored
Commits on Apr 12, 2022
- authored
Erlend Egeberg Aasland
Commits on Mar 8, 2022
- authored
Erlend Egeberg Aasland
Commits on Mar 3, 2022
- authored
Erlend Egeberg Aasland
Commits on Feb 28, 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
Commits on Nov 3, 2021
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Show description for c273986authored
Erlend Egeberg Aasland
Commits on Nov 2, 2021
- authored
Erlend Egeberg Aasland - authored
Erlend Egeberg Aasland