summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PythonIDE.py
Commit message (Collapse)AuthorAgeFilesLines
* - Added a note about fixversions.pyJack Jansen2004-07-151-1/+1
| | | | - Ran it.
* Forward port of various fixes that were initially only done on theJack Jansen2003-11-191-1/+1
| | | | | | | | | | | | | | | | release23-maint branch: - Remember the scroll position when rebuilding the browser (as we do far too often). Fixes #824430. - Allow for the documentation to be inside PythonIDE as well as in the Python.app inside the framework (the original location for 2.3). - Updated version numbers - In PythonIDE, add the Tools/IDE directory as the second entry in sys.path in stead of as the first, leaving PythonIDE.app/Contents/Resources as the first one. - The code for setting the working directory to $HOME was both incorrect and in the wrong place, fixed. - On OSX the default location for IDE scripts is now $HOME/Library/Python/IDE-Scripts.
* Install automatic GIL switcher upon IDE startup.Just van Rossum2003-05-031-0/+7
| | | | | (Jack: maybe this could/should be done in Framework.py instead, that way apps don't have to think about it. PackMan springs to mind...)
* Fixed age-old beginner's error: don't start the main loop as a sideJust van Rossum2003-05-021-1/+2
| | | | | effect of an import. (This is one step towards threading support in the IDE.)
* Another workaround, to find the IDE directory when we're in MacPython-OSXJack Jansen2002-11-181-0/+10
| | | | | | on Jaguar. Ceteram censeam W era packagendam esse.
* If there's an environment variable PYTHONIDEPATH it points to the IDEJack Jansen2002-08-311-1/+4
| | | | folder. This allows running the IDE from the source tree on OSX.
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-4/+8
| | | | | | | | MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope.
* 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