1. ee0325a Suppress wartning on macfs import. by Jack Jansen · 22 years ago
  2. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  3. 2a42c3a Not being able to copy PythonCore to the system-folder is not a fatal error, on OSX the user may not have permission to do so. Also give a more informative message in this case. by Jack Jansen · 23 years ago
  4. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 24 years ago
  5. 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 · 24 years ago
  6. d11f93c Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. by Jack Jansen · 24 years ago
  7. 0a3939f Finished implementation of removing incorrect preferences file. by Jack Jansen · 24 years ago
  8. 54f3bdb Detect that the preference file may be incorrect, and offer to remove it. This isn't finished yet. by Jack Jansen · 24 years ago
  9. 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 · 24 years ago
  10. f7fb3e6 Oops, need to import Res. by Jack Jansen · 24 years ago
  11. 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 · 24 years ago
  12. 64700c9 Various tweaks to make it work on MacOSX. by Jack Jansen · 24 years ago
  13. 0b1f1b5 - Removed debug - Make sure splash screens are visible by Jack Jansen · 24 years ago
  14. 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 · 24 years ago
  15. 3112bc1 Also create alias to PythonCoreCarbon. Got rid of lots of 68k stuff. by Jack Jansen · 24 years ago
  16. 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 · 25 years ago
  17. fa155a1 Don't create symlinks to toolbox modules any more. by Jack Jansen · 26 years ago
  18. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 26 years ago
  19. f1ae0eb Removed NumPy install code: it's obsolete -- jvr by Just van Rossum · 26 years ago
  20. 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 · 26 years ago
  21. c9bda41 Updated for new build and plugin paths by Jack Jansen · 26 years ago
  22. c94e785 Added Icn module to toolboxmodules by Jack Jansen · 26 years ago
  23. ae3407a Added Sndihooks module by Jack Jansen · 27 years ago
  24. bb74862 Fixup sys.path to be able to find macostools by Jack Jansen · 28 years ago
  25. 80b5329 Added Help module by Jack Jansen · 28 years ago
  26. d024083 Run NumPy installer, if present. by Jack Jansen · 28 years ago
  27. 09dcff7 Put all prints inside "if verbose:" by Jack Jansen · 28 years ago
  28. 78c3cc4 MkPluginAliases now knows about fat PythonCore (and all resource files by Jack Jansen · 28 years ago
  29. d09deac Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder by Jack Jansen · 29 years ago
  30. 3c7739a Create img modules for cfm68k too. by Jack Jansen · 29 years ago
  31. e3c90a4 Merged Guido's mkaliases and Jack's MkPluginAliases by Jack Jansen · 29 years ago
  32. 25b361f Adapted for cfm68k, new names and split off of qt. by Jack Jansen · 29 years ago
  33. bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 29 years ago
  34. eba8856 Added missing setport call to mkdistr_ui, and added scrap to mkpluginaliases. by Jack Jansen · 29 years ago
  35. 822a30b Added region arg to update calls. And binhex files rebinhexed. by Jack Jansen · 29 years ago
  36. bf220a1 Added font manager toolbox module by Jack Jansen · 29 years ago
  37. cbc0358 Added QuickTime module by Jack Jansen · 29 years ago
  38. 8b13703 Added Cm.slb, the component mgr interface by Jack Jansen · 29 years ago
  39. 0638b60 Added imgpbm and imgsgi by Jack Jansen · 30 years ago
  40. 316ba5d Adapted to os and imp changes by Jack Jansen · 30 years ago
  41. bc12873 Load toolbox modules "by hand" using imp, so this script should now by Jack Jansen · 30 years ago
  42. ad16927 Added List.slb alias by Jack Jansen · 30 years ago
  43. d8eb8a7 MkPluginAliases - Scripts (AppleScript and Python) to create aliases by Jack Jansen · 30 years ago