]> granicus.if.org Git - python/commit
Make it possible to install a framework build of Python 3.x on OSX.
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 30 Dec 2008 12:59:02 +0000 (12:59 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 30 Dec 2008 12:59:02 +0000 (12:59 +0000)
commit216001591541571820cdbf31645fa44ee3fc8f4f
tree9ecec5c36ae3afbb01f30582769f62c51f23216c
parenta17775fab4fe6c9b2bd1ad539b6b6f072fceeb12
Make it possible to install a framework build of Python 3.x on OSX.

This the build machinery on OSX to re-enable building (and installing)
PythonLauncher.app and IDLE.app.

This needs ports of fixes to Lib/distutils/util.py and Include/pymacconfig.h
to be fully functiontional, to be fully functional.

I also have a patch for Makefile.pre.in that I'll post on bugs.python.org
for review.
Mac/BuildScript/resources/Welcome.rtf
Mac/IDLE/IDLE.app/Contents/Info.plist
Mac/IDLE/IDLE.app/Contents/MacOS/IDLE
Mac/Makefile.in
Mac/PythonLauncher/Info.plist.in
Mac/PythonLauncher/Makefile.in
Mac/Tools/bundlebuilder.py [new file with mode: 0644]
Mac/Tools/fixapplepython23.py