]> granicus.if.org Git - python/commit
Hopefully fix make framework install on Mac (see 3174)
authorBenjamin Peterson <benjamin@python.org>
Tue, 1 Jul 2008 18:23:09 +0000 (18:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 1 Jul 2008 18:23:09 +0000 (18:23 +0000)
commitde9c869fb8c1f842bc3dfc4d51f287cb6b644ab2
treeda0b9c0e9d56288354f936b59021d94018a172a8
parentbbfd71d7ac02bc2053a0ba494a3f055fbec8deee
Hopefully fix make framework install on Mac (see 3174)

Removal of the Mac modules broke many of the Mac scripts (including
BuildApplet.py) so the building of the Python launcher and IDLE.app was
broken. I manually copied built versions of those apps into Mac. Everything else
which used Mac modules had to die.
75 files changed:
Mac/Demo/PICTbrowse/ICONbrowse.py [deleted file]
Mac/Demo/PICTbrowse/PICTbrowse.py [deleted file]
Mac/Demo/PICTbrowse/PICTbrowse.rsrc [deleted file]
Mac/Demo/PICTbrowse/PICTbrowse2.py [deleted file]
Mac/Demo/PICTbrowse/cicnbrowse.py [deleted file]
Mac/Demo/PICTbrowse/oldPICTbrowse.py [deleted file]
Mac/Demo/PICTbrowse/oldPICTbrowse.rsrc [deleted file]
Mac/Demo/applescript.html [deleted file]
Mac/Demo/applescript/Disk_Copy/Special_Events.py [deleted file]
Mac/Demo/applescript/Disk_Copy/Standard_Suite.py [deleted file]
Mac/Demo/applescript/Disk_Copy/Utility_Events.py [deleted file]
Mac/Demo/applescript/Disk_Copy/__init__.py [deleted file]
Mac/Demo/applescript/makedisk.py [deleted file]
Mac/Demo/example0.html [deleted file]
Mac/Demo/example0/checktext.py [deleted file]
Mac/Demo/example1.html [deleted file]
Mac/Demo/example1/dnslookup-1.gif [deleted file]
Mac/Demo/example1/dnslookup-1.py [deleted file]
Mac/Demo/example1/dnslookup-1.rsrc [deleted file]
Mac/Demo/example2.html [deleted file]
Mac/Demo/example2/dnslookup-2.gif [deleted file]
Mac/Demo/example2/dnslookup-2.py [deleted file]
Mac/Demo/example2/dnslookup-2.rsrc [deleted file]
Mac/Demo/html.icons/createmake.png [deleted file]
Mac/Demo/html.icons/mkapplet.gif [deleted file]
Mac/Demo/html.icons/modulator.gif [deleted file]
Mac/Demo/html.icons/options.gif [deleted file]
Mac/Demo/html.icons/preferences.gif [deleted file]
Mac/Demo/html.icons/python.gif [deleted file]
Mac/Demo/imgbrowse/imgbrowse.py [deleted file]
Mac/Demo/imgbrowse/mac_image.py [deleted file]
Mac/Demo/index.html [deleted file]
Mac/Demo/mlte/mlted.py [deleted file]
Mac/Demo/quicktime/MovieInWindow.py [deleted file]
Mac/Demo/quicktime/VerySimplePlayer.py [deleted file]
Mac/Demo/resources/copyres.py [deleted file]
Mac/Demo/resources/listres.py [deleted file]
Mac/Demo/sound/morselib.py [deleted file]
Mac/Demo/sound/playaiff.py [deleted file]
Mac/Demo/textedit.html [deleted file]
Mac/Demo/textedit/ped.py [deleted file]
Mac/IDLE/IDLE.app/Contents/Info.plist [moved from Mac/IDLE/Info.plist.in with 89% similarity]
Mac/IDLE/IDLE.app/Contents/MacOS/IDLE [new file with mode: 0755]
Mac/IDLE/IDLE.app/Contents/MacOS/Python [new symlink]
Mac/IDLE/IDLE.app/Contents/PkgInfo [new file with mode: 0644]
Mac/IDLE/IDLE.app/Contents/Resources/IDLE.icns [new file with mode: 0644]
Mac/IDLE/IDLE.app/Contents/Resources/PythonCompiled.icns [new file with mode: 0644]
Mac/IDLE/IDLE.app/Contents/Resources/PythonSource.icns [new file with mode: 0644]
Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py [new file with mode: 0644]
Mac/IDLE/Makefile.in [deleted file]
Mac/IDLE/config-extensions.def [deleted file]
Mac/IDLE/config-main.def [deleted file]
Mac/Makefile.in
Mac/PythonLauncher/Makefile.in
Mac/PythonLauncher/Python Launcher.app/Contents/Info.plist [moved from Mac/scripts/BuildApplet.plist with 51% similarity]
Mac/PythonLauncher/Python Launcher.app/Contents/PkgInfo [new file with mode: 0644]
Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/Credits.rtf [new file with mode: 0644]
Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib [new file with mode: 0644]
Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib [new file with mode: 0644]
Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MyDocument.nib/classes.nib [new file with mode: 0644]
Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MyDocument.nib/info.nib [new file with mode: 0644]
Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/PreferenceWindow.nib/classes.nib [new file with mode: 0644]
Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/PreferenceWindow.nib/info.nib [new file with mode: 0644]
Mac/PythonLauncher/Python Launcher.app/Contents/Resources/factorySettings.plist [new file with mode: 0644]
Mac/README
Mac/Tools/fixapplepython23.py
Mac/scripts/BuildApplet.icns [deleted file]
Mac/scripts/BuildApplet.py [deleted file]
Mac/scripts/BuildApplet.rsrc [deleted file]
Mac/scripts/buildpkg.py [deleted file]
Mac/scripts/zappycfiles.py [deleted file]
Makefile.pre.in
Misc/NEWS
configure
configure.in