1. 2e2546c On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. by Jack Jansen · 23 years ago
  2. d11f93c Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. by Jack Jansen · 23 years ago
  3. 0a3939f Finished implementation of removing incorrect preferences file. by Jack Jansen · 23 years ago
  4. 54f3bdb Detect that the preference file may be incorrect, and offer to remove it. This isn't finished yet. by Jack Jansen · 23 years ago
  5. c1463c98 macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). by Jack Jansen · 23 years ago
  6. f7fb3e6 Oops, need to import Res. by Jack Jansen · 23 years ago
  7. 72b97ae If we can't find our splash dialog (i.e. we're probably running from source) go into interactive mode: print what we're doing and ask about carbon/classic configure. by Jack Jansen · 23 years ago
  8. 64700c9 Various tweaks to make it work on MacOSX. by Jack Jansen · 23 years ago
  9. 0b1f1b5 - Removed debug - Make sure splash screens are visible by Jack Jansen · 23 years ago
  10. cbb5d49 ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. by Jack Jansen · 23 years ago
  11. 3112bc1 Also create alias to PythonCoreCarbon. Got rid of lots of 68k stuff. by Jack Jansen · 23 years ago
  12. 52b5b02 If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have. by Jack Jansen · 24 years ago
  13. fa155a1 Don't create symlinks to toolbox modules any more. by Jack Jansen · 25 years ago
  14. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 25 years ago
  15. f1ae0eb Removed NumPy install code: it's obsolete -- jvr by Just van Rossum · 25 years ago
  16. 786cb11 Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr by Just van Rossum · 25 years ago
  17. c9bda41 Updated for new build and plugin paths by Jack Jansen · 25 years ago
  18. c94e785 Added Icn module to toolboxmodules by Jack Jansen · 26 years ago
  19. ae3407a Added Sndihooks module by Jack Jansen · 26 years ago
  20. bb74862 Fixup sys.path to be able to find macostools by Jack Jansen · 27 years ago
  21. 80b5329 Added Help module by Jack Jansen · 27 years ago
  22. d024083 Run NumPy installer, if present. by Jack Jansen · 27 years ago
  23. 09dcff7 Put all prints inside "if verbose:" by Jack Jansen · 27 years ago
  24. 78c3cc4 MkPluginAliases now knows about fat PythonCore (and all resource files by Jack Jansen · 27 years ago
  25. d09deac Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder by Jack Jansen · 28 years ago
  26. 3c7739a Create img modules for cfm68k too. by Jack Jansen · 28 years ago
  27. e3c90a4 Merged Guido's mkaliases and Jack's MkPluginAliases by Jack Jansen · 28 years ago
  28. 25b361f Adapted for cfm68k, new names and split off of qt. by Jack Jansen · 28 years ago
  29. bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 28 years ago
  30. eba8856 Added missing setport call to mkdistr_ui, and added scrap to mkpluginaliases. by Jack Jansen · 28 years ago
  31. 822a30b Added region arg to update calls. And binhex files rebinhexed. by Jack Jansen · 28 years ago
  32. bf220a1 Added font manager toolbox module by Jack Jansen · 29 years ago
  33. cbc0358 Added QuickTime module by Jack Jansen · 29 years ago
  34. 8b13703 Added Cm.slb, the component mgr interface by Jack Jansen · 29 years ago
  35. 0638b60 Added imgpbm and imgsgi by Jack Jansen · 29 years ago
  36. 316ba5d Adapted to os and imp changes by Jack Jansen · 29 years ago
  37. bc12873 Load toolbox modules "by hand" using imp, so this script should now by Jack Jansen · 29 years ago
  38. ad16927 Added List.slb alias by Jack Jansen · 29 years ago
  39. d8eb8a7 MkPluginAliases - Scripts (AppleScript and Python) to create aliases by Jack Jansen · 29 years ago