index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
python.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of
Victor Stinner
2010-10-20
1
-0/+8
*
Add an optional size argument to _Py_char2wchar()
Victor Stinner
2010-10-16
1
-1/+1
*
Revert r85435 (and r85440): decode command line arguments from utf-8
Victor Stinner
2010-10-13
1
-10/+1
*
main(): catch PyUnicode_FromString() failure (exit)
Victor Stinner
2010-10-13
1
-0/+2
*
Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of
Victor Stinner
2010-10-13
1
-1/+9
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-34/+34
*
Move _Py_char2wchar from python.c to main.c.
Ronald Oussoren
2010-04-18
1
-102/+0
*
Fix the --with-cxx-main build.
Collin Winter
2010-04-17
1
-1/+1
*
#7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values
Philip Jenvey
2010-04-14
1
-3/+3
*
Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion
Martin v. Löwis
2009-05-29
1
-2/+18
*
Rename utf8b error handler to surrogateescape.
Martin v. Löwis
2009-05-10
1
-1/+1
*
Issue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis
2009-05-05
1
-24/+89
*
another instance of #804543: use strdup() when saving the result of setlocale...
Georg Brandl
2009-02-27
1
-1/+2
*
restore compilation on OpenBSD #4146
Benjamin Peterson
2008-10-19
1
-3/+3
*
#4004: Missing newline in some startup error messages.
Amaury Forgeot d'Arc
2008-10-07
1
-4/+4
*
Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
Antoine Pitrou
2008-09-03
1
-1/+14
*
Change command line processing API to use wchar_t.
Martin v. Löwis
2008-04-05
1
-1/+42
*
Apparently FreeBSD enables some HW floating-point exceptions by default.
Tim Peters
2002-12-28
1
-0/+15
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-2/+0
*
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters
2000-07-22
1
-1/+1
*
- ANSI-fication
Fredrik Lundh
2000-07-09
1
-3/+1
*
Py_Main() must be DL_EXPORT too.
Guido van Rossum
1998-12-07
1
-1/+1
*
Now include Python.h
Guido van Rossum
1998-08-08
1
-0/+2
*
Keep gcc -Wall happy
Guido van Rossum
1997-08-15
1
-0/+1
*
This is now the "real" main program -- it calls Py_Main(argc, argv)
Guido van Rossum
1997-07-19
1
-0/+10