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-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Erlend Egeberg Aasland
2022-06-19
1
-4/+18
*
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Erlend Egeberg Aasland
2022-06-19
1
-9/+8
*
gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)
Erlend Egeberg Aasland
2022-06-15
1
-2/+2
*
gh-87260: Update sqlite3 signature docs to reflect actual implementation (#93...
Erlend Egeberg Aasland
2022-06-15
1
-9/+9
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
1
-0/+10
*
gh-89018: Improve documentation of `sqlite3` exceptions (#27645)
Erlend Egeberg Aasland
2022-06-06
1
-19/+51
*
gh-92780: Improve sqlite3.Connection.create_collation docs (#92790)
Erlend Egeberg Aasland
2022-05-18
1
-11/+8
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-22
1
-3/+4
*
gh-90923: Improve sqlite3.Connection.execute* docs (#91643)
Erlend Egeberg Aasland
2022-04-17
1
-12/+9
*
gh-69093: sqlite3 blob doc amendments (GH-91561)
Erlend Egeberg Aasland
2022-04-16
1
-52/+55
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-16
1
-4/+5
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
1
-0/+66
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
1
-0/+29
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
1
-0/+38
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
sqlite3: normalise pre-acronym determiners (GH-31772)
Erlend Egeberg Aasland
2022-03-11
1
-5/+5
*
bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
Erlend Egeberg Aasland
2022-03-09
1
-6/+0
*
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Erlend Egeberg Aasland
2022-03-09
1
-0/+6
*
Docstring: replace pysqlite with sqlite3 (GH-31758)
Erlend Egeberg Aasland
2022-03-09
1
-2/+2
*
bpo-46402: Promote SQLite URI tricks in `sqlite3` docs (GH-30660)
Erlend Egeberg Aasland
2022-01-18
1
-8/+22
*
bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
Erlend Egeberg Aasland
2022-01-08
1
-8/+9
*
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
Erlend Egeberg Aasland
2021-11-29
1
-3/+21
*
bpo-45677: Reword first section of `sqlite3` docs (#29326)
Erlend Egeberg Aasland
2021-11-15
1
-18/+20
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
1
-17/+35
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
1
-0/+34
*
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200)
Ian Fisher
2021-10-29
1
-0/+6
*
bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219)
Erlend Egeberg Aasland
2021-10-28
1
-0/+46
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652)
Julien Palard
2021-10-01
1
-2/+2
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
1
-1/+1
*
bpo-45089: Improve sqlite3 trace callback docs (GH-28238)
Erlend Egeberg Aasland
2021-09-15
1
-5/+13
*
bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)
Erlend Egeberg Aasland
2021-08-30
1
-0/+14
*
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland
2021-07-29
1
-0/+4
*
Fix typo in sqlite3.rst (GH-27415)
Ikko Ashimine
2021-07-28
1
-1/+1
*
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145)
Jack DeVries
2021-07-14
1
-1/+1
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
1
-0/+5
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
1
-1/+1
*
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
Erlend Egeberg Aasland
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
[next]