index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
descrobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make properties discoverable from Python:
Tim Peters
2001-09-24
1
-25/+56
*
Add optional docstrings to getset descriptors. Fortunately, there's
Guido van Rossum
2001-09-20
1
-7/+22
*
Add optional docstrings to member descriptors. For backwards
Guido van Rossum
2001-09-20
1
-10/+23
*
Rename 'getset' to 'property'.
Guido van Rossum
2001-09-06
1
-23/+23
*
Make getset subclassable.
Guido van Rossum
2001-08-30
1
-1/+1
*
getset_init(): the function name in the PyArg_ParseTuple() format
Guido van Rossum
2001-08-24
1
-1/+1
*
repr's converted to using PyString_FromFormat() instead of sprintf'ing
Barry Warsaw
2001-08-24
1
-10/+8
*
Change the getset type to take an optional third function argument:
Guido van Rossum
2001-08-24
1
-9/+21
*
getset_descr_set(): guard against deletion (indicated by a set call
Guido van Rossum
2001-08-24
1
-1/+4
*
getset_init(): make the arguments optional.
Guido van Rossum
2001-08-24
1
-3/+11
*
Add new built-in type 'getset' (PyGetSet_Type).
Guido van Rossum
2001-08-23
1
-0/+135
*
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis
2001-08-16
1
-22/+10
*
Subtle change to make None.__class__ work:
Guido van Rossum
2001-08-16
1
-2/+2
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0/+854