index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
sqlite3
/
test
/
hooks.py
Commit message (
Expand
)
Author
Age
*
Remove unused var from CheckCancelOperation test (GH-4317)
Simon Willison
2017-11-08
*
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
Aviv Palivoda
2017-04-09
*
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-09-27
*
Remove empty setUp and tearDown methods from sqlite3 tests
Berker Peksag
2016-06-14
*
Replace more boilerplate code with modern unittest features in sqlite3 tests
Berker Peksag
2016-06-14
*
Modernize sqlite3 tests
Berker Peksag
2016-06-12
*
weaken callback count inequality (closes #20901)
Benjamin Peterson
2014-03-12
*
Issue #19601: Use specific asserts in sqlite3 tests.
Serhiy Storchaka
2013-11-17
*
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
|
\
|
*
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
*
|
merge #13934: document sqlite version strings, use correct one in test.
R David Murray
2013-01-10
|
\
|
|
*
#13934: document sqlite version strings, use correct one in test.
R David Murray
2013-01-10
*
|
Merge branch '3.2'
Petri Lehtinen
2012-02-17
|
\
|
|
*
Fix a variable scoping error in an sqlite3 test
Petri Lehtinen
2012-02-17
*
|
Make sqlite3 tests editable with Emacs
Petri Lehtinen
2012-02-02
*
|
Fix TraceCallbackTests to not use bound parameters (followup to issue #11688)
Antoine Pitrou
2011-04-04
*
|
Improve error message in test
Antoine Pitrou
2011-04-04
*
|
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...
Antoine Pitrou
2011-04-04
|
/
*
change deprecated unittest method calls into their proper names.
Gregory P. Smith
2009-07-04
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
*
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Gerhard Häring
2008-03-29
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21