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
*
[3.10] gh-96414: Inline code examples in sqlite3 docs (GH-96442). (#96453)
Erlend E. Aasland
2022-08-31
1
-12/+307
*
Docs: normalise sqlite3 placeholder how-to heading (GH-96413)
Miss Islington (bot)
2022-08-30
1
-2/+2
*
[3.10] Docs: normalize SQL style in sqlite3 docs (GH-96403). (#96409)
Erlend E. Aasland
2022-08-30
1
-6/+6
*
[3.10] gh-95432: Add doctests for the sqlite3 docs (GH-96225) (#96379)
Erlend E. Aasland
2022-08-29
1
-44/+88
*
[3.10] gh-94635: Frame sqlite3 how-to headings as such & move default adapter...
Erlend E. Aasland
2022-08-24
1
-43/+45
*
gh-96096: Add undocumented SQLITE_OK/DENY/IGNORE sqlite3 constants (GH-96134)
Miss Islington (bot)
2022-08-23
1
-4/+14
*
gh-95432: Add doctest for sqlite3 tutorial (GH-96193)
Miss Islington (bot)
2022-08-23
1
-16/+47
*
gh-96121: Merge sqlite3.Row examples into sqlite3.Row class doc (GH-96122)
Miss Islington (bot)
2022-08-22
1
-56/+18
*
Docs: Fix markup of module name in sqlite3 docs (GH-96115)
Miss Islington (bot)
2022-08-19
1
-3/+3
*
Doc: Use consistent markup for example Point class in sqlite3 (GH-96095)
Miss Islington (bot)
2022-08-19
1
-3/+3
*
Docs: group sqlite3.Connection attributes and methods (GH-96090)
Miss Islington (bot)
2022-08-19
1
-39/+37
*
gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
Miss Islington (bot)
2022-08-19
1
-3/+0
*
[3.10] Docs: Escape lone stars in sqlite3 docs (GH-96081). (#96085)
Erlend E. Aasland
2022-08-18
1
-2/+2
*
gh-95271: Rework sqlite3 tutorial (GH-95749)
Miss Islington (bot)
2022-08-18
1
-50/+138
*
[3.10] gh-95273: Improve sqlite3.complete_statement docs (GH-95840) (#95918)
Erlend E. Aasland
2022-08-12
1
-8/+16
*
[3.10] gh-95273: Reorganize sqlite3 doc module level funcs and vars (GH-95626...
Erlend E. Aasland
2022-08-08
1
-124/+121
*
gh-94635: Fixup sqlite3 'Introduction' seealso note (GH-95751)
Miss Islington (bot)
2022-08-06
1
-12/+12
*
[3.10] Docs: sqlite3 docs fixup (GH-95681) (#95684)
Erlend Egeberg Aasland
2022-08-05
1
-24/+24
*
[3.10] gh-95271: Extract placeholders howto from sqlite3 tutorial (GH-95522) ...
Erlend Egeberg Aasland
2022-08-04
1
-26/+38
*
[3.10] gh-95273: Improve documented return values and exceptions raised for s...
Erlend Egeberg Aasland
2022-08-04
1
-33/+18
*
Docs: fix two typos in the sqlite3 docs (GH-95661)
Miss Islington (bot)
2022-08-04
1
-2/+2
*
[3.10] gh-95273: Align sqlite3 const doc refs with the devguide recommendatio...
Erlend Egeberg Aasland
2022-08-03
1
-32/+32
*
[3.10] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 d...
Erlend Egeberg Aasland
2022-07-31
1
-96/+120
*
gh-95273: Relocate sqlite3 enable load extension note (GH-95430)
Miss Islington (bot)
2022-07-29
1
-12/+8
*
gh-95432: Fixup sqlite3 tutorial example (GH-95431)
Miss Islington (bot)
2022-07-29
1
-5/+5
*
gh-95273: Improve sqlite3 class descriptions (GH-95379)
Miss Islington (bot)
2022-07-29
1
-8/+34
*
gh-95273: Condense sqlite3 executescript example (GH-95383) (#95419)
Miss Islington (bot)
2022-07-29
1
-2/+9
*
gh-95273: Move sqlite3 executemany examples from reference to tutorial (GH-95...
Miss Islington (bot)
2022-07-29
1
-11/+26
*
Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' (#95358)
Miss Islington (bot)
2022-07-28
1
-2/+3
*
[3.10] gh-95273: Normalise sqlite3 reference wording (GH-95274) (#95330)
Erlend Egeberg Aasland
2022-07-27
1
-42/+43
*
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
[next]