summaryrefslogtreecommitdiff
path: root/Modules/python.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fpgetmask() with fedisableexcept()Victor Stinner2016-01-201-5/+2
* Apparently FreeBSD enables some HW floating-point exceptions by default.Tim Peters2002-12-281-0/+15
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-2/+0
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-221-1/+1
* - ANSI-ficationFredrik Lundh2000-07-091-3/+1
* Py_Main() must be DL_EXPORT too.Guido van Rossum1998-12-071-1/+1
* Now include Python.hGuido van Rossum1998-08-081-0/+2
* Keep gcc -Wall happyGuido van Rossum1997-08-151-0/+1
* This is now the "real" main program -- it calls Py_Main(argc, argv)Guido van Rossum1997-07-191-0/+10