summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/regression.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #10811: Use TestCase.assertRaises() in the new testVictor Stinner2011-05-091-5/+4
* #10811: Fix recursive usage of cursors. Instead of crashing, raise a Programm...Gerhard Haering2011-05-091-0/+23
* 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