summaryrefslogtreecommitdiff
path: root/Include/descrobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-151-1/+1
* Issue #29263: LOAD_METHOD support for C methodsINADA Naoki2017-02-031-0/+3
* Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka2016-11-221-4/+4
* Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-0/+2
* Issue #13577: various kinds of descriptors now have a __qualname__ attribute.Antoine Pitrou2011-12-121-0/+1
* make sure to initialize the method wrapper typeBenjamin Peterson2011-09-011-0/+1
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+5
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-29/+29
* Issue #6151: Make PyDescr_COMMON conform to standard C.Alexandre Vassalotti2009-07-221-6/+8
* remove duplicate declartions #6405Benjamin Peterson2009-07-031-2/+0
* Merged revisions 71734,71738-71739 via svnmerge fromBenjamin Peterson2009-04-201-0/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-291-0/+5
* Merged revisions 56467-56482 via svnmerge fromMartin 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