COMMITS
/ Doc/c-api/module.rst March 17, 2018
M
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch committed
June 13, 2017
E
bpo-30656: Fix Python C API Module Objects documentation (GH-2170)
Emily Morehouse committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
August 21, 2016
N
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan committed
August 19, 2016
B
Issue #12946: Document that PyModule_GetDict can fail in some cases
Berker Peksag committed
June 18, 2016
M
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter committed
May 30, 2016
M
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
July 3, 2015
N
Close #24458: PEP 489 documentation
Nick Coghlan committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
February 26, 2014
Z
Merge with 3.3
Zachary Ware committed
Z
Fix several C-API doc typos caught by tomo cocoa on docs@.
Zachary Ware committed
August 10, 2013
E
Issue #18668: Further clarify m_size setting for non-negative values
Eli Bendersky committed
E
Issue #18668: Further clarify m_size setting for non-negative values
Eli Bendersky committed
August 7, 2013
E
Closing #18668: Properly document setting m_size in PyModuleDef
Eli Bendersky committed
E
Issue #18668: Properly document setting m_size in PyModuleDef
Eli Bendersky committed
May 4, 2013
B
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon committed
March 6, 2013
E
#17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.
Ezio Melotti committed
June 22, 2012
M
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Martin v. Löwis committed
October 7, 2011
G
Update C API docs for PEP 393.
Georg Brandl committed
April 30, 2011
March 4, 2011
V
Issue #3080: Add PyModule_NewObject() function
Victor Stinner committed
February 23, 2011
V
Issue #3080: Add PyModule_GetNameObject()
Victor Stinner committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 18, 2010
V
Add versionadded tag to PyModule_GetFilenameObject() doc
Victor Stinner committed
August 17, 2010
V
Issue #9425: Create PyModule_GetFilenameObject() function
Victor Stinner committed
January 4, 2009
G
#4614: document PyModule_Create and PyModuleDef struct.
Georg Brandl committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
January 27, 2008
C
Merged revisions 60284-60349 via svnmerge from
Christian Heimes committed
January 23, 2008
C
Merged revisions 60176-60209 via svnmerge from
Christian Heimes committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed