]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Port of universal binary support for Mac OSX from python 2.5. This takes away
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 8 Oct 2006 17:41:25 +0000 (17:41 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 8 Oct 2006 17:41:25 +0000 (17:41 +0000)
commit392cafba4fb899f8a205f7962302b77db8c61980
tree74ec202946b517aac1a4bbcccdd1eac9b6223f8b
parent16ca35a2a59712400b1326166f26a689b646e6bb
Port of universal binary support for Mac OSX from python 2.5. This takes away
the need for the out-of-tree universal binary support that was used to build
the 2.4.3 installer.

Missing here relative to that tree are some changes to IDLE, IMHO those patches
aren't appropriate for the 2.4 branch and users are better of using 2.5's IDLE.
52 files changed:
Lib/distutils/sysconfig.py
Lib/distutils/unixccompiler.py
Lib/distutils/util.py
Lib/idlelib/EditorWindow.py
Lib/plat-mac/buildtools.py
Lib/platform.py
Lib/test/test_applesingle.py
Mac/BuildScript/README.txt [new file with mode: 0644]
Mac/BuildScript/build-installer.py [new file with mode: 0755]
Mac/BuildScript/ncurses-5.5.patch [new file with mode: 0644]
Mac/BuildScript/resources/ReadMe.txt [new file with mode: 0644]
Mac/BuildScript/resources/Welcome.rtf [new file with mode: 0644]
Mac/BuildScript/resources/background.jpg [new file with mode: 0644]
Mac/BuildScript/scripts/postflight.documentation [new file with mode: 0755]
Mac/BuildScript/scripts/postflight.framework [new file with mode: 0755]
Mac/BuildScript/scripts/postflight.patch-profile [new file with mode: 0755]
Mac/Modules/carbonevt/CarbonEvtsupport.py
Mac/Modules/carbonevt/_CarbonEvtmodule.c
Mac/Modules/cf/_CFmodule.c
Mac/Modules/cf/cfsupport.py
Mac/Modules/cf/pycfbridge.c
Mac/Modules/gestaltmodule.c
Mac/OSX/Extras.install.py
Mac/OSX/IDLE/IDLE.icns [new file with mode: 0644]
Mac/OSX/IDLE/Info.plist [new file with mode: 0644]
Mac/OSX/IDLE/Makefile.in [new file with mode: 0644]
Mac/OSX/IDLE/idlemain.py [new file with mode: 0644]
Mac/OSX/Makefile [deleted file]
Mac/OSX/Makefile.in [new file with mode: 0644]
Mac/OSX/PythonLauncher/FileSettings.m
Mac/OSX/PythonLauncher/Info.plist [new file with mode: 0644]
Mac/OSX/PythonLauncher/Makefile.in [new file with mode: 0644]
Mac/OSX/PythonLauncher/PythonCompiled.icns
Mac/OSX/PythonLauncher/PythonInterpreter.icns
Mac/OSX/PythonLauncher/PythonSource.icns
Mac/OSX/PythonLauncher/PythonWSource.icns
Mac/OSX/fixapplepython23.py
Mac/OSX/pythonw.c [new file with mode: 0644]
Mac/OSXResources/app/Resources/PythonApplet.icns
Mac/OSXResources/app/Resources/PythonInterpreter.icns
Mac/scripts/BuildApplet.icns
Makefile.pre.in
Modules/expat/expat_config.h [new file with mode: 0644]
Modules/posixmodule.c
Modules/socketmodule.c
Modules/timemodule.c
Python/mactoolboxglue.c
README
configure
configure.in
pyconfig.h.in
setup.py