1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 15 years ago
  3. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  4. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  5. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  6. 492b46f Make PyDescr_IsData() a macro. It's too simple to be a function. by Guido van Rossum · 22 years ago
  7. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  8. 522cf1f Patch #536908: Add missing #include guards/extern "C". by Martin v. Löwis · 23 years ago
  9. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
  10. 6d20407 Big internal change that should have no external effects: unify the by Guido van Rossum · 23 years ago
  11. f4593e0 *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following by Guido van Rossum · 23 years ago
  12. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  13. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  14. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  15. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
  16. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago