aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sqlite3/test/userfunctions.py
Commit message (Expand)AuthorAge
* bpo-34041: Allow creating deterministic functions in Connection.create_functi...Sergey Fedoseev2018-07-08
* Modernize sqlite3 testsBerker Peksag2016-06-12
* Issue #23758: Improve num_params docs of create_{function,aggregate} functionsBerker Peksag2016-03-27
* 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 branch '3.2'Petri Lehtinen2012-02-21
|\|
| * sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-21
* | Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-02
|/
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-04
* Merged revisions 62011 via svnmerge fromMartin v. Löwis2008-03-30
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-08
* Fix the sqlite test. Blobs should be created using buffer(b"blob"),Guido van Rossum2007-08-29
* Make the sqlite tests pass.Gerhard Häring2007-08-10
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Make unit tests pass: replace apply() and adapt to different attribute message.Guido van Rossum2006-08-17
* 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