aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sqlite3/test/hooks.py
Commit message (Expand)AuthorAge
* Remove unused var from CheckCancelOperation test (GH-4317)Simon Willison2017-11-08
* bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)Aviv Palivoda2017-04-09
* Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-27
* Remove empty setUp and tearDown methods from sqlite3 testsBerker Peksag2016-06-14
* Replace more boilerplate code with modern unittest features in sqlite3 testsBerker Peksag2016-06-14
* Modernize sqlite3 testsBerker Peksag2016-06-12
* weaken callback count inequality (closes #20901)Benjamin Peterson2014-03-12
* Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-17
* Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-07
|\
| * Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-07
* | merge #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-10
|\|
| * #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-10
* | Merge branch '3.2'Petri Lehtinen2012-02-17
|\|
| * Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-17
* | Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-02
* | Fix TraceCallbackTests to not use bound parameters (followup to issue #11688)Antoine Pitrou2011-04-04
* | Improve error message in testAntoine Pitrou2011-04-04
* | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...Antoine Pitrou2011-04-04
|/
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-04
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-27
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-29
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21