21 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Eli Bendersky 43694a50ab Issue #18668: Further clarify m_size setting for non-negative values 13 years ago
Eli Bendersky 0d2d2b8393 Issue #18668: Properly document setting m_size in PyModuleDef 13 years ago
Brett Cannon 4c14b5de1c #17115,17116: Have modules initialize the __package__ and __loader__ 13 years ago
Ezio Melotti 32b0f02034 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. 13 years ago
Martin v. Löwis 7800f75827 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. 14 years ago
Sandro Tosi 98ed08f24e update to new C roles and directives 14 years ago
Georg Brandl db6c7f5c33 Update C API docs for PEP 393. 15 years ago
Benjamin Peterson 4c020885d9 fix function name in example (closes #11966) 15 years ago
Benjamin Peterson 2a7a3ee39a fix function name in example (closes #11966) 15 years ago
Victor Stinner 0639b56672 Issue #3080: Add PyModule_NewObject() function 15 years ago
Victor Stinner bd475115c4 Issue #3080: Add PyModule_GetNameObject() 15 years ago
Georg Brandl 60203b41b0 Migrate to Sphinx 1.0 C language constructs. 16 years ago
Victor Stinner c14190dc5b Add versionadded tag to PyModule_GetFilenameObject() doc 16 years ago
Victor Stinner 6c00c1464f Issue #9425: Create PyModule_GetFilenameObject() function 16 years ago
Georg Brandl e69cdf924d #4614: document PyModule_Create and PyModuleDef struct. 17 years ago
Georg Brandl 734373cc4d Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from 17 years ago
Georg Brandl 48310cd3f2 Remove trailing whitespace. 17 years ago
Georg Brandl c62ef8b4d9 Remove trailing whitespace. 17 years ago
Christian Heimes af98da18c0 Merged revisions 60284-60349 via svnmerge from 18 years ago
Georg Brandl a7364408cd Fix markup again. 18 years ago
Christian Heimes 1af737cd1e Merged revisions 60176-60209 via svnmerge from 18 years ago
Christian Heimes 74b8e76ec1 Don't repeat yourself 18 years ago
Georg Brandl 54a3faae08 Split C API docs in Py3k branch. 18 years ago
Georg Brandl f6842722df Split the monstrous C API manual files in smaller parts. 18 years ago