cpython/Mac/Modules
Raymond Hettinger ec6eb369d5 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
(Contributed by Bob Ippolito.)

This patch trims down the Python core on Darwin by making it
independent of CoreFoundation and CoreServices. It does this by:

Changed linker flags in configure/configure.in
Removed the unused PyMac_GetAppletScriptFile
Moved the implementation of PyMac_StrError to the MacOS module
Moved the implementation of PyMac_GetFullPathname to the
Carbon.File module
2004-11-05 07:02:59 +00:00
..
ae Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
ah Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
app Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
carbonevt Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
cf Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
cg Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
cm Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
ctl Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
dlg Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
drag Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
evt Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
file SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core 2004-11-05 07:02:59 +00:00
fm Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
folder Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
help Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
ibcarbon Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
icn Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
launch Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
list Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
menu Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
mlte Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
osa Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
qd Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
qdoffs Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
qt Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
res Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
scrap Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
snd Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
te Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
waste Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
win Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
ColorPickermodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00
Nav.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00
OSATerminology.c Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. 2004-07-15 13:21:16 +00:00
autoGIL.c fixed typo 2003-05-03 00:38:26 +00:00
gestaltmodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00
icgluemodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00
macosmodule.c SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core 2004-11-05 07:02:59 +00:00