summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/hooks.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)Erlend Egeberg Aasland2021-06-031-5/+9
* sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032)Erlend Egeberg Aasland2021-05-141-1/+1
* bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)Erlend Egeberg Aasland2021-01-071-3/+2
* bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...Erlend Egeberg Aasland2021-01-071-20/+24
* bpo-40810: Require SQLite 3.7.15 (GH-24106)Erlend Egeberg Aasland2021-01-061-8/+0
* bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)Erlend Egeberg Aasland2021-01-041-0/+8
* bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)Erlend Egeberg Aasland2020-09-071-6/+0
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-071-1/+2
* Remove unused var from CheckCancelOperation test (GH-4317)Simon Willison2017-11-071-2/+0
* bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)Aviv Palivoda2017-04-091-0/+20
* Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-261-0/+22
* Remove empty setUp and tearDown methods from sqlite3 testsBerker Peksag2016-06-141-6/+0
* Replace more boilerplate code with modern unittest features in sqlite3 testsBerker Peksag2016-06-131-2/+2
* Modernize sqlite3 testsBerker Peksag2016-06-121-19/+9
* 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
|\
| * Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-071-0/+19
* | merge #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-2/+2
|\ \ | |/
| * #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-2/+2
* | Merge branch '3.2'Petri Lehtinen2012-02-171-0/+1
|\ \ | |/
| * Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-171-0/+1
* | Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-021-1/+1
* | Fix TraceCallbackTests to not use bound parameters (followup to issue #11688)Antoine Pitrou2011-04-031-1/+4
* | Improve error message in testAntoine Pitrou2011-04-031-1/+2
* | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...Antoine Pitrou2011-04-031-1/+47
|/
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-041-5/+5
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-5/+5
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-2/+73
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+115