| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45181: Simplify loading sqlite3 tests (GH-28304) | Serhiy Storchaka | 2021-09-13 | 1 | -1183/+0 |
|
|
* | 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-25130: Make SQLite tests more compatible with PyPy (GH-28021) | Serhiy Storchaka | 2021-08-29 | 1 | -0/+3 |
|
|
* | 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 | 1 | -3/+30 |
|
|
* | bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431) | Erlend Egeberg Aasland | 2021-07-29 | 1 | -0/+21 |
|
|
* | bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863) | Erlend Egeberg Aasland | 2021-06-24 | 1 | -0/+1 |
|
|
* | bpo-43553: Improve `sqlite3` test coverage (GH-26886) | Erlend Egeberg Aasland | 2021-06-24 | 1 | -2/+24 |
|
|
* | 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-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 | 1 | -13/+26 |
|
|
* | bpo-42213: Check connection in sqlite3.Connection.__enter__ (GH-26512) | Erlend Egeberg Aasland | 2021-06-03 | 1 | -0/+20 |
|
|
* | bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170) | Erlend Egeberg Aasland | 2021-01-09 | 1 | -0/+4 |
|
|
* | bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147) | Erlend Egeberg Aasland | 2021-01-07 | 1 | -2/+1 |
|
|
* | bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-... | Erlend Egeberg Aasland | 2021-01-07 | 1 | -128/+128 |
|
|
* | bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008) | Erlend Egeberg Aasland | 2021-01-06 | 1 | -0/+7 |
|
|
* | bpo-40810: Require SQLite 3.7.15 (GH-24106) | Erlend Egeberg Aasland | 2021-01-06 | 1 | -4/+0 |
|
|
* | bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) | Serhiy Storchaka | 2020-09-17 | 1 | -1/+13 |
|
|
* | bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) | Erlend Egeberg Aasland | 2020-09-07 | 1 | -6/+0 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21772) | Hai Shi | 2020-08-07 | 1 | -1/+1 |
|
|
* | bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) | Victor Stinner | 2019-06-26 | 1 | -2/+2 |
|
|
* | Spelling fixes to docs, docstrings, and comments (GH-6374) | Ville Skyttä | 2018-04-20 | 1 | -1/+1 |
|
|
* | bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#... | Anders Lorentsen | 2017-11-07 | 1 | -0/+11 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -5/+1 |
|
|
* | Issue #21250: Merge from 3.5 | Berker Peksag | 2016-09-06 | 1 | -1/+100 |
|\ |
|
| * | Issue #21250: Add tests for SQLite's ON CONFLICT clause | Berker Peksag | 2016-09-06 | 1 | -1/+100 |
|
|
* | | Issue #16864: Cursor.lastrowid now supports REPLACE statement | Berker Peksag | 2016-06-14 | 1 | -1/+42 |
|/ |
|
* | Mark tests as skipped when a SQLite version is not supported | Berker Peksag | 2016-06-14 | 1 | -2/+2 |
|
|
* | Remove empty setUp and tearDown methods from sqlite3 tests | Berker Peksag | 2016-06-14 | 1 | -12/+0 |
|
|
* | Replace more boilerplate code with modern unittest features in sqlite3 tests | Berker Peksag | 2016-06-13 | 1 | -2/+1 |
|
|
* | Modernize sqlite3 tests | Berker Peksag | 2016-06-12 | 1 | -145/+27 |
|
|
* | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 | Berker Peksag | 2016-06-12 | 1 | -0/+6 |
|
|
* | Issue #27188: Fix various sqlite3 documentation errors | Berker Peksag | 2016-06-12 | 1 | -0/+12 |
|
|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena... | Antoine Pitrou | 2013-02-09 | 1 | -0/+18 |
|
|
* | Make sqlite3 tests editable with Emacs | Petri Lehtinen | 2012-02-02 | 1 | -1/+1 |
|
|
* | sqlite3: Handle strings with embedded zeros correctly | Petri Lehtinen | 2012-02-01 | 1 | -0/+7 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. | R. David Murray | 2010-06-01 | 1 | -0/+23 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -1/+5 |
|
|
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 1 | -7/+104 |
|
|
* | change deprecated unittest method calls into their proper names. | Gregory P. Smith | 2009-07-04 | 1 | -46/+46 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -0/+9 |
|
|
* | Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally | Gerhard Häring | 2008-03-29 | 1 | -15/+36 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -1/+1 |
|
|