Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9987d9351ca06dbad3b66ab6da52ab4621955f31
/
Modules
/
python.c
94ba691
main() now displays an error message before exiting if a command line argument
by Victor Stinner
· 13 years ago
f933e1a
Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of
by Victor Stinner
· 14 years ago
168e117
Add an optional size argument to _Py_char2wchar()
by Victor Stinner
· 14 years ago
052a04d
Revert r85435 (and r85440): decode command line arguments from utf-8
by Victor Stinner
· 14 years ago
a213509
main(): catch PyUnicode_FromString() failure (exit)
by Victor Stinner
· 14 years ago
90bbaa5
Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of
by Victor Stinner
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
d61deca
Move _Py_char2wchar from python.c to main.c.
by Ronald Oussoren
· 15 years ago
dfa66c1
Fix the --with-cxx-main build.
by Collin Winter
· 15 years ago
e53de3d
#7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values
by Philip Jenvey
· 15 years ago
8ed91b2
Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion
by Martin v. Löwis
· 15 years ago
43c5778
Rename utf8b error handler to surrogateescape.
by Martin v. Löwis
· 16 years ago
011e842
Issue #5915: Implement PEP 383, Non-decodable Bytes in
by Martin v. Löwis
· 16 years ago
26338d1
another instance of #804543: use strdup() when saving the result of setlocale() because it could be overwritten by subsequent setlocale()s.
by Georg Brandl
· 16 years ago
08a8f5f
restore compilation on OpenBSD #4146
by Benjamin Peterson
· 16 years ago
d0ca955
#4004: Missing newline in some startup error messages. Patch by Victor.
by Amaury Forgeot d'Arc
· 16 years ago
fff9530
Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
by Antoine Pitrou
· 16 years ago
790465f
Change command line processing API to use wchar_t. Fixes #2128.
by Martin v. Löwis
· 17 years ago
4643bd9
Apparently FreeBSD enables some HW floating-point exceptions by default.
by Tim Peters
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
bd4bc4e
Even more ANSIfication: fix as many function pointers and declarations as
by Thomas Wouters
· 24 years ago
faa209d6
- ANSI-fication (patch #100805 by Peter Schneider-Kamp)
by Fredrik Lundh
· 24 years ago
9c1201f
Py_Main() must be DL_EXPORT too.
by Guido van Rossum
· 26 years ago
be10c20
Now include Python.h
by Guido van Rossum
· 26 years ago
7c14103
Keep gcc -Wall happy
by Guido van Rossum
· 27 years ago
4c04be6
This is now the "real" main program -- it calls Py_Main(argc, argv)
by Guido van Rossum
· 27 years ago