index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
fpetestmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-17/+17
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-4/+18
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-2/+2
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
1
-1/+1
*
Needed to add DL_EXPORT to (redundant?) extern decl of module init function.
Guido van Rossum
1998-12-10
1
-1/+1
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
Apply two changes, systematically:
Guido van Rossum
1997-10-01
1
-5/+3
*
New form of PyFPE_END_PROTECT macro.
Guido van Rossum
1997-03-14
1
-6/+6
*
Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3.
Guido van Rossum
1997-02-21
1
-118/+76
*
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum
1997-02-14
1
-0/+228