cpython/Include
Guido van Rossum 32d34c809f Add optional docstrings to getset descriptors. Fortunately, there's
no backwards compatibility to worry about, so I just pushed the
'closure' struct member to the back -- it's never used in the current
code base (I may eliminate it, but that's more work because the getter
and setter signatures would have to change.)

As examples, I added actual docstrings to the getset attributes of a
few types: file.closed, xxsubtype.spamdict.state.
2001-09-20 21:45:26 +00:00
..
abstract.h Generalize operator.indexOf (PySequence_Index) to work with any 2001-09-08 04:00:12 +00:00
bitset.h
bufferobject.h
cellobject.h
ceval.h
classobject.h Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. 2001-09-05 22:52:50 +00:00
cobject.h
codecs.h
compile.h
complexobject.h Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. 2001-09-12 19:12:49 +00:00
cStringIO.h
descrobject.h Add optional docstrings to getset descriptors. Fortunately, there's 2001-09-20 21:45:26 +00:00
dictobject.h
errcode.h
eval.h
fileobject.h SF bug [#460467] file objects should be subclassable. 2001-09-13 05:38:56 +00:00
floatobject.h More for SF bug [#460020] bug or feature: unicode() and subclasses 2001-09-10 21:28:20 +00:00
frameobject.h
funcobject.h
graminit.h
grammar.h
import.h
intobject.h SF bug #460020: bug or feature: unicode() and subclasses. 2001-09-10 20:52:51 +00:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h SF bug #460020: bug or feature: unicode() and subclasses. 2001-09-10 20:52:51 +00:00
longobject.h SF bug #460020: bug or feature: unicode() and subclasses. 2001-09-10 20:52:51 +00:00
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h SF bug [#460467] file objects should be subclassable. 2001-09-13 05:38:56 +00:00
node.h
object.h Add optional docstrings to getset descriptors. Fortunately, there's 2001-09-20 21:45:26 +00:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
patchlevel.h Bumping version numbers. 2001-09-07 18:23:30 +00:00
pgenheaders.h
py_curses.h
pydebug.h
pyerrors.h
pyfpe.h
pygetopt.h
pymactoolbox.h Prototype for PyMac_GetFullPathname(). 2001-09-10 22:09:30 +00:00
pymem.h
pyport.h
pystate.h
Python.h
pythonrun.h
pythread.h
rangeobject.h
sliceobject.h
stringobject.h More on SF bug [#460020] bug or feature: unicode() and subclasses. 2001-09-11 01:41:59 +00:00
structmember.h Add optional docstrings to member descriptors. For backwards 2001-09-20 20:46:19 +00:00
symtable.h
sysmodule.h
token.h
traceback.h
tupleobject.h More on SF bug [#460020] bug or feature: unicode() and subclasses. 2001-09-10 23:37:46 +00:00
ucnhash.h
unicodeobject.h Patch #435971: UTF-7 codec by Brian Quinlan. 2001-09-20 10:35:46 +00:00