summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/factory.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-...Serhiy Storchaka2019-09-171-7/+12
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+17
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with fakedSerhiy Storchaka2015-05-221-0/+8
* 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