summaryrefslogtreecommitdiff
path: root/Lib/sqlite3/test/dbapi.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21250: Add tests for SQLite's ON CONFLICT clauseBerker Peksag2016-09-071-1/+100
* Mark tests as skipped when a SQLite version is not supportedBerker Peksag2016-06-141-2/+2
* Remove empty setUp and tearDown methods from sqlite3 testsBerker Peksag2016-06-141-12/+0
* Replace more boilerplate code with modern unittest features in sqlite3 testsBerker Peksag2016-06-141-2/+1
* Modernize sqlite3 testsBerker Peksag2016-06-121-145/+27
* Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-121-0/+6
* Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-121-0/+12
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...Antoine Pitrou2013-02-101-0/+18
* Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-021-1/+1
* sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-0/+7
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.R. David Murray2010-06-011-0/+23
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+5
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-7/+104
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-041-46/+46
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-0/+9
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-15/+36
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+4
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+732