summaryrefslogtreecommitdiffstats
path: root/Objects/cellobject.c
Commit message (Expand)AuthorAgeFilesLines
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-2/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-13/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-4/+21
* Use new GC API.Neil Schemenauer2001-08-291-6/+6
* repr's converted to using PyString_FromFormat() instead of sprintf'ingBarry Warsaw2001-08-241-7/+5
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-1/+1
* Variety of small INC/DECREF patches that fix reported memory leaksJeremy Hylton2001-03-131-0/+1
* PEP 227 implementationJeremy Hylton2001-01-251-0/+115