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
*
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincre...
Miss Islington (bot)
2022-06-20
2
-1/+59
*
[3.10] gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (GH-93796). ...
Erlend Egeberg Aasland
2022-06-14
1
-17/+15
*
[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93...
Erlend Egeberg Aasland
2022-06-08
1
-0/+8
*
[3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters ...
Erlend Egeberg Aasland
2022-05-05
1
-1/+41
*
[3.10] gh-89301: Fix regression with bound values in traced SQLite statements...
Erlend Egeberg Aasland
2022-05-02
1
-0/+26
*
Fix typo in the sqlite3 docs (GH-31915) (GH-32157)
Miss Islington (bot)
2022-03-29
1
-1/+1
*
[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030)
Erlend Egeberg Aasland
2022-02-21
1
-63/+65
*
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)
Miss Islington (bot)
2021-11-15
1
-4/+4
*
bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29288)
Miss Islington (bot)
2021-10-28
1
-0/+34
*
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
Christian Clauss
2021-10-07
1
-1/+1
*
bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)
Miss Islington (bot)
2021-08-29
2
-2/+5
*
[3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to c...
Erlend Egeberg Aasland
2021-08-28
1
-1/+74
*
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...
Miss Islington (bot)
2021-08-06
1
-0/+28
*
[3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised ...
Erlend Egeberg Aasland
2021-07-30
1
-0/+21
*
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) ...
Erlend Egeberg Aasland
2021-06-23
1
-2/+2
*
[3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567) (GH...
Erlend Egeberg Aasland
2021-06-20
1
-0/+5
*
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...
Miss Islington (bot)
2021-06-05
1
-0/+17
*
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Miss Islington (bot)
2021-06-04
1
-5/+7
*
bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
bpo-43296: Handle sqlite3_value_blob() errors (GH-24674)
Erlend Egeberg Aasland
2021-04-14
1
-0/+4
*
bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586)
Erlend Egeberg Aasland
2021-04-14
1
-4/+1
*
bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25...
Erlend Egeberg Aasland
2021-04-14
1
-1/+3
*
bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)
Erlend Egeberg Aasland
2021-03-04
1
-1/+22
*
bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)
Mariusz Felisiak
2021-03-03
1
-0/+4
*
bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569)
Erlend Egeberg Aasland
2021-02-19
1
-0/+5
*
bpo-40956: Fix segfault when Connection.backup is called without target (GH-2...
Erlend Egeberg Aasland
2021-02-10
1
-1/+3
*
bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
Erlend Egeberg Aasland
2021-01-09
2
-1/+5
*
bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
Erlend Egeberg Aasland
2021-01-07
6
-21/+15
*
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...
Erlend Egeberg Aasland
2021-01-07
9
-320/+343
*
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
Erlend Egeberg Aasland
2021-01-06
2
-0/+21
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
2
-12/+0
*
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Erlend Egeberg Aasland
2021-01-04
1
-0/+8
*
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
Erlend Egeberg Aasland
2020-11-17
2
-3/+18
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Peter McCormick
2020-09-20
1
-0/+7
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Serhiy Storchaka
2020-09-17
2
-1/+26
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
6
-20/+0
*
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi
2020-08-07
1
-1/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
1
-1/+2
*
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
Erlend Egeberg Aasland
2020-05-28
1
-9/+27
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
2
-4/+4
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Serhiy Storchaka
2019-09-17
1
-7/+18
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Serhiy Storchaka
2019-09-16
1
-7/+21
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
1
-58/+13
*
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Victor Stinner
2019-06-26
2
-3/+3
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+4
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
1
-3/+25
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Sergey Fedoseev
2018-12-05
1
-19/+64
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
1
-0/+23
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Aviv Palivoda
2018-03-18
1
-3/+1
[next]