]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Forward port of various fixes that were initially only done on the
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 19 Nov 2003 13:45:26 +0000 (13:45 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 19 Nov 2003 13:45:26 +0000 (13:45 +0000)
commitd48364e8b18647bdb71df0d375ba930a14f65ce2
tree6c9ced68b07bf620500c973f38fb9c3816c37d76
parent6bf31278ac5c902e436a38a2c652b06627190920
Forward port of various fixes that were initially only done on the
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.
Mac/Tools/IDE/PackageManager.plist [new file with mode: 0644]
Mac/Tools/IDE/PackageManager.py
Mac/Tools/IDE/PythonIDE.plist
Mac/Tools/IDE/PythonIDE.py
Mac/Tools/IDE/PythonIDEMain.py