summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/regression.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-45181: Simplify loading sqlite3 tests (GH-28304)Serhiy Storchaka2021-09-131-452/+0
* bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)Serhiy Storchaka2021-08-291-2/+2
* bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...Serhiy Storchaka2021-08-081-1/+22
* bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)Erlend Egeberg Aasland2021-07-291-1/+1
* bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)Mariusz Felisiak2021-03-031-0/+4
* bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)Erlend Egeberg Aasland2021-01-071-2/+1
* bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...Erlend Egeberg Aasland2021-01-071-33/+35
* bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Serhiy Storchaka2020-09-171-0/+13
* bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)Erlend Egeberg Aasland2020-09-071-1/+0
* bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...Serhiy Storchaka2020-03-211-1/+1
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)gescheit2019-07-131-58/+13
* bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)Victor Stinner2019-06-261-1/+1
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-171-0/+4
* bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...Sergey Fedoseev2018-12-051-19/+64
* bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...Oren Milman2017-11-071-0/+3
* bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...Oren Milman2017-11-071-0/+18
* Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-011-4/+27
* Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-261-0/+31
* Mark tests as skipped when a SQLite version is not supportedBerker Peksag2016-06-141-2/+1
* Replace more boilerplate code with modern unittest features in sqlite3 testsBerker Peksag2016-06-131-9/+3
* Modernize sqlite3 testsBerker Peksag2016-06-121-19/+3
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-111-0/+10
* Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-191-0/+5
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-2/+4
* Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-261-2/+11
* Issue #14720: sqlite3: Convert datetime microseconds correctlyPetri Lehtinen2013-02-231-1/+18
* Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-061-0/+22
* Issue #8195: Fix a crash in sqlite Connection.create_collation() if theVictor Stinner2010-04-221-0/+7
* Merged revisions 78898 via svnmerge fromVictor Stinner2010-03-131-7/+12
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-11/+104
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-041-2/+2
* Issue #3659: Values of string subclasses were not handled correctly when usedGerhard Häring2008-09-221-0/+6
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-1/+16
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-0/+62
* Make sure we get usable error messages when text could not be decoded when fe...Gerhard Häring2008-02-291-0/+14
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-0/+10
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+8
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+26
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+48