| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45181: Simplify loading sqlite3 tests (GH-28304) | Serhiy Storchaka | 2021-09-13 | 1 | -452/+0 |
|
|
* | bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) | Serhiy Storchaka | 2021-08-29 | 1 | -2/+2 |
|
|
* | bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce... | Serhiy Storchaka | 2021-08-08 | 1 | -1/+22 |
|
|
* | bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395) | Erlend Egeberg Aasland | 2021-07-29 | 1 | -1/+1 |
|
|
* | bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706) | Mariusz Felisiak | 2021-03-03 | 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 | -33/+35 |
|
|
* | bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) | Serhiy Storchaka | 2020-09-17 | 1 | -0/+13 |
|
|
* | bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) | Erlend Egeberg Aasland | 2020-09-07 | 1 | -1/+0 |
|
|
* | bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ... | Serhiy Storchaka | 2020-03-21 | 1 | -1/+1 |
|
|
* | 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 | 1 | -1/+1 |
|
|
* | bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11... | Zackery Spytz | 2018-12-17 | 1 | -0/+4 |
|
|
* | bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH... | Sergey Fedoseev | 2018-12-05 | 1 | -19/+64 |
|
|
* | bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec... | Oren Milman | 2017-11-07 | 1 | -0/+3 |
|
|
* | bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(... | Oren Milman | 2017-11-07 | 1 | -0/+18 |
|
|
* | Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l... | Serhiy Storchaka | 2016-09-01 | 1 | -4/+27 |
|
|
* | Issue #10513: Fix a regression in Connection.commit() | Berker Peksag | 2016-08-26 | 1 | -0/+31 |
|
|
* | Mark tests as skipped when a SQLite version is not supported | Berker Peksag | 2016-06-14 | 1 | -2/+1 |
|
|
* | Replace more boilerplate code with modern unittest features in sqlite3 tests | Berker Peksag | 2016-06-13 | 1 | -9/+3 |
|
|
* | Modernize sqlite3 tests | Berker Peksag | 2016-06-12 | 1 | -19/+3 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | Issue #21147: sqlite3 now raises an exception if the request contains a null | Serhiy Storchaka | 2014-09-11 | 1 | -0/+10 |
|
|
* | Issue #20026: Fix the sqlite module to handle correctly invalid isolation level | Victor Stinner | 2013-12-19 | 1 | -0/+5 |
|
|
* | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -2/+4 |
|
|
* | Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior | Petri Lehtinen | 2013-02-26 | 1 | -2/+11 |
|
|
* | Issue #14720: sqlite3: Convert datetime microseconds correctly | Petri Lehtinen | 2013-02-23 | 1 | -1/+18 |
|
|
* | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr... | Petri Lehtinen | 2012-02-06 | 1 | -0/+22 |
|
|
* | Issue #8195: Fix a crash in sqlite Connection.create_collation() if the | Victor Stinner | 2010-04-22 | 1 | -0/+7 |
|
|
* | Merged revisions 78898 via svnmerge from | Victor Stinner | 2010-03-13 | 1 | -7/+12 |
|
|
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 1 | -11/+104 |
|
|
* | change deprecated unittest method calls into their proper names. | Gregory P. Smith | 2009-07-04 | 1 | -2/+2 |
|
|
* | Issue #3659: Values of string subclasses were not handled correctly when used | Gerhard Häring | 2008-09-22 | 1 | -0/+6 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -1/+16 |
|
|
* | Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally | Gerhard Häring | 2008-03-29 | 1 | -0/+62 |
|
|
* | Make sure we get usable error messages when text could not be decoded when fe... | Gerhard Häring | 2008-02-29 | 1 | -0/+14 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -0/+10 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+8 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+26 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+48 |
|
|