index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
sqlite3.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (G...
Miss Islington (bot)
2022-07-27
1
-5/+5
*
gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (GH-95269)
Miss Islington (bot)
2022-07-27
1
-1/+11
*
[3.10] gh-95235: Add explicit parameter list to some sqlite3 methods (GH-9524...
Erlend Egeberg Aasland
2022-07-26
1
-45/+87
*
gh-95235: Document undocumented parameters in sqlite3 functions and methods (...
Miss Islington (bot)
2022-07-25
1
-13/+17
*
gh-81040: Improve sqlite3.Cursor.rowcount docs (GH-94940)
Miss Islington (bot)
2022-07-22
1
-12/+5
*
Docs: fix typo in sqlite3.rst (GH-94798)
Miss Islington (bot)
2022-07-14
1
-1/+1
*
[3.10] gh-94622: Add more references to the sqlite3 types anchor (GH-94623). ...
Erlend Egeberg Aasland
2022-07-08
1
-4/+4
*
[3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)
Erlend Egeberg Aasland
2022-07-07
1
-0/+12
*
[3.10] gh-94628: Add explicit parameter list to sqlite3.connect docs (GH-9462...
Erlend Egeberg Aasland
2022-07-07
1
-76/+105
*
gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...
Miss Islington (bot)
2022-07-06
1
-11/+11
*
gh-94017: Improve clarity of sqlite3 transaction handling docs (GH-94320)
Miss Islington (bot)
2022-07-06
1
-39/+61
*
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...
Ćukasz Langa
2022-07-05
1
-1/+1
*
[3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)
Erlend Egeberg Aasland
2022-06-25
1
-80/+138
*
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Miss Islington (bot)
2022-06-19
1
-4/+18
*
[3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (...
Erlend Egeberg Aasland
2022-06-19
1
-9/+8
*
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)
Miss Islington (bot)
2022-06-15
1
-2/+2
*
gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...
Miss Islington (bot)
2022-06-15
1
-9/+9
*
[3.10] gh-89018: Improve documentation of `sqlite3` exceptions (GH-27645) (#9...
Erlend Egeberg Aasland
2022-06-15
1
-17/+48
*
gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790)
Miss Islington (bot)
2022-05-18
1
-11/+8
*
gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)
Miss Islington (bot)
2022-04-17
1
-12/+9
*
[3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)
Jelle Zijlstra
2022-03-12
1
-5/+5
*
[3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)
Jelle Zijlstra
2022-03-09
1
-2/+2
*
[3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30...
Erlend Egeberg Aasland
2022-01-18
1
-8/+22
*
bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
Miss Islington (bot)
2022-01-08
1
-8/+9
*
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)
Miss Islington (bot)
2021-11-15
1
-18/+20
*
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...
Miss Islington (bot)
2021-10-29
1
-0/+6
*
bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...
Miss Islington (bot)
2021-10-28
1
-0/+46
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)
Miss Islington (bot)
2021-10-05
1
-2/+2
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)
Miss Islington (bot)
2021-09-23
1
-1/+1
*
bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28371)
Miss Islington (bot)
2021-09-15
1
-5/+13
*
Fix typo in sqlite3.rst (GH-27415) (GH-27417)
Miss Islington (bot)
2021-07-28
1
-1/+1
*
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-...
Miss Islington (bot)
2021-07-14
1
-1/+1
*
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
Miss Islington (bot)
2021-05-19
1
-1/+5
*
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Erlend Egeberg Aasland
2021-04-26
1
-0/+14
*
bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
Erlend Egeberg Aasland
2021-04-14
1
-38/+33
*
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner
2021-04-12
1
-2/+2
*
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
Kamil Turek
2021-03-09
1
-1/+1
*
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
Erlend Egeberg Aasland
2021-03-04
1
-25/+25
*
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
L
2021-01-31
1
-4/+0
*
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
Vladimir
2021-01-06
1
-13/+0
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
1
-1/+1
*
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
Erlend Egeberg Aasland
2020-12-27
1
-1/+1
*
bpo-41724: Explain when the conversion is not possible with detect_types enab...
sblondon
2020-12-19
1
-1/+3
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
1
-6/+2
*
Fix typo in sqlite3 documentation (GH-19965)
Naglis
2020-05-06
1
-1/+1
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
1
-3/+4
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-1/+1
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-0/+2
*
bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
Xtreak
2019-05-19
1
-1/+5
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-0/+3
[prev]
[next]