summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PythonIDE.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-43/+43
* - Added a note about fixversions.pyJack Jansen2004-07-151-1/+1
* Forward port of various fixes that were initially only done on theJack Jansen2003-11-191-1/+1
* Install automatic GIL switcher upon IDE startup.Just van Rossum2003-05-031-0/+7
* Fixed age-old beginner's error: don't start the main loop as a sideJust van Rossum2003-05-021-1/+2
* Another workaround, to find the IDE directory when we're in MacPython-OSXJack Jansen2002-11-181-0/+10
* If there's an environment variable PYTHONIDEPATH it points to the IDEJack Jansen2002-08-311-1/+4
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-4/+8
* Use the new macresource module to open the accompanying resource file (if nee...Jack Jansen2001-08-271-16/+8
* 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 an...Just van Rossum2001-06-191-2/+2
* 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 improve...Just van Rossum1999-01-311-4/+5
* There are now three possible ways to run the IDE:Just van Rossum1999-01-301-6/+13
* First Checked In.Just van Rossum1999-01-301-0/+33