COMMITS
/ Modules/python.c August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
July 22, 2000
T
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters committed
July 9, 2000
F
- ANSI-fication
Fredrik Lundh committed
December 7, 1998
G
Py_Main() must be DL_EXPORT too.
Guido van Rossum committed
August 8, 1998
G
Now include Python.h
Guido van Rossum committed
August 15, 1997
G
Keep gcc -Wall happy
Guido van Rossum committed
July 19, 1997
G
This is now the "real" main program -- it calls Py_Main(argc, argv)
Guido van Rossum committed