COMMITS
/ Modules/python.c May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 18, 2010
R
Move _Py_char2wchar from python.c to main.c.
Ronald Oussoren committed
April 17, 2010
C
Fix the --with-cxx-main build.
Collin Winter committed
April 14, 2010
P
#7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values
Philip Jenvey committed
May 29, 2009
M
Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion
Martin v. Löwis committed
May 10, 2009
M
Rename utf8b error handler to surrogateescape.
Martin v. Löwis committed
May 5, 2009
M
Issue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis committed
February 27, 2009
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