Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #536908: Add missing #include guards/extern "C". | Martin v. Löwis | 2002-03-30 | 1 | -0/+10 |
* | Methods of built-in types now properly check for keyword arguments | Guido van Rossum | 2001-10-22 | 1 | -0/+7 |
* | Big internal change that should have no external effects: unify the | Guido van Rossum | 2001-10-21 | 1 | -0/+3 |
* | *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following | Guido van Rossum | 2001-10-03 | 1 | -0/+34 |
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 1 | -4/+5 |
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
* | Rename 'getset' to 'property'. | Guido van Rossum | 2001-09-06 | 1 | -1/+1 |
* | Add new built-in type 'getset' (PyGetSet_Type). | Guido van Rossum | 2001-08-23 | 1 | -0/+3 |
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -0/+32 |