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
/
userfunctions.py
Commit message (
Expand
)
Author
Age
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
*
Modernize sqlite3 tests
Berker Peksag
2016-06-12
*
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
Berker Peksag
2016-03-27
*
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 branch '3.2'
Petri Lehtinen
2012-02-21
|
\
|
|
*
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
*
|
Make sqlite3 tests editable with Emacs
Petri Lehtinen
2012-02-02
|
/
*
change deprecated unittest method calls into their proper names.
Gregory P. Smith
2009-07-04
*
Merged revisions 62011 via svnmerge from
Martin v. Löwis
2008-03-30
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
*
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
Guido van Rossum
2007-08-29
*
Make the sqlite tests pass.
Gerhard Häring
2007-08-10
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Make unit tests pass: replace apply() and adapt to different attribute message.
Guido van Rossum
2006-08-17
*
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