Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 1 | -28/+1 |
| | |||||
* | Not being able to copy PythonCore to the system-folder is not a fatal error, ↵ | Jack Jansen | 2001-12-07 | 1 | -4/+8 |
| | | | | | | on OSX the user may not have permission to do so. Also give a more informative message in this case. Fixes bug 475253. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -4/+4 |
| | |||||
* | On OSX always copy PythonCore. It turns out an orphaned alias in ↵ | Jack Jansen | 2001-03-29 | 1 | -5/+18 |
| | | | | /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. | ||||
* | Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. | Jack Jansen | 2001-03-15 | 1 | -4/+11 |
| | | | | Don't do sys.prefix==os.getcwd() check unless we're an applet. | ||||
* | Finished implementation of removing incorrect preferences file. | Jack Jansen | 2001-03-09 | 1 | -1/+3 |
| | |||||
* | Detect that the preference file may be incorrect, and offer to remove it. ↵ | Jack Jansen | 2001-03-08 | 1 | -1/+16 |
| | | | | This isn't finished yet. | ||||
* | macostools.copy() now has an optional forcetype flag, which sets the ↵ | Jack Jansen | 2001-03-06 | 1 | -1/+1 |
| | | | | filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). | ||||
* | Oops, need to import Res. | Jack Jansen | 2001-02-28 | 1 | -1/+4 |
| | |||||
* | If we can't find our splash dialog (i.e. we're probably running from source) ↵ | Jack Jansen | 2001-02-28 | 1 | -4/+25 |
| | | | | go into interactive mode: print what we're doing and ask about carbon/classic configure. | ||||
* | Various tweaks to make it work on MacOSX. | Jack Jansen | 2001-02-27 | 1 | -2/+9 |
| | |||||
* | - Removed debug | Jack Jansen | 2001-02-17 | 1 | -1/+0 |
| | | | | - Make sure splash screens are visible | ||||
* | ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵ | Jack Jansen | 2001-02-17 | 1 | -91/+66 |
| | | | | ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. | ||||
* | Also create alias to PythonCoreCarbon. | Jack Jansen | 2001-02-14 | 1 | -72/+3 |
| | | | | Got rid of lots of 68k stuff. | ||||
* | If we're installing to another partition than the system partition offer to ↵ | Jack Jansen | 2000-10-13 | 1 | -1/+16 |
| | | | | copy PythonCore in stead of aliasing it. This should fix the applet problems some people have. | ||||
* | Don't create symlinks to toolbox modules any more. | Jack Jansen | 1999-02-07 | 1 | -38/+38 |
| | |||||
* | img modules are no longer in PlugIns folder. | Jack Jansen | 1999-02-06 | 1 | -21/+0 |
| | |||||
* | Removed NumPy install code: it's obsolete -- jvr | Just van Rossum | 1999-01-30 | 1 | -6/+0 |
| | |||||
* | Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging ↵ | Just van Rossum | 1999-01-30 | 1 | -5/+5 |
| | | | | 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 | ||||
* | Updated for new build and plugin paths | Jack Jansen | 1999-01-28 | 1 | -2/+2 |
| | |||||
* | Added Icn module to toolboxmodules | Jack Jansen | 1999-01-25 | 1 | -0/+2 |
| | |||||
* | Added Sndihooks module | Jack Jansen | 1998-04-15 | 1 | -0/+2 |
| | |||||
* | Fixup sys.path to be able to find macostools | Jack Jansen | 1997-10-10 | 1 | -0/+1 |
| | |||||
* | Added Help module | Jack Jansen | 1997-09-09 | 1 | -0/+2 |
| | |||||
* | Run NumPy installer, if present. | Jack Jansen | 1997-09-08 | 1 | -0/+27 |
| | | | | Added a couple of splash screens to show what we're doing | ||||
* | Put all prints inside "if verbose:" | Jack Jansen | 1997-08-27 | 1 | -20/+23 |
| | |||||
* | MkPluginAliases now knows about fat PythonCore (and all resource files | Jack Jansen | 1997-08-19 | 1 | -0/+1 |
| | | | | got binhexed again) | ||||
* | Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder | Jack Jansen | 1996-10-22 | 1 | -1/+35 |
| | |||||
* | Create img modules for cfm68k too. | Jack Jansen | 1996-10-08 | 1 | -0/+11 |
| | |||||
* | Merged Guido's mkaliases and Jack's MkPluginAliases | Jack Jansen | 1996-08-28 | 1 | -70/+82 |
| | |||||
* | Adapted for cfm68k, new names and split off of qt. | Jack Jansen | 1996-08-20 | 1 | -59/+68 |
| | |||||
* | Removed references to mactcp, macdnr and stdwin modules | Jack Jansen | 1996-08-02 | 1 | -2/+0 |
| | | | | Rebinhexed resource files | ||||
* | Added missing setport call to mkdistr_ui, and added scrap to | Jack Jansen | 1996-04-12 | 1 | -0/+1 |
| | | | | mkpluginaliases. | ||||
* | Added region arg to update calls. And binhex files rebinhexed. | Jack Jansen | 1996-04-10 | 1 | -0/+1 |
| | |||||
* | Added font manager toolbox module | Jack Jansen | 1996-01-09 | 1 | -0/+1 |
| | |||||
* | Added QuickTime module | Jack Jansen | 1995-12-09 | 1 | -0/+1 |
| | |||||
* | Added Cm.slb, the component mgr interface | Jack Jansen | 1995-11-30 | 1 | -0/+1 |
| | |||||
* | Added imgpbm and imgsgi | Jack Jansen | 1995-10-12 | 1 | -1/+3 |
| | |||||
* | Adapted to os and imp changes | Jack Jansen | 1995-10-09 | 1 | -2/+2 |
| | |||||
* | Load toolbox modules "by hand" using imp, so this script should now | Jack Jansen | 1995-09-24 | 1 | -11/+52 |
| | | | | work in a virgin distribution. | ||||
* | Added List.slb alias | Jack Jansen | 1995-08-14 | 1 | -22/+4 |
| | |||||
* | MkPluginAliases - Scripts (AppleScript and Python) to create aliases | Jack Jansen | 1995-08-09 | 1 | -0/+107 |
to PPC plugin libraries fixfiletypes.py - Script to recursively set mac creator/type based on extension |