summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/regression.py
Commit message (Expand)AuthorAgeFilesLines
* 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