summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* 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