1. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  2. 492b46f Make PyDescr_IsData() a macro. It's too simple to be a function. by Guido van Rossum · 22 years ago
  3. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  4. 522cf1f Patch #536908: Add missing #include guards/extern "C". by Martin v. Löwis · 22 years ago
  5. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
  6. 6d20407 Big internal change that should have no external effects: unify the by Guido van Rossum · 23 years ago
  7. f4593e0 *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following by Guido van Rossum · 23 years ago
  8. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  9. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  10. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  11. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
  12. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago