index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
sqlite3
/
test
/
hooks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
Erlend Egeberg Aasland
2021-06-03
1
-5/+9
*
sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032)
Erlend Egeberg Aasland
2021-05-14
1
-1/+1
*
bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
Erlend Egeberg Aasland
2021-01-07
1
-3/+2
*
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...
Erlend Egeberg Aasland
2021-01-07
1
-20/+24
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
1
-8/+0
*
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Erlend Egeberg Aasland
2021-01-04
1
-0/+8
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
1
-6/+0
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
1
-1/+2
*
Remove unused var from CheckCancelOperation test (GH-4317)
Simon Willison
2017-11-07
1
-2/+0
*
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
Aviv Palivoda
2017-04-09
1
-0/+20
*
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-09-26
1
-0/+22
*
Remove empty setUp and tearDown methods from sqlite3 tests
Berker Peksag
2016-06-14
1
-6/+0
*
Replace more boilerplate code with modern unittest features in sqlite3 tests
Berker Peksag
2016-06-13
1
-2/+2
*
Modernize sqlite3 tests
Berker Peksag
2016-06-12
1
-19/+9
*
weaken callback count inequality (closes #20901)
Benjamin Peterson
2014-03-13
1
-1/+1
*
Issue #19601: Use specific asserts in sqlite3 tests.
Serhiy Storchaka
2013-11-16
1
-1/+1
*
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
1
-0/+19
|
\
|
*
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
1
-0/+19
*
|
merge #13934: document sqlite version strings, use correct one in test.
R David Murray
2013-01-11
1
-2/+2
|
\
\
|
|
/
|
*
#13934: document sqlite version strings, use correct one in test.
R David Murray
2013-01-11
1
-2/+2
*
|
Merge branch '3.2'
Petri Lehtinen
2012-02-17
1
-0/+1
|
\
\
|
|
/
|
*
Fix a variable scoping error in an sqlite3 test
Petri Lehtinen
2012-02-17
1
-0/+1
*
|
Make sqlite3 tests editable with Emacs
Petri Lehtinen
2012-02-02
1
-1/+1
*
|
Fix TraceCallbackTests to not use bound parameters (followup to issue #11688)
Antoine Pitrou
2011-04-03
1
-1/+4
*
|
Improve error message in test
Antoine Pitrou
2011-04-03
1
-1/+2
*
|
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...
Antoine Pitrou
2011-04-03
1
-1/+47
|
/
*
change deprecated unittest method calls into their proper names.
Gregory P. Smith
2009-07-04
1
-5/+5
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
1
-5/+5
*
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Gerhard Häring
2008-03-29
1
-2/+73
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-4/+4
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+2
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2/+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+115