COMMITS
/ Doc/library/sqlite3.rst May 8, 2025
S
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Serhiy Storchaka committed
March 17, 2025
E
gh-131002: clarify how to enforce sqlite3 column types for generated fields (#131006)
Erlend E. Aasland committed
February 16, 2025
A
Replace non-breaking spaces with normal spaces (#130116)
AN Long committed
November 1, 2024
S
gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260)
sobolevn committed
September 17, 2024
R
Use pep role instead of url (#121611)
Rafael Fontenelle committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
May 10, 2024
H
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
Hugo van Kemenade committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 8, 2024
N
gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)
Nikita Sobolev committed
E
gh-111726: Remove some doctests from sqlite3 docs (#117623)
Erlend E. Aasland committed
H
gh-111726: Cleanup test files after running sqlite3 doctest (#117604)
Hugo van Kemenade committed
March 13, 2024
M
Docs: fix broken links (#116651)
Mariusz Felisiak committed
February 6, 2024
M
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak committed
January 21, 2024
E
Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#114400)
Erlend E. Aasland committed
November 27, 2023
T
Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)
Tom Levy committed
October 25, 2023
E
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#108699)
Erlend E. Aasland committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
October 3, 2023
October 2, 2023
N
fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)
Ned Batchelder committed
August 29, 2023
E
gh-108278: Deprecate passing the first param of sqlite3.Connection callback APIs by keyword (#108632)
Erlend E. Aasland committed
X
Fix misc doc typos (#108592)
xzmeng committed
August 28, 2023
E
gh-108278: Deprecate passing the three first params as keyword args for sqlite3 UDF creation APIs (#108281)
Erlend E. Aasland committed
August 22, 2023
E
Docs: align the param spec of sqlite3.Connection methods with the implementation (#108285)
Erlend E. Aasland committed
E
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly (#108015)
Erlend E. Aasland committed
August 15, 2023
E
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107948)
Erlend E. Aasland committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
July 11, 2023
M
gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)
Mariusz Felisiak committed
M
gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)
Mariusz Felisiak committed
June 25, 2023
E
Docs: add links to 'callable' term in sqlite3 docs (#106072)
Erlend E. Aasland committed
June 18, 2023
E
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland committed
May 11, 2023
E
gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287)
Erlend E. Aasland committed
April 28, 2023
E
gh-100021: Document that sqlite3's executemany() discards resulting rows (#103939)
Erlend E. Aasland committed
April 27, 2023
A
GH-103903: Test the minimum Sphinx version in CI (#103904)
Adam Turner committed
April 26, 2023
E
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland committed
E
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension (#103073)
Erlend E. Aasland committed
March 23, 2023
E
Docs: fixup incorrect escape char in sqlite3 docs (#102945)
Erlend E. Aasland committed
March 22, 2023
E
Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)
Erlend E. Aasland committed
E
Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900)
Erlend E. Aasland committed
March 2, 2023
M
Fix typos in documentation and comments (GH-102374)
Michael K committed
February 15, 2023
E
gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied as a sequence (#101698)
Erlend E. Aasland committed
February 10, 2023
E
Docs: use parameter list for sqlite3.Cursor.execute* (#101782)
Erlend E. Aasland committed
February 1, 2023
M
Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351)
Marcos Pereira committed
January 28, 2023
P
gh-101386: fix typos found by codespell (#101387)
Peter Jiping Xie committed
January 18, 2023
E
Docs: improve sqlite3 placeholders example (#101092)
Erlend E. Aasland committed
January 14, 2023
E
gh-100668: Clarify how sqlite3 maps parameters onto placeholders (#100960)
Erlend E. Aasland committed
January 10, 2023
S
Fix typos in Doc folder (#100880)
Semen Zhydenko committed
January 1, 2023
E
gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)
Erlend E. Aasland committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
December 8, 2022
J
gh-96250: Improve sqlite3 injection attack example (#99270)
Jia Junjie committed
December 1, 2022
C
Doc: Add summary line to isolation_level & autocommit sqlite3.connect params (#99917)
C.A.M. Gerlach committed