1. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  2. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  3. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  4. 147b13c Make getset subclassable. by Guido van Rossum · 23 years ago
  5. 239abf7 getset_init(): the function name in the PyArg_ParseTuple() format by Guido van Rossum · 23 years ago
  6. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  7. 271410a Change the getset type to take an optional third function argument: by Guido van Rossum · 23 years ago
  8. 845fc48 getset_descr_set(): guard against deletion (indicated by a set call by Guido van Rossum · 23 years ago
  9. 91c0d8a getset_init(): make the arguments optional. by Guido van Rossum · 23 years ago
  10. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
  11. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  12. 8098ddb Subtle change to make None.__class__ work: by Guido van Rossum · 23 years ago
  13. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago