Staging
v0.5.1
https://github.com/python/cpython
Revision ec6eb369d518994e9616e0515056ac0f2cff00a6 authored by Raymond Hettinger on 05 November 2004, 07:02:59 UTC, committed by Raymond Hettinger on 05 November 2004, 07:02:59 UTC
(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
1 parent e0bdaef
History
Tip revision: ec6eb369d518994e9616e0515056ac0f2cff00a6 authored by Raymond Hettinger on 05 November 2004, 07:02:59 UTC
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
Tip revision: ec6eb36
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.4 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.6 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 572.2 KB
configure.in -rw-r--r-- 84.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.8 KB
setup.py -rw-r--r-- 51.1 KB

README

back to top