Martin Panter
|
b4ce1fc31b
|
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
|
2015-11-30 03:18:29 +00:00 |
|
Benjamin Peterson
|
f80ccf27cb
|
merge 3.4 (#22633)
|
2015-02-14 15:17:47 -05:00 |
|
Benjamin Peterson
|
2476b98acf
|
avoid reading unallocated memory when argc == 0 (closes #22633)
|
2015-02-14 15:16:32 -05:00 |
|
Victor Stinner
|
f6a271ae98
|
Issue #18395: Rename `_Py_char2wchar() to :c:func:Py_DecodeLocale`, rename
``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these
functions.
|
2014-08-01 12:28:48 +02:00 |
|
Victor Stinner
|
c588feeea9
|
Issue #15893: Improve error handling in main() and Py_FrozenMain()
* handle _PyMem_RawStrdup() failure
* Py_FrozenMain() releases memory on error
* Py_FrozenMain() duplicates the old locale, as done in main()
|
2013-07-27 02:39:09 +02:00 |
|
Victor Stinner
|
739cf4e3e6
|
Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as
done in main()
|
2013-07-27 02:24:52 +02:00 |
|
Victor Stinner
|
b5245bec93
|
Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization
|
2013-07-27 01:13:34 +02:00 |
|
Victor Stinner
|
36577e4e8c
|
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
|
2013-07-27 01:04:56 +02:00 |
|
Antoine Pitrou
|
f95a1b3c53
|
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
|
2010-05-09 15:52:27 +00:00 |
|
Amaury Forgeot d'Arc
|
d0ca955d9f
|
#4004: Missing newline in some startup error messages.
Patch by Victor.
|
2008-10-07 21:06:18 +00:00 |
|
Antoine Pitrou
|
fff953048f
|
Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
Patch by Amaury Forgeot d'Arc, reviewed by me.
|
2008-09-03 18:58:51 +00:00 |
|
Martin v. Löwis
|
790465fd90
|
Change command line processing API to use wchar_t.
Fixes #2128.
|
2008-04-05 20:41:37 +00:00 |
|
Martin v. Löwis
|
6238d2b024
|
Patch #569753: Remove support for WIN16.
Rename all occurrences of MS_WIN32 to MS_WINDOWS.
|
2002-06-30 15:26:10 +00:00 |
|
Martin v. Löwis
|
cdc4451222
|
Include <unistd.h> in Python.h. Fixes #500924.
|
2002-01-12 11:05:12 +00:00 |
|
Neil Schemenauer
|
7d4bb9f179
|
Add -E command line switch (ignore environment variables like PYTHONHOME
and PYTHONPATH).
|
2001-07-23 16:30:27 +00:00 |
|
Guido van Rossum
|
8586991099
|
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
|
2000-09-01 23:29:29 +00:00 |
|
Thomas Wouters
|
b4bd21cf79
|
ANSIfy as many declarations as possible.
|
2000-07-22 23:38:01 +00:00 |
|
Thomas Wouters
|
f70ef4f860
|
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
declarations yet, those come later.
|
2000-07-22 18:47:25 +00:00 |
|
Guido van Rossum
|
ffcc3813d8
|
Change copyright notice - 2nd try.
|
2000-06-30 23:58:06 +00:00 |
|
Guido van Rossum
|
fd71b9e9d4
|
Change copyright notice.
|
2000-06-30 23:50:40 +00:00 |
|
Guido van Rossum
|
47ae028071
|
Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch).
|
1999-01-02 21:42:48 +00:00 |
|
Guido van Rossum
|
1a8791e0b8
|
Changes for BeOS, QNX and long long, by Chris Herborth.
|
1998-08-04 22:46:29 +00:00 |
|
Guido van Rossum
|
6deac7a105
|
Make calls into ../PC/frozen_dllmain.c on MS_WIN32.
|
1998-04-03 21:11:15 +00:00 |
|
Guido van Rossum
|
919b83d522
|
Set Py_FrozenFlag, to suppress error messages from getpath.c.
|
1998-02-06 22:30:29 +00:00 |
|
Guido van Rossum
|
73bacfc3d7
|
Add unistd.h for isatty().
|
1998-01-19 22:05:22 +00:00 |
|