summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/factory.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #10203: sqlite3.Row now truly supports sequence protocol. In particularSerhiy Storchaka2014-05-281-3/+31
* add missing test assertion (closes #20080)Benjamin Peterson2014-02-151-0/+1
* Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-161-29/+19
* sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-1/+40
* Merge r73838 from py3k branch. Use the nondeprecated unittest methodGregory P. Smith2009-07-041-30/+30
* Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. TheGerhard Häring2008-05-041-0/+20
* Update sqlite3 module to match current version of pysqlite.Gerhard Häring2008-03-281-1/+1
* Merged changes from standalone version 2.3.3. This should probably all beGerhard Häring2007-01-141-1/+22
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+164