summaryrefslogtreecommitdiff
path: root/Include/descrobject.h
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-30/+30
* Merged revisions 71734,71738-71739 via svnmerge fromBenjamin Peterson2009-04-201-0/+3
* #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
* SF 548651: Fix the METH_CLASS implementation.Tim Peters2002-12-091-0/+1
* Make PyDescr_IsData() a macro. It's too simple to be a function.Guido van Rossum2002-08-191-1/+1
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-9/+9
* Patch #536908: Add missing #include guards/extern "C".Martin v. Löwis2002-03-301-0/+10
* Methods of built-in types now properly check for keyword argumentsGuido van Rossum2001-10-221-0/+7
* Big internal change that should have no external effects: unify theGuido van Rossum2001-10-211-0/+3
* *EXPERIMENTAL* speedup of slot_sq_item. This sped up the followingGuido van Rossum2001-10-031-0/+34
* Add optional docstrings to getset descriptors. Fortunately, there'sGuido van Rossum2001-09-201-4/+5
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-201-1/+1
* Rename 'getset' to 'property'.Guido van Rossum2001-09-061-1/+1
* Add new built-in type 'getset' (PyGetSet_Type).Guido van Rossum2001-08-231-0/+3
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+32