COMMITS
/ Modules/python.c October 19, 2008
B
restore compilation on OpenBSD #4146
Benjamin Peterson committed
October 7, 2008
A
#4004: Missing newline in some startup error messages.
Amaury Forgeot d'Arc committed
September 3, 2008
A
Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
Antoine Pitrou committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
December 28, 2002
T
Apparently FreeBSD enables some HW floating-point exceptions by default.
Tim Peters committed
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