1. 9d57481 Issue #13577: various kinds of descriptors now have a __qualname__ attribute. by Antoine Pitrou · 13 years ago
  2. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  3. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  4. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  5. 2db046d Issue #6151: Make PyDescr_COMMON conform to standard C. by Alexandre Vassalotti · 15 years ago
  6. 89b8917 remove duplicate declartions #6405 by Benjamin Peterson · 15 years ago
  7. fd838e6 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  9. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  10. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  11. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  12. 492b46f Make PyDescr_IsData() a macro. It's too simple to be a function. by Guido van Rossum · 22 years ago
  13. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  14. 522cf1f Patch #536908: Add missing #include guards/extern "C". by Martin v. Löwis · 22 years ago
  15. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
  16. 6d20407 Big internal change that should have no external effects: unify the by Guido van Rossum · 23 years ago
  17. f4593e0 *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following by Guido van Rossum · 23 years ago
  18. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  19. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  20. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  21. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
  22. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago