summaryrefslogtreecommitdiff
path: root/Include/cellobject.h
Commit message (Expand)AuthorAgeFilesLines
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-1/+1
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-1/+1
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-4/+4
* Cells are not VAR objects.Jeremy Hylton2002-02-281-1/+1
* PEP 227 implementationJeremy Hylton2001-01-251-0/+28