Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get/set sys.path initializer in new appearance way. | Jack Jansen | 2000-01-13 | 1 | -3/+4 |
| | |||||
* | Modified for appearance. | Jack Jansen | 1999-12-24 | 1 | -2/+2 |
| | |||||
* | Partially converted to Appearance, the dialog still has the old ugly layout and | Jack Jansen | 1999-12-23 | 2 | -15/+17 |
| | | | | interaction. | ||||
* | Converted to Appearance. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
| | |||||
* | Give a warning if system-wide sys.argv processing is off (because then we | Jack Jansen | 1999-12-02 | 1 | -1/+4 |
| | | | | | may have missed an applet being dropped on us). This may fix the obscure bug Tony Ingraldi was experiencing. | ||||
* | Typo fixed in docstring; removed unneccesary import. (jvr) | Just van Rossum | 1999-11-04 | 1 | -2/+1 |
| | |||||
* | removed two redundant lines -- jvr | Just van Rossum | 1999-04-24 | 1 | -2/+0 |
| | |||||
* | Added Qdoffs module. | Jack Jansen | 1999-03-07 | 1 | -0/+2 |
| | |||||
* | Added App module (appearance manager interface). | Jack Jansen | 1999-03-04 | 1 | -0/+2 |
| | |||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-14 | 1 | -2/+1 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | Build all plugins modules separately, the PlugIns.prj project seems to | Jack Jansen | 1999-02-12 | 1 | -2/+42 |
| | | | | have stopped working. | ||||
* | new dangerous script: it removes all apps (except sys.executable), shared ↵ | Just van Rossum | 1999-02-07 | 1 | -0/+59 |
| | | | | libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr | ||||
* | 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 | 2 | -21/+2 |
| | |||||
* | Just's script to find non-7-bit-clean charactres in a source tree (slightly | Jack Jansen | 1999-02-03 | 1 | -0/+53 |
| | | | | modified by Jack to skip files that are binary despite the TEXT type). | ||||
* | updated to the new numpy build setup -- jvr | Just van Rossum | 1999-02-02 | 1 | -2/+8 |
| | |||||
* | minor cleanup of last patch -- jvr | Just van Rossum | 1999-02-01 | 1 | -1/+0 |
| | |||||
* | Added PythonIDE to the applet list; added destination filename support for ↵ | Just van Rossum | 1999-02-01 | 1 | -6/+8 |
| | | | | applets -- jvr | ||||
* | removed turd resources left by my former MacCVS client | Just van Rossum | 1999-02-01 | 2 | -0/+0 |
| | | | | -- jvr | ||||
* | added some try/excepts so it also works when certain projects/folders are ↵ | Just van Rossum | 1999-01-30 | 1 | -2/+10 |
| | | | | not available -- jvr | ||||
* | 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 | ||||
* | added "delay console window until needed" preference | Just van Rossum | 1999-01-30 | 2 | -0/+0 |
| | |||||
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 9 | -0/+0 |
| | |||||
* | Updated for new build and plugin paths | Jack Jansen | 1999-01-28 | 2 | -11/+11 |
| | |||||
* | Added Icn module to toolboxmodules | Jack Jansen | 1999-01-25 | 1 | -0/+2 |
| | |||||
* | Script to synchronize files with / in their name and their _s_ counterparts. | Just van Rossum | 1999-01-24 | 1 | -0/+89 |
| | | | | Needed to keep CWGUSI under cvs because of filesnames with slashes. | ||||
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 9 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 20 | -633/+0 |
| | |||||
* | Binhextree doesn't binhex anymore, it just copies the projects around. This | Jack Jansen | 1998-08-20 | 1 | -4/+6 |
| | | | | does make the name a bit of a non-sequitur:-) | ||||
* | Use buildtools where appropriate. | Jack Jansen | 1998-07-31 | 1 | -3/+4 |
| | | | | Build BuildApplication applet too. | ||||
* | Build a full standalone application from a python script (Just) | Jack Jansen | 1998-07-31 | 2 | -0/+189 |
| | |||||
* | Common code used to the buildtools module (Just) | Jack Jansen | 1998-07-31 | 2 | -326/+51 |
| | |||||
* | Added build.macfreeze to the "special" folders. | Jack Jansen | 1998-06-26 | 1 | -1/+1 |
| | |||||
* | Use dialog auto-placement whenever appropriate. | Jack Jansen | 1998-04-27 | 8 | -343/+345 |
| | |||||
* | If there's no comment for an error we use the symbolic name as the | Jack Jansen | 1998-04-21 | 2 | -43/+528 |
| | | | | | error message. Not really fantastic, but "reqAborted" is better than "MacOS error -1105" at least. | ||||
* | Removed unused import of addpack | Jack Jansen | 1998-04-21 | 1 | -1/+0 |
| | |||||
* | Moved some code around: occasionally the SetCreatorFileType didn't | Jack Jansen | 1998-04-21 | 1 | -8/+10 |
| | | | | | work because the finder got there first (at leats, that's what I think happened). | ||||
* | Added Sndihooks module | Jack Jansen | 1998-04-15 | 1 | -0/+2 |
| | |||||
* | Default button on main window wasn't set correctly | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Added some debug prints (if enabled by setting DEBUG) | Jack Jansen | 1998-02-20 | 1 | -2/+34 |
| | |||||
* | BuildApplet will now also update old applets | Jack Jansen | 1998-02-20 | 2 | -68/+96 |
| | |||||
* | Build balloon help for EditPythonPrefs | Jack Jansen | 1997-10-10 | 2 | -4/+72 |
| | |||||
* | Fixup sys.path to be able to find macostools | Jack Jansen | 1997-10-10 | 1 | -0/+1 |
| | |||||
* | Implemented balloon help for EditPythonPrefs | Jack Jansen | 1997-09-09 | 4 | -30/+250 |
| | |||||
* | Added Help module | Jack Jansen | 1997-09-09 | 1 | -0/+2 |
| | |||||
* | Added a button to increment buildno, so it doesn't happen | Jack Jansen | 1997-09-09 | 2 | -11/+14 |
| | | | | automatically all the time. | ||||
* | Major overhaul: this is now little more than a user interface, the | Jack Jansen | 1997-09-08 | 2 | -404/+123 |
| | | | | | | | preference handling code is in modules pythonprefs and preferences. This should finally make it easier for someone (Just?) to write a decent interface to preference setting, and it'll allow setting initial sys.path and such from ConfigurePython. | ||||
* | Run NumPy installer, if present. | Jack Jansen | 1997-09-08 | 2 | -42/+135 |
| | | | | Added a couple of splash screens to show what we're doing | ||||
* | Fullbuild now maintains BUILDNO for mac builds | Jack Jansen | 1997-09-01 | 2 | -15/+35 |
| |