Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵ | Jack Jansen | 2000-09-22 | 2 | -12/+30 |
| | | | | Default is "unseen output". Upped the Popt version number. | ||||
* | Moved to Unsupported. | Jack Jansen | 2000-09-12 | 3 | -164/+0 |
| | |||||
* | The logic for finding long matches before short ones was wrong (why did I ↵ | Jack Jansen | 2000-09-10 | 1 | -7/+7 |
| | | | | never notice this??!?), fixed. | ||||
* | Removed 68k support, added pyexpat, adapted for new NumPy. | Jack Jansen | 2000-09-08 | 2 | -2/+2 |
| | |||||
* | Only output the code to alias properties if the names aren't the same. | Jack Jansen | 2000-08-22 | 1 | -0/+2 |
| | |||||
* | - identify() enum names. | Jack Jansen | 2000-08-20 | 1 | -2/+3 |
| | | | | | - don't identify() enum values. - make aetools.Error available in the package module. | ||||
* | Moved to unsupported: it doesn't work anymore and it has outlived its ↵ | Jack Jansen | 2000-08-20 | 1 | -240/+0 |
| | | | | usefulness so I don't want to fix it. | ||||
* | Enums we cannot find are set to None, and enumsubst understands this (no ↵ | Jack Jansen | 2000-08-20 | 1 | -4/+5 |
| | | | | substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). | ||||
* | Fixed event inheritance code (which didn't work at all). | Jack Jansen | 2000-08-20 | 1 | -117/+239 |
| | | | | Do two passes over the suites so we can figure out dependencies for enums and such. The manual method was getting too cumbersome for Finder suites. | ||||
* | Use the new package-based scripting support. | Jack Jansen | 2000-08-17 | 1 | -6/+16 |
| | |||||
* | Generate packages in stead of separate modules. The package main module ↵ | Jack Jansen | 2000-08-17 | 1 | -22/+120 |
| | | | | imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. | ||||
* | If any of the builds in a group fails offer to stop the fullbuild process ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+9 |
| | | | | and open the failing projects in codewarrior. | ||||
* | Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+5 |
| | | | | without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support). | ||||
* | Added the unchash module. | Jack Jansen | 2000-07-07 | 1 | -2/+2 |
| | |||||
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 5 | -6/+6 |
| | | | | carbon-compatible). | ||||
* | Nav removed (it has moved to the core toolbox modules). | Jack Jansen | 2000-06-07 | 1 | -4/+0 |
| | |||||
* | Selecting the macfsn option didn't work, fixed. | Jack Jansen | 2000-05-09 | 5 | -7/+6 |
| | | | | | Fixed the help strings. Swapped the macfsn and help button numbers. | ||||
* | The applets need more memory nowadays, it seems (because of navservices, ↵ | Jack Jansen | 2000-05-07 | 3 | -0/+0 |
| | | | | maybe?). Give them 4M, that should be okay for a while. | ||||
* | Put the install folders in (vise), not vise, so the include files aren't ↵ | Jack Jansen | 2000-05-06 | 1 | -1/+1 |
| | | | | accidentally picked up by the normal build process. | ||||
* | Removed string-exception preference, added tabcheck and NavService ↵ | Jack Jansen | 2000-05-05 | 5 | -3/+7 |
| | | | | preference, upped version number. | ||||
* | Automatically dump distribution folders where I want them, next to the vise ↵ | Jack Jansen | 2000-05-05 | 2 | -15/+8 |
| | | | | scripts. | ||||
* | Don't build the _tkinter project from Build, only the one from ↵ | Jack Jansen | 2000-04-23 | 1 | -4/+6 |
| | | | | Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder. | ||||
* | Drag was missing from the modules built. | Jack Jansen | 2000-04-08 | 1 | -0/+2 |
| | |||||
* | added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) | Just van Rossum | 2000-03-28 | 1 | -0/+2 |
| | |||||
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 2 | -2/+2 |
| | |||||
* | Build the Nav module too. | Jack Jansen | 2000-01-24 | 1 | -0/+2 |
| | |||||
* | 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 |
| |