cpython/Mac/IDLE
Ronald Oussoren 01d149fc1f Fix for issue #3646: with this patch it is possible to do a
framework install of Python in your home directory (on OSX):

   $ configure --enable-framework=${HOME}/Library/Frameworks
   $ make && make install

Without this patch the framework would get installed just fine,
but 'make install' would try to install the application bundles
and command-line tools outside the user's home, which doesn't work
for non-admin users (and is bad form anyway).
2010-04-30 11:20:14 +00:00
..
Info.plist.in Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. 2009-12-24 13:30:58 +00:00
Makefile.in Fix for issue #3646: with this patch it is possible to do a 2010-04-30 11:20:14 +00:00
config-extensions.def And the last bit: move IDLE one level up and adjust makefiles 2006-06-07 19:06:01 +00:00
config-main.def Fix bug #1517990: IDLE keybindings on OSX 2006-07-25 20:28:55 +00:00
idlemain.py Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. 2009-12-24 13:30:58 +00:00