summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
Commit message (Expand)AuthorAgeFilesLines
...
* gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (G...Miss Islington (bot)2022-07-271-5/+5
* gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (GH-95269)Miss Islington (bot)2022-07-271-1/+11
* [3.10] gh-95235: Add explicit parameter list to some sqlite3 methods (GH-9524...Erlend Egeberg Aasland2022-07-261-45/+87
* gh-95235: Document undocumented parameters in sqlite3 functions and methods (...Miss Islington (bot)2022-07-251-13/+17
* gh-81040: Improve sqlite3.Cursor.rowcount docs (GH-94940)Miss Islington (bot)2022-07-221-12/+5
* Docs: fix typo in sqlite3.rst (GH-94798)Miss Islington (bot)2022-07-141-1/+1
* [3.10] gh-94622: Add more references to the sqlite3 types anchor (GH-94623). ...Erlend Egeberg Aasland2022-07-081-4/+4
* [3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)Erlend Egeberg Aasland2022-07-071-0/+12
* [3.10] gh-94628: Add explicit parameter list to sqlite3.connect docs (GH-9462...Erlend Egeberg Aasland2022-07-071-76/+105
* gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...Miss Islington (bot)2022-07-061-11/+11
* gh-94017: Improve clarity of sqlite3 transaction handling docs (GH-94320)Miss Islington (bot)2022-07-061-39/+61
* [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...Ɓukasz Langa2022-07-051-1/+1
* [3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)Erlend Egeberg Aasland2022-06-251-80/+138
* gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)Miss Islington (bot)2022-06-191-4/+18
* [3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (...Erlend Egeberg Aasland2022-06-191-9/+8
* gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)Miss Islington (bot)2022-06-151-2/+2
* gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...Miss Islington (bot)2022-06-151-9/+9
* [3.10] gh-89018: Improve documentation of `sqlite3` exceptions (GH-27645) (#9...Erlend Egeberg Aasland2022-06-151-17/+48
* gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790)Miss Islington (bot)2022-05-181-11/+8
* gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)Miss Islington (bot)2022-04-171-12/+9
* [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)Jelle Zijlstra2022-03-121-5/+5
* [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)Jelle Zijlstra2022-03-091-2/+2
* [3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30...Erlend Egeberg Aasland2022-01-181-8/+22
* bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)Miss Islington (bot)2022-01-081-8/+9
* bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)Miss Islington (bot)2021-11-151-18/+20
* bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...Miss Islington (bot)2021-10-291-0/+6
* bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...Miss Islington (bot)2021-10-281-0/+46
* sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)Miss Islington (bot)2021-10-051-2/+2
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)Miss Islington (bot)2021-09-231-1/+1
* bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28371)Miss Islington (bot)2021-09-151-5/+13
* Fix typo in sqlite3.rst (GH-27415) (GH-27417)Miss Islington (bot)2021-07-281-1/+1
* bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-...Miss Islington (bot)2021-07-141-1/+1
* bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)Miss Islington (bot)2021-05-191-1/+5
* bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)Erlend Egeberg Aasland2021-04-261-0/+14
* bpo-20364: Improve sqlite3 placeholder docs (GH-25003)Erlend Egeberg Aasland2021-04-141-38/+33
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-2/+2
* bpo-43446: Fix markup in sqlite3 footnote (GH-24806)Kamil Turek2021-03-091-1/+1
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Erlend Egeberg Aasland2021-03-041-25/+25
* bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)L2021-01-311-4/+0
* bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)Vladimir2021-01-061-13/+0
* bpo-40810: Require SQLite 3.7.15 (GH-24106)Erlend Egeberg Aasland2021-01-061-1/+1
* bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)Erlend Egeberg Aasland2020-12-271-1/+1
* bpo-41724: Explain when the conversion is not possible with detect_types enab...sblondon2020-12-191-1/+3
* bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)Erlend Egeberg Aasland2020-09-071-6/+2
* Fix typo in sqlite3 documentation (GH-19965)Naglis2020-05-061-1/+1
* bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...Serhiy Storchaka2020-03-211-3/+4
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-1/+1
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-0/+2
* bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)Xtreak2019-05-191-1/+5
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-0/+3