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.11] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112445)
Miss Islington (bot)
2023-11-27
1
-1/+1
*
[3.11] gh-108590: Improve sqlite3 docs on encoding issues and how to handle t...
Miss Islington (bot)
2023-10-25
1
-33/+50
*
[3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737)
Ezio Melotti
2023-10-11
1
-12/+12
*
[3.11] gh-109234: Hint to contextlib.closing in sqlite3 context manager docs ...
Miss Islington (bot)
2023-10-03
1
-2/+2
*
[3.11] Fix misc doc typos (GH-108592) (#108613)
Alex Waygood
2023-08-29
1
-1/+1
*
[3.11] Docs: align the param spec of sqlite3.Connection methods with the impl...
Miss Islington (bot)
2023-08-22
1
-2/+2
*
[3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-3/+3
*
[3.11] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (GH-106451) ...
Miss Islington (bot)
2023-07-11
1
-2/+3
*
[3.11] gh-96165: Clarify omitting the FROM clause in SQLite queries (GH-10651...
Miss Islington (bot)
2023-07-11
1
-0/+7
*
[3.11] Docs: add links to 'callable' term in sqlite3 docs (GH-106072) (#106074)
Miss Islington (bot)
2023-06-25
1
-17/+18
*
[3.11] gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) ...
Erlend E. Aasland
2023-05-11
1
-1/+4
*
[3.11] gh-100021: Document that sqlite3's executemany() discards resulting ro...
Erlend E. Aasland
2023-04-28
1
-2/+9
*
[3.11] GH-103903: Test the minimum Sphinx version in CI (#103904) (#103948)
Adam Turner
2023-04-27
1
-3/+3
*
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
Miss Islington (bot)
2023-03-22
1
-1/+1
*
Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)
Miss Islington (bot)
2023-03-22
1
-3/+3
*
[3.11] Fix typos in documentation and comments (GH-102374) (#102376)
Alex Waygood
2023-03-02
1
-1/+1
*
Docs: use parameter list for sqlite3.Cursor.execute* (GH-101782)
Miss Islington (bot)
2023-02-10
1
-12/+33
*
Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351)
Miss Islington (bot)
2023-02-02
1
-4/+7
*
Docs: improve sqlite3 placeholders example (GH-101092)
Miss Islington (bot)
2023-01-18
1
-13/+12
*
gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960)
Miss Islington (bot)
2023-01-14
1
-9/+17
*
gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
Miss Islington (bot)
2023-01-01
1
-5/+1
*
gh-96250: Improve sqlite3 injection attack example (GH-99270)
Miss Islington (bot)
2022-12-08
1
-6/+10
*
Docs: both sqlite3 "point examples" now adapt to str (GH-99823)
Miss Islington (bot)
2022-11-27
1
-1/+1
*
gh-96168: Add sqlite3 row factory how-to (GH-99507)
Miss Islington (bot)
2022-11-25
1
-41/+119
*
gh-99392: Fix sqlite3 converter recipes (GH-99393)
Miss Islington (bot)
2022-11-12
1
-3/+22
*
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...
Miss Islington (bot)
2022-11-03
1
-3/+4
*
gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720)
Miss Islington (bot)
2022-10-26
1
-5/+5
*
gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (GH-97662)
Miss Islington (bot)
2022-10-05
1
-1/+3
*
gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...
Miss Islington (bot)
2022-09-15
1
-1/+2
*
gh-96702: Order methods before attrs in sqlite3.Connection docs (GH-96703) (#...
Miss Islington (bot)
2022-09-14
1
-97/+96
*
Docs: alphabetically order sqlite3.Cursor attrs (GH-96565)
Miss Islington (bot)
2022-09-04
1
-30/+31
*
gh-96168: Improve sqlite3 dict_factory example (GH-96457)
Miss Islington (bot)
2022-09-01
1
-18/+9
*
gh-96414: Inline code examples in sqlite3 docs (GH-96442)
Miss Islington (bot)
2022-08-31
1
-14/+380
*
Docs: normalise sqlite3 placeholder how-to heading (GH-96413)
Miss Islington (bot)
2022-08-30
1
-2/+2
*
Docs: normalize SQL style in sqlite3 docs (GH-96403)
Miss Islington (bot)
2022-08-29
1
-7/+7
*
gh-95432: Add doctests for the sqlite3 docs (GH-96225)
Miss Islington (bot)
2022-08-29
1
-64/+125
*
[3.11] 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
*
Docs: Escape lone stars in sqlite3 docs (GH-96081)
Miss Islington (bot)
2022-08-18
1
-5/+5
*
gh-95271: Rework sqlite3 tutorial (GH-95749)
Miss Islington (bot)
2022-08-18
1
-50/+138
*
[3.11] gh-95273: Improve sqlite3.complete_statement docs (GH-95840) (#95917)
Erlend E. Aasland
2022-08-12
1
-8/+16
*
gh-94635: Fixup sqlite3 'Introduction' seealso note (GH-95751) (#95752)
Miss Islington (bot)
2022-08-09
1
-12/+12
*
[3.11] gh-95273: Reorganize sqlite3 doc module level funcs and vars (GH-95626...
Erlend E. Aasland
2022-08-09
1
-148/+146
*
[3.11] Docs: sqlite3 docs fixup (GH-95681) (GH-95683)
Erlend Egeberg Aasland
2022-08-05
1
-25/+25
[next]