Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | img modules are no longer in PlugIns folder. | Jack Jansen | 1999-02-06 | 1 | -0/+2 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | Updated for new build and plugin paths | Jack Jansen | 1999-01-28 | 1 | -9/+9 |
| | |||||
* | Use buildtools where appropriate. | Jack Jansen | 1998-07-31 | 1 | -3/+4 |
| | | | | Build BuildApplication applet too. | ||||
* | Removed unused import of addpack | Jack Jansen | 1998-04-21 | 1 | -1/+0 |
| | |||||
* | Added a button to increment buildno, so it doesn't happen | Jack Jansen | 1997-09-09 | 1 | -5/+7 |
| | | | | automatically all the time. | ||||
* | Fullbuild now maintains BUILDNO for mac builds | Jack Jansen | 1997-09-01 | 1 | -1/+22 |
| | |||||
* | Modified for CW Pro projects and new filenames | Jack Jansen | 1997-08-27 | 1 | -68/+46 |
| | |||||
* | Added zlib | Jack Jansen | 1997-06-03 | 1 | -0/+2 |
| | |||||
* | - toolboxmodules built first (others depend on it) | Jack Jansen | 1997-05-07 | 1 | -7/+6 |
| | | | | | - Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately) | ||||
* | - Use cfmfile to (finally) implement building fat Pythons | Jack Jansen | 1997-05-06 | 1 | -62/+120 |
| | | | | - Turned the 10 or so yes/no questions into a single dialog | ||||
* | Added calldll module | Jack Jansen | 1997-02-20 | 1 | -0/+1 |
| | |||||
* | Added _tkinter modules in Image extension | Jack Jansen | 1997-01-31 | 1 | -0/+2 |
| | |||||
* | Added icglue modules and (optionally) NumPy and PIL extensions | Jack Jansen | 1997-01-07 | 1 | -0/+11 |
| | |||||
* | Added gdbm plugins | Jack Jansen | 1996-12-23 | 1 | -0/+2 |
| | |||||
* | Removed addpack calls | Jack Jansen | 1996-11-09 | 1 | -2/+0 |
| | |||||
* | Build imgmodules.cfm68k too | Jack Jansen | 1996-10-23 | 1 | -1/+1 |
| | |||||
* | Use auto-start functionality of aetools.TalkTo and aetools.Error for | Jack Jansen | 1996-09-20 | 1 | -11/+3 |
| | | | | server-generated errors. | ||||
* | Removed RunLibScript from build | Jack Jansen | 1996-08-28 | 1 | -1/+0 |
| | |||||
* | Fixed names of vairous plugins to build, added a couple and added | Jack Jansen | 1996-08-23 | 1 | -9/+26 |
| | | | | | possibility to create standalone pythons and fat pythons (the latter not functional yet). | ||||
* | Adapted for cfm68k, new names and split off of qt. | Jack Jansen | 1996-08-20 | 1 | -8/+24 |
| | |||||
* | Removed references to mactcp, macdnr and stdwin modules | Jack Jansen | 1996-08-02 | 1 | -2/+0 |
| | | | | Rebinhexed resource files | ||||
* | Added waste and _tkinter modules | Jack Jansen | 1996-05-20 | 1 | -0/+2 |
| | |||||
* | Changed to allow the user to do partial builds | Jack Jansen | 1996-04-10 | 1 | -7/+33 |
| | |||||
* | Removed addpack calls for toolbox modules, re-binhexed resources (sigh) | Jack Jansen | 1996-03-20 | 1 | -3/+0 |
| | |||||
* | - AppleEvent timeout set to infinite | Jack Jansen | 1996-02-21 | 1 | -1/+8 |
| | | | | - Continue even if a build fails | ||||
* | Adapted to CW7, added MkPluginAlises | Jack Jansen | 1995-10-09 | 1 | -4/+4 |
| | |||||
* | Build appplications, libraries and applets according to builtin | Jack Jansen | 1995-09-01 | 1 | -0/+104 |
instructions. |