summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/userfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-041-28/+28
* Merged revisions 62011 via svnmerge fromMartin v. Löwis2008-03-301-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-8/+9
* Fix the sqlite test. Blobs should be created using buffer(b"blob"),Guido van Rossum2007-08-291-3/+3
* Make the sqlite tests pass.Gerhard Häring2007-08-101-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-6/+6
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-8/+8
* Make unit tests pass: replace apply() and adapt to different attribute message.Guido van Rossum2006-08-171-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-19/+88
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+14
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+330