summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test
Commit message (Expand)AuthorAgeFilesLines
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-083-12/+13
* 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-103-14/+14
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+4
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-024-22/+22
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-153-5/+55
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-103-13/+13
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-0/+6
* 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-114-39/+130
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-273-3/+42
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-218-0/+1884