1. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 7 years ago
  2. 2d0afef bpo-30656: Fix Python C API Module Objects documentation (GH-2170) by Emily Morehouse · 8 years ago
  3. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 8 years ago
  4. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 9 years ago
  5. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 9 years ago
  6. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 9 years ago
  7. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  8. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  9. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 10 years ago
  10. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 10 years ago
  11. f8a5892 Merge with 3.3 by Zachary Ware · 11 years ago
  12. 7bbd101 Fix several C-API doc typos caught by tomo cocoa on docs@. by Zachary Ware · 11 years ago
  13. 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 12 years ago
  14. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 12 years ago
  15. 7533137 Closing #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 12 years ago
  16. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 12 years ago
  17. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 12 years ago
  18. 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 12 years ago
  19. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 13 years ago
  20. db6c7f5 Update C API docs for PEP 393. by Georg Brandl · 14 years ago
  21. 1a50972 merge 3.2 by Benjamin Peterson · 14 years ago
  22. f97aed1 merge 3.1 by Benjamin Peterson · 14 years ago
  23. 4c02088 fix function name in example (closes #11966) by Benjamin Peterson · 14 years ago
  24. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 14 years ago
  25. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 14 years ago
  26. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
  27. c14190d Add versionadded tag to PyModule_GetFilenameObject() doc by Victor Stinner · 15 years ago
  28. 6c00c14 Issue #9425: Create PyModule_GetFilenameObject() function by Victor Stinner · 15 years ago
  29. e69cdf9 #4614: document PyModule_Create and PyModuleDef struct. by Georg Brandl · 17 years ago
  30. 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
  31. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 18 years ago
  32. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 18 years ago
  33. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 18 years ago