summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher/Python Launcher.app
Commit message (Collapse)AuthorAgeFilesLines
* Remove the application stub for Python Launcher. ThisRonald Oussoren2009-06-0310-300/+0
| | | | | | | | directory structure isn't used during the build and causes problems when you do build without a separate build directory. Fixes issue 5267
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-0110-0/+300
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.