cpython/Include
Jack Jansen 21ed16acbe Added one call to Py_Main(), for OSX framework builds only, that will get the
actual script to run in case we are running from an applet. If we are indeed
running an applet we skip the normal option processing leaving it all to the
applet code.

This allows us to get use the normal python binary in the Python.app bundle,
giving us all the normal command line options through PythonLauncher while
still allowing Python.app to be used as the template for building applets.

Consequently, pythonforbundle is gone, and Mac/Python/macmain.c isn't used
on OSX anymore.
2002-08-02 14:11:24 +00:00
..
Python.h Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them 2002-07-20 08:51:52 +00:00
abstract.h Patch #552433: Special-case tuples. Avoid sub-type checking for lists. 2002-05-08 08:44:21 +00:00
bitset.h
boolobject.h
bufferobject.h
cStringIO.h
cellobject.h
ceval.h
classobject.h
cobject.h
codecs.h
compile.h
complexobject.h
descrobject.h
dictobject.h
enumobject.h
errcode.h
eval.h
fileobject.h Add missing \ to macro definition only used when universal newlines 2002-05-24 15:24:38 +00:00
floatobject.h
frameobject.h SF patch # 580411, move frame macros from frameobject.h into ceval.c 2002-07-14 00:27:26 +00:00
funcobject.h
graminit.h Disambiguate the grammar for backtick. 2002-05-24 15:47:06 +00:00
grammar.h
import.h Excise DL_IMPORT/EXPORT from object.h, and related files. This patch 2002-07-29 13:42:14 +00:00
intobject.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C 2002-07-12 05:01:20 +00:00
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h Excise DL_IMPORT/EXPORT from object.h, and related files. This patch 2002-07-29 13:42:14 +00:00
objimpl.h Removed WITH_CYCLE_GC #ifdef-ery. Holes: 2002-07-07 03:59:34 +00:00
opcode.h The opcode FOR_LOOP no longer exists. 2002-06-13 17:59:51 +00:00
osdefs.h
parsetok.h Fix SF Bug 564931: compile() traceback must include filename. 2002-07-09 09:23:27 +00:00
patchlevel.h
pgenheaders.h
py_curses.h
pydebug.h Excise DL_IMPORT/EXPORT from object.h, and related files. This patch 2002-07-29 13:42:14 +00:00
pyerrors.h New functions for extension writers on Windows: 2002-07-29 14:27:41 +00:00
pyfpe.h
pygetopt.h
pymactoolbox.h Added one call to Py_Main(), for OSX framework builds only, that will get the 2002-08-02 14:11:24 +00:00
pymem.h
pyport.h Excise DL_IMPORT/EXPORT from object.h, and related files. This patch 2002-07-29 13:42:14 +00:00
pystate.h
pythonrun.h Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 2002-08-02 02:27:13 +00:00
pythread.h
rangeobject.h
sliceobject.h This is my nearly two year old patch 2002-06-11 10:55:12 +00:00
stringobject.h - A new type object, 'string', is added. This is a common base type 2002-05-24 19:01:59 +00:00
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h Fix for bug [ 561796 ] string.find causes lazy error 2002-05-29 11:33:13 +00:00
weakrefobject.h