COMMITS
/ Objects/cellobject.c May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson committed
March 19, 2008
February 17, 2008
November 26, 2007
G
Merged revisions 59107-59186 via svnmerge from
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
August 29, 2001
N
Use new GC API.
Neil Schemenauer committed
August 24, 2001
B
repr's converted to using PyString_FromFormat() instead of sprintf'ing
Barry Warsaw committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
March 13, 2001
J
Variety of small INC/DECREF patches that fix reported memory leaks
Jeremy Hylton committed
January 25, 2001
J
PEP 227 implementation
Jeremy Hylton committed