summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/factory.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+17
* Issue #24257: Fixed incorrect uses of PyObject_IsInstance().Serhiy Storchaka2015-05-221-0/+8
|\
| * Issue #24257: Fixed incorrect uses of PyObject_IsInstance().Serhiy Storchaka2015-05-221-0/+8
* | Issue #13583: sqlite3.Row now supports slice indexing.Serhiy Storchaka2015-03-311-0/+18
|/
* Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-281-3/+23
* 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
* Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-0/+2
* Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-021-1/+1
* sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-1/+36
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-041-30/+30
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+20
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-2/+2
* Make the sqlite tests pass.Gerhard Häring2007-08-101-9/+9
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-10/+10
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+22
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+164