Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bd2835c6ae7e707b98ace515ef1764ffe6bff267
/
Python
/
frozenmain.c
6238d2b
Patch #569753: Remove support for WIN16.
by Martin v. Löwis
· 22 years ago
cdc4451
Include <unistd.h> in Python.h. Fixes #500924.
by Martin v. Löwis
· 23 years ago
7d4bb9f
Add -E command line switch (ignore environment variables like PYTHONHOME
by Neil Schemenauer
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
b4bd21c
ANSIfy as many declarations as possible.
by Thomas Wouters
· 24 years ago
f70ef4f
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
by Thomas Wouters
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
47ae028
Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch).
by Guido van Rossum
· 26 years ago
1a8791e
Changes for BeOS, QNX and long long, by Chris Herborth.
by Guido van Rossum
· 26 years ago
6deac7a
Make calls into ../PC/frozen_dllmain.c on MS_WIN32.
by Guido van Rossum
· 27 years ago
919b83d
Set Py_FrozenFlag, to suppress error messages from getpath.c.
by Guido van Rossum
· 27 years ago
73bacfc
Add unistd.h for isatty().
by Guido van Rossum
· 27 years ago
c425d2f
Make stdin unbuffered too, when PYTHONUNBUFFERED is specified.
by Guido van Rossum
· 27 years ago
7c14103
Keep gcc -Wall happy
by Guido van Rossum
· 27 years ago
a941451
frozenmain.c is now also in the library, with entry point Py_FrozenMain().
by Guido van Rossum
· 27 years ago
3768fb1
Tracking changes to Py_Main():
by Guido van Rossum
· 27 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
71bd363
getprogramname -> Py_GetProgramName.
by Guido van Rossum
· 28 years ago
582646a
grand renaming; added copyright to some files
by Guido van Rossum
· 28 years ago
47ad5e7
moved stuff around to resemble main.c
by Guido van Rossum
· 29 years ago
4e2e0f9
renaming phase 3
by Guido van Rossum
· 30 years ago
6d023c9
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
1d5735e
Merge back to main trunk
by Guido van Rossum
· 30 years ago
094885b
Must initialize 'inspect' flag
by Guido van Rossum
· 31 years ago
f1dc566
* Makefile: added all: and default: targets.
by Guido van Rossum
· 31 years ago
9e90a67
* pythonmain.c: -k option, usage message, more environment flags.
by Guido van Rossum
· 31 years ago
f56e3db
Support for frozen scripts; added -i option.
by Guido van Rossum
· 32 years ago