]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jan 2002 23:00:52 +0000 (23:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jan 2002 23:00:52 +0000 (23:00 +0000)
commit815d2bf067799d519323a373387f342ec387645b
treee26ebc8bd231b418f77cd4357e7fe9936ecc5ac2
parentc71efe01160653e1d232000889fe38f6cf4936c8
Changes by Donovan Preston (and a few minor ones by me) to make IDE run under
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.
Mac/Tools/IDE/PyConsole.py
Mac/Tools/IDE/PyDebugger.py
Mac/Tools/IDE/PyDocSearch.py
Mac/Tools/IDE/PyEdit.py
Mac/Tools/IDE/PythonIDE.py
Mac/Tools/IDE/PythonIDEMain.py
Mac/Tools/IDE/Wapplication.py
Mac/Tools/IDE/Wwindows.py