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