COMMITS
/ Modules/fpetestmodule.c January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
January 17, 2002
M
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis committed
December 10, 1998
G
Needed to add DL_EXPORT to (redundant?) extern decl of module init function.
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
March 14, 1997
G
New form of PyFPE_END_PROTECT macro.
Guido van Rossum committed
February 21, 1997
G
Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3.
Guido van Rossum committed
February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed