| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260) | sobolevn | 2024-11-01 | 1 | -0/+1 |
|
|
* | Use pep role instead of url (#121611) | Rafael Fontenelle | 2024-09-17 | 1 | -15/+14 |
|
|
* | gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518) | Wei-Hsiang (Matt) Wang | 2024-09-01 | 1 | -1/+1 |
|
|
* | gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925) | Hugo van Kemenade | 2024-05-10 | 1 | -20/+2 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-111726: Explicitly close database connections in sqlite3 doctests (#111730) | Nikita Sobolev | 2024-04-08 | 1 | -0/+27 |
|
|
* | gh-111726: Remove some doctests from sqlite3 docs (#117623) | Erlend E. Aasland | 2024-04-08 | 1 | -36/+7 |
|
|
* | gh-111726: Cleanup test files after running sqlite3 doctest (#117604) | Hugo van Kemenade | 2024-04-08 | 1 | -0/+8 |
|
|
* | Docs: fix broken links (#116651) | Mariusz Felisiak | 2024-03-13 | 1 | -1/+1 |
|
|
* | gh-91602: Add iterdump() support for filtering database objects (#114501) | Mariusz Felisiak | 2024-02-06 | 1 | -1/+10 |
|
|
* | Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#1... | Erlend E. Aasland | 2024-01-21 | 1 | -12/+12 |
|
|
* | Docs: fix typo in doc for sqlite3.Cursor.execute (#112442) | Tom Levy | 2023-11-27 | 1 | -1/+1 |
|
|
* | gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#... | Erlend E. Aasland | 2023-10-25 | 1 | -33/+50 |
|
|
* | gh-110631: Fix reST indentation in `Doc/library` (#110685) | Ezio Melotti | 2023-10-11 | 1 | -12/+12 |
|
|
* | Enhanced sqlite3 connection context management documentation with contextlib.... | Lincoln | 2023-10-03 | 1 | -2/+2 |
|
|
* | fix misaligned versionchanged blocks in sqlite3 docs (GH-110191) | Ned Batchelder | 2023-10-02 | 1 | -9/+6 |
|
|
* | gh-108278: Deprecate passing the first param of sqlite3.Connection callback A... | Erlend E. Aasland | 2023-08-29 | 1 | -6/+21 |
|
|
* | Fix misc doc typos (#108592) | xzmeng | 2023-08-29 | 1 | -1/+1 |
|
|
* | gh-108278: Deprecate passing the three first params as keyword args for sqlit... | Erlend E. Aasland | 2023-08-28 | 1 | -0/+10 |
|
|
* | Docs: align the param spec of sqlite3.Connection methods with the implementat... | Erlend E. Aasland | 2023-08-22 | 1 | -2/+2 |
|
|
* | gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ... | Erlend E. Aasland | 2023-08-22 | 1 | -0/+6 |
|
|
* | gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107... | Erlend E. Aasland | 2023-08-15 | 1 | -0/+6 |
|
|
* | gh-106909: Use role :const: for referencing module constants (GH-106910) | Serhiy Storchaka | 2023-07-21 | 1 | -5/+5 |
|
|
* | gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451) | Mariusz Felisiak | 2023-07-11 | 1 | -2/+3 |
|
|
* | gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513) | Mariusz Felisiak | 2023-07-11 | 1 | -0/+7 |
|
|
* | Docs: add links to 'callable' term in sqlite3 docs (#106072) | Erlend E. Aasland | 2023-06-25 | 1 | -17/+18 |
|
|
* | gh-105875: Require SQLite 3.15.2 or newer (#105876) | Erlend E. Aasland | 2023-06-18 | 1 | -4/+1 |
|
|
* | gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) | Erlend E. Aasland | 2023-05-11 | 1 | -1/+4 |
|
|
* | gh-100021: Document that sqlite3's executemany() discards resulting rows (#10... | Erlend E. Aasland | 2023-04-28 | 1 | -2/+9 |
|
|
* | GH-103903: Test the minimum Sphinx version in CI (#103904) | Adam Turner | 2023-04-27 | 1 | -3/+3 |
|
|
* | gh-103489: Add get/set config methods to sqlite3.Connection (#103506) | Erlend E. Aasland | 2023-04-26 | 1 | -0/+56 |
|
|
* | gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ... | Erlend E. Aasland | 2023-04-26 | 1 | -2/+20 |
|
|
* | Docs: fixup incorrect escape char in sqlite3 docs (#102945) | Erlend E. Aasland | 2023-03-23 | 1 | -1/+1 |
|
|
* | Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904) | Erlend E. Aasland | 2023-03-22 | 1 | -1/+1 |
|
|
* | Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900) | Erlend E. Aasland | 2023-03-22 | 1 | -3/+3 |
|
|
* | Fix typos in documentation and comments (GH-102374) | Michael K | 2023-03-02 | 1 | -1/+1 |
|
|
* | gh-101693: In sqlite3, deprecate using named placeholders with parameters sup... | Erlend E. Aasland | 2023-02-15 | 1 | -1/+18 |
|
|
* | Docs: use parameter list for sqlite3.Cursor.execute* (#101782) | Erlend E. Aasland | 2023-02-10 | 1 | -12/+33 |
|
|
* | Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351) | Marcos Pereira | 2023-02-01 | 1 | -4/+7 |
|
|
* | gh-101386: fix typos found by codespell (#101387) | Peter Jiping Xie | 2023-01-28 | 1 | -1/+1 |
|
|
* | Docs: improve sqlite3 placeholders example (#101092) | Erlend E. Aasland | 2023-01-18 | 1 | -13/+12 |
|
|
* | gh-100668: Clarify how sqlite3 maps parameters onto placeholders (#100960) | Erlend E. Aasland | 2023-01-14 | 1 | -9/+17 |
|
|
* | Fix typos in Doc folder (#100880) | Semen Zhydenko | 2023-01-10 | 1 | -1/+1 |
|
|
* | gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630) | Erlend E. Aasland | 2023-01-01 | 1 | -5/+1 |
|
|
* | gh-99087: Add missing newline for prompts in docs (GH-98993) | Stanley | 2022-12-09 | 1 | -0/+1 |
|
|
* | gh-96250: Improve sqlite3 injection attack example (#99270) | Jia Junjie | 2022-12-08 | 1 | -6/+10 |
|
|
* | Doc: Add summary line to isolation_level & autocommit sqlite3.connect params ... | C.A.M. Gerlach | 2022-12-01 | 1 | -0/+2 |
|
|
* | gh-99824: Document that sqlite3.connect implicitly open a transaction if auto... | Géry Ogam | 2022-11-30 | 1 | -3/+3 |
|
|
* | Docs: both sqlite3 "point examples" now adapt to str (#99823) | Erlend E. Aasland | 2022-11-27 | 1 | -1/+1 |
|
|
* | gh-96168: Add sqlite3 row factory how-to (#99507) | Erlend E. Aasland | 2022-11-25 | 1 | -41/+119 |
|
|