1. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  2. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  3. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  4. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  5. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  6. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  7. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  8. 23b5918 add some example docstrings using PyDoc_STR by Skip Montanaro · 22 years ago
  9. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  10. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  11. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  12. f841aa6 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. by Fred Drake · 22 years ago
  13. 1de5a72 Change the example code to prefer PyModule_Add*() instead of using the by Fred Drake · 22 years ago
  14. 4befff9 initxxsubtype(): Add a comment to make the magic clearer; I doubt it's by Tim Peters · 22 years ago
  15. a7b9b3c Use PyType_Ready() for initialization of the ob_type field of our by Guido van Rossum · 22 years ago
  16. dd5c05f David Abrahams tried to compile this as a separate DLL under MSVC, and by Tim Peters · 22 years ago
  17. 65760b2 Give xxsubtype a module docstring, so its oddball purpose is discoverable by Tim Peters · 22 years ago
  18. 2677512 Adding missing "static" declarations (found by "make smelly"). by Neil Schemenauer · 23 years ago
  19. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  20. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  21. 83f56cb Change the type names to xxsublist.<name>. by Guido van Rossum · 23 years ago
  22. 88dcf03 Add 'state' as a get/set attribute to spamlist. This serves as an example. by Guido van Rossum · 23 years ago
  23. e6b90ea Add 'state' as a read-only attribute to spamdict. This serves as an example. by Guido van Rossum · 23 years ago
  24. 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
  25. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago