Commits
User selector
Commit History
Commits on Aug 13, 2009
Merged revisions 73833,73838,73850-73852,73856-73857 via svnmerge from
Show description for 5a3f9adcommitted
georg.brandl
Commits on Jan 27, 2009
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Show description for 019cc36committed
mark.dickinson
Commits on Sep 22, 2008
Issue #3659: Values of string subclasses were not handled correctly when used
Show description for b3d88a7committed
gerhard.haering
Commits on Jul 23, 2008
Commits on Jun 10, 2008
Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from
Show description for 9617f06committed
georg.brandl
Commits on May 4, 2008
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,…
Show description for 5664f4ccommitted
christian.heimes
Commits on Apr 5, 2008
Commits on Mar 30, 2008
Merged revisions 62011 via svnmerge from
Show description for e940a44committed
martin.v.loewis
Commits on Mar 29, 2008
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Show description for bf8a15fcommitted
gerhard.haeringAdded missing files for new iterdump method.
Show description for 9ce67ffcommitted
gerhard.haering
Commits on Mar 16, 2008
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-…
Show description for 0179712committed
christian.heimes
Commits on Feb 29, 2008
Make sure we get usable error messages when text could not be decoded when fetched from the database.
Show description for e9ef341committed
gerhard.haering
Commits on Feb 23, 2008
Merged revisions 60990-61002 via svnmerge from
Show description for 2aaca7bcommitted
christian.heimes
Commits on Jan 1, 2008
Merged revisions 59628-59641 via svnmerge from
Show description for 6a8da3ccommitted
christian.heimes
Commits on Nov 6, 2007
Merging the py3k-pep3137 branch back into the py3k branch.
Show description for 7a707c9committed
guido.van.rossum
Commits on Oct 22, 2007
Make str/str8 comparisons return True/False for !=/==.
Show description for 0b66714committed
brett.cannon
Commits on Oct 8, 2007
Breaking ground for PEP 3137 implementation:
Show description for f92787fcommitted
guido.van.rossum
Commits on Aug 29, 2007
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
Show description for fe8c03fcommitted
guido.van.rossum
Commits on Aug 10, 2007
Make the sqlite tests pass.
Show description for a85ab40committed
gerhard.haering
Commits on Jun 13, 2007
Merged revisions 55817-55961 via svnmerge from
Show description for ef3745acommitted
guido.van.rossum
Commits on May 7, 2007
Merged revisions 55007-55179 via svnmerge from
Show description for 835ae8ccommitted
guido.van.rossum
Commits on May 2, 2007
Rip out all the u"..." literals and calls to unicode().
Show description for f863d7dcommitted
guido.van.rossum
Commits on Apr 21, 2007
PEP 3114: rename .next() to .__next__() and add next() builtin.
Show description for ef076f3committed
georg.brandl
Commits on Feb 9, 2007
Fix most trivially-findable print statements.
Show description for 63916f5committed
guido.van.rossum
Commits on Jan 15, 2007
Merged revisions 53304-53433,53435-53450 via svnmerge from
Show description for a22c73dcommitted
thomas.wouters
Commits on Jan 10, 2007
SF patch 1631942 by Collin Winter:
Show description for f126a61committed
guido.van.rossum
Commits on Aug 24, 2006
Restructure comparison dramatically. There is no longer a default
Show description for 913cc3acommitted
guido.van.rossum
Commits on Aug 17, 2006
Make unit tests pass: replace apply() and adapt to different attribute message.
Show description for 9124ce9committed
guido.van.rossum
Loading