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
..
2000-05-02 18:34:30 +00:00
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2002-08-15 14:59:02 +00:00
Fix
2004-08-07 17:57:16 +00:00
2004-05-13 11:54:19 +00:00
2002-12-30 22:08:05 +00:00
2004-08-12 18:19:17 +00:00
2002-06-11 06:22:31 +00:00
2004-07-07 17:44:12 +00:00