summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/hooks.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27897: Backported tests.Serhiy Storchaka2016-09-261-0/+22
* weaken callback count inequality (closes #20901)Benjamin Peterson2014-03-131-1/+1
* Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-161-1/+1
* Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-071-0/+19
* Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-171-3/+3
* Merge r73838 from py3k branch. Use the nondeprecated unittest methodGregory P. Smith2009-07-041-5/+5
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-291-3/+74
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Re-revert this change. Install the version check and don't run the testNeal Norwitz2006-06-151-0/+2
* Speculative checkin (requires approval of Gerhard Haering)Neal Norwitz2006-06-151-2/+0
* - Added version checks in C code to make sure we don't trigger bugs in olderGerhard Häring2006-06-141-0/+2
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-2/+2
* Update to pysqlite 2.2.0Anthony Baxter2006-04-041-0/+115