Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |