summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-042-1/+36
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-051-0/+8
* Merged revisions 62011 via svnmerge fromMartin v. Löwis2008-03-301-1/+1
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-296-25/+199
* Added missing files for new iterdump method.Gerhard Häring2008-03-292-0/+115
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-2/+5
* Make sure we get usable error messages when text could not be decoded when fe...Gerhard Häring2008-02-291-0/+14
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Merged revisions 59628-59641 via svnmerge fromChristian Heimes2008-01-011-2/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-064-19/+19
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-0/+4
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-084-13/+14
* 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-154-6/+56
* 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-172-4/+4
* Quite a few fixes to make the library and test suite more robust whenGuido 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-274-35/+78
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2110-0/+1992