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
/
Lib
/
sqlite3
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109151: Enable readline in the sqlite3 CLI (GH-109152)
Serhiy Storchaka
2023-10-04
1
-0/+4
*
gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)
Erlend E. Aasland
2023-08-30
1
-25/+2
*
gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (#108657)
Corvin
2023-08-30
1
-2/+25
*
gh-108550: Fix sqlite3 CLI regression from gh-108551 (#108618)
Erlend E. Aasland
2023-08-29
1
-1/+1
*
gh-108550: Speed up sqlite3 tests (#108551)
Erlend E. Aasland
2023-08-28
1
-3/+6
*
gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)
Erlend E. Aasland
2023-08-27
1
-7/+13
*
gh-108364: Simplify quoting values and identifiers in sqlite3's iterdump() (#...
Mariusz Felisiak
2023-08-25
1
-7/+18
*
gh-102628: Fix sqlite3 CLI prompt in IDLE on Windows (#103945)
Erlend E. Aasland
2023-04-27
1
-1/+4
*
gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)
Erlend E. Aasland
2023-04-27
1
-1/+2
*
gh-95273: Improve sqlite3.complete_statement docs (#95840)
Erlend E. Aasland
2022-08-11
1
-0/+23
*
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland
2022-08-01
1
-0/+97
*
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland
2022-07-20
1
-0/+9
*
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#...
itssme
2022-06-19
1
-1/+13
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
2
-1/+26
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
2
-28/+0
*
Fix typo in the sqlite3 docs (GH-31915)
Jonathan
2022-03-28
1
-1/+1
*
bpo-45677: Reword first section of `sqlite3` docs (#29326)
Erlend Egeberg Aasland
2021-11-15
1
-4/+4
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
1
-2/+0
*
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland
2021-10-29
10
-3895/+0
*
bpo-45612: Add sqlite3 module docstring (GH-29224)
Erlend Egeberg Aasland
2021-10-28
1
-0/+34
*
bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)
Erlend Egeberg Aasland
2021-10-07
1
-2/+2
*
bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH...
Erlend Egeberg Aasland
2021-10-07
1
-0/+11
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-44958: Fix ref. leak introduced in GH-27844 (GH-28490)
Erlend Egeberg Aasland
2021-09-21
2
-30/+36
*
bpo-44958: Only reset `sqlite3` statements when needed (GH-27844)
Erlend Egeberg Aasland
2021-09-21
1
-7/+42
*
Fix typo in Lib/sqlite3/test/test_types.py (GH-28226)
Konstantin Popov
2021-09-15
1
-1/+1
*
bpo-45181: Simplify loading sqlite3 tests (GH-28304)
Serhiy Storchaka
2021-09-13
9
-135/+9
*
bpo-45041: Increase coverage for sqlite3.Cursor.executescript() (GH-28074)
Erlend Egeberg Aasland
2021-08-30
1
-0/+7
*
bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)
Erlend Egeberg Aasland
2021-08-30
1
-2/+85
*
bpo-43398: Add test for defect connection factories (GH-27966)
Erlend Egeberg Aasland
2021-08-30
1
-10/+12
*
bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)
Serhiy Storchaka
2021-08-29
2
-2/+5
*
bpo-27334: roll back transaction if sqlite3 context manager fails to commit (...
Erlend Egeberg Aasland
2021-08-25
1
-1/+79
*
bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...
Serhiy Storchaka
2021-08-08
5
-19/+166
*
bpo-44839: Raise more specific errors in sqlite3 (GH-27613)
Serhiy Storchaka
2021-08-06
1
-1/+44
*
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...
Erlend Egeberg Aasland
2021-08-05
1
-0/+28
*
bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431)
Erlend Egeberg Aasland
2021-07-29
1
-0/+21
*
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland
2021-07-29
2
-3/+2
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
2
-0/+7
*
bpo-43553: Improve `sqlite3` test coverage (GH-26886)
Erlend Egeberg Aasland
2021-06-24
4
-2/+100
*
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
Erlend Egeberg Aasland
2021-06-23
1
-0/+18
*
bpo-44430: Refactor `sqlite3` threading tests (GH-26748)
Erlend Egeberg Aasland
2021-06-20
1
-140/+36
*
bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567)
Erlend Egeberg Aasland
2021-06-20
1
-0/+5
*
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...
Erlend Egeberg Aasland
2021-06-20
1
-0/+21
*
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...
Pablo Galindo
2021-06-05
1
-0/+17
*
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Erlend Egeberg Aasland
2021-06-04
1
-5/+7
*
bpo-44041: Add test for sqlite3 column count (GH-25907)
Erlend Egeberg Aasland
2021-06-04
1
-0/+11
*
bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
Erlend Egeberg Aasland
2021-06-03
2
-18/+35
*
bpo-42213: Check connection in sqlite3.Connection.__enter__ (GH-26512)
Erlend Egeberg Aasland
2021-06-03
1
-0/+20
*
sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032)
Erlend Egeberg Aasland
2021-05-14
1
-1/+1
*
bpo-43296: Handle sqlite3_value_blob() errors (GH-24674)
Erlend Egeberg Aasland
2021-04-14
1
-0/+4
[next]