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