1. 4befff9 initxxsubtype(): Add a comment to make the magic clearer; I doubt it's by Tim Peters · 23 years ago
  2. a7b9b3c Use PyType_Ready() for initialization of the ob_type field of our by Guido van Rossum · 23 years ago
  3. dd5c05f David Abrahams tried to compile this as a separate DLL under MSVC, and by Tim Peters · 23 years ago
  4. 65760b2 Give xxsubtype a module docstring, so its oddball purpose is discoverable by Tim Peters · 23 years ago
  5. 2677512 Adding missing "static" declarations (found by "make smelly"). by Neil Schemenauer · 23 years ago
  6. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  7. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  8. 83f56cb Change the type names to xxsublist.<name>. by Guido van Rossum · 23 years ago
  9. 88dcf03 Add 'state' as a get/set attribute to spamlist. This serves as an example. by Guido van Rossum · 23 years ago
  10. e6b90ea Add 'state' as a read-only attribute to spamdict. This serves as an example. by Guido van Rossum · 23 years ago
  11. 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
  12. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago