Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new macresource module to open the accompanying resource file (if ↵ | Jack Jansen | 2001-08-27 | 1 | -16/+8 |
| | | | | needed). | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -2/+3 |
| | |||||
* | Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵ | Just van Rossum | 2001-06-19 | 1 | -2/+2 |
| | | | | any further encoding conversion troubles. | ||||
* | New __version__ number (1.0!) -- jvr | Just van Rossum | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | open res file(s) read only; upped __version__ -- jvr | Just van Rossum | 1999-02-26 | 1 | -4/+4 |
| | |||||
* | Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to ↵ | Just van Rossum | 1999-01-31 | 1 | -4/+5 |
| | | | | improve startup time -- jvr | ||||
* | There are now three possible ways to run the IDE: | Just van Rossum | 1999-01-30 | 1 | -6/+13 |
| | | | | | | - this file dropped onto the interpreter - applet built by BuildApplet (contains only __main__) - applet built by BuildIDE (contains all IDE modules) | ||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+33 |