cpython/Mac/PythonLauncher
Ronald Oussoren 86b33c872d Merged revisions 80647 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80647 | ronald.oussoren | 2010-04-30 13:20:14 +0200 (Fri, 30 Apr 2010) | 11 lines

  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:41:56 +00:00
..
English.lproj Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
FileSettings.h Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
FileSettings.m Merged revisions 70735 via svnmerge from 2009-03-30 19:25:21 +00:00
Info.plist.in Make it possible to install a framework build of Python 3.x on OSX. 2008-12-30 12:59:02 +00:00
Makefile.in Merged revisions 80647 via svnmerge from 2010-04-30 11:41:56 +00:00
MyAppDelegate.h Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
MyAppDelegate.m Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
MyDocument.h Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
MyDocument.m Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 2008-05-04 22:42:01 +00:00
PreferencesWindowController.h Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
PreferencesWindowController.m Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
doscript.h Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
doscript.m Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 2008-05-04 22:42:01 +00:00
factorySettings.plist Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
main.m Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00