summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PythonIDE.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the new macresource module to open the accompanying resource file (if ↵Jack Jansen2001-08-271-16/+8
| | | | needed).
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-2/+3
|
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-2/+2
| | | | any further encoding conversion troubles.
* New __version__ number (1.0!) -- jvrJust van Rossum1999-10-301-1/+1
|
* open res file(s) read only; upped __version__ -- jvrJust van Rossum1999-02-261-4/+4
|
* Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to ↵Just van Rossum1999-01-311-4/+5
| | | | improve startup time -- jvr
* There are now three possible ways to run the IDE:Just van Rossum1999-01-301-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 Rossum1999-01-301-0/+33