Kaydet (Commit) f96a57e4 authored tarafından Jack Jansen's avatar Jack Jansen

- Changed version numbers to get ready for 2.3.5

- Various of the mods to build the 3rd MacPython additions (but not all).
üst d3c0cab9
......@@ -5,7 +5,7 @@
# TODO: Parameterize the versions, builddirs, etc...
# Script configs
PYVERSION=2.3.2
PYVERSION=2.3.5
PYVER=2.3
BUILDNUM=1
DOCLEANUP=no
......
......@@ -8,7 +8,7 @@
# Script configs
PYVERSION=2.3
PYVER=2.3
BUILDNUM=2
BUILDNUM=3
DOCLEANUP=no
PROGDIR="`dirname \"$0\"`"
......
This package will install the second build of
This package will install the third build of
the MacPython 2.3 additions for Mac OS X 10.3.
Installation requires approximately 3.3 MB of disk
......@@ -21,6 +21,20 @@ The PythonIDE application has a Help command that gets
you started quickly with MacPython and contains
references to other documentation.
Changes since the second build:
- Package Manager has been updated to version 0.4:
- added commands to open database description page
and standard experimental database.
- the scrollbar had a mind of its own. Fixed.
- show all packages in case of an error message.
- easier maintainance (mainly important for me:-)
in the light of micro-releases of OSX.
- IDE fixes:
- better handling of various end-of-line schemes.
- fixed "run with commandline python" to use pythonw.
- fixed a crash with very big scripts folders.
- fixed the double-scroll problem when you single-clicked.
Changes since the first build:
- The startup crash of the IDE some people experienced
has been fixed. The IDE Scripts folder is now in
......
......@@ -4,7 +4,7 @@
\paperw11904\paperh16835\margl1440\margr1440\vieww9920\viewh10660\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
\f0\fs24 \cf0 This package will install the second build of the
\f0\fs24 \cf0 This package will install the third build of the
\f1\b MacPython 2.3
\f0\b0 additions for
\f1\b Mac OS X 10.3
......
This package will install MacPython 2.3.2 for Mac OS X
10.2. Installation on the Panther preview may work, on
10.1 or earlier will not work.
This package will install MacPython 2.3.5 for Mac OS X
10.2. Installation on the Panther (10.3) works but may
interfere with operation of Apple-installed Python.
Installation on 10.1 or earlier will not work.
Installation requires approximately 20 MB of disk
space, ignore the message that it will take zero bytes.
......
......@@ -5,10 +5,10 @@
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
\f0\fs24 \cf0 This package will install
\f1\b MacPython 2.3
\f1\b MacPython 2.3.5
\f0\b0 for
\f1\b Mac OS X 10.2
\f0\b0 . Installation on the Panther preview may work, on 10.1 or earlier will not work.\
\f0\b0 . Installation on Panther (10.3) works, but may interfere with Apple-installed Python. Installation on 10.1 or earlier will not work.\
\
MacPython consists of the Python programming language interpreter, plus a set of programs to allow easy access to it for Mac users (an integrated development environment, a Python extension package manager), plus a set of pre-built extension modules that open up specific Macintosh technologies to Python programs (Carbon, AppleScript, Quicktime, more).\
\
......
......@@ -3,7 +3,7 @@
# ommitted from Apple's installation of Python 2.3.
#
all: install_waste install_IDE install_PackageManager install_IDLE \
install_BuildApplet installextras install_PythonLauncher
install_BuildApplet installextras install_PythonLauncher install_pimpupdate
VERSION=2.3
DESTDIR=
......@@ -52,4 +52,7 @@ installextras:
install_PythonLauncher:
ln -fsn $(APPLE_PYTHONLAUNCHER) $(DESTDIR)$(PYTHONAPPSDIR)/PythonLauncher
\ No newline at end of file
install_pimpupdate:
cp ../../Lib/plat-mac/pimp.py $(DESTDIR)/Library/Python/2.3/pimp_update.py
......@@ -21,13 +21,13 @@
<string>Python</string>
<key>CFBundleGetInfoString</key>
<string>2.3.2, (c) 2003 Python Software Foundation.</string>
<string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
<string>2.3.2, (c) 2003 Python Software Foundation.</string>
<string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2003 Python Software Foundation.</string>
<string>Copyright 2004 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>CFBundleHelpBookFolder</key>
<array>
......@@ -52,7 +52,7 @@
<key>CFBundleSignature</key>
<string>PytX</string>
<key>CFBundleVersion</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
......
......@@ -5,14 +5,14 @@
<key>BuildVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>CFBundleVersion</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>ProjectName</key>
<string>Python</string>
<key>ReleaseStatus</key>
<string>final</string>
<key>SourceVersion</key>
<string>2.3.2</string>
<string>2.3.5</string>
</dict>
</plist>
......@@ -11,13 +11,13 @@
<string>PackageManager</string>
<key>CFBundleGetInfoString</key>
<string>2.3.2, (c) 2003 Python Software Foundation.</string>
<string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
<string>2.3.2, (c) 2003 Python Software Foundation.</string>
<string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2003 Python Software Foundation.</string>
<string>Copyright 2004 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>CFBundleIconFile</key>
<string>PackageManager.icns</string>
......@@ -32,7 +32,7 @@
<key>CFBundleSignature</key>
<string>Pide</string>
<key>CFBundleVersion</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
......
......@@ -27,13 +27,13 @@
<string>PythonIDE</string>
<key>CFBundleGetInfoString</key>
<string>2.3.2, (c) 2003 Python Software Foundation.</string>
<string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
<string>2.3.2, (c) 2003 Python Software Foundation.</string>
<string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2003 Python Software Foundation.</string>
<string>Copyright 2004 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>CFBundleHelpBookFolder</key>
<array>
......@@ -57,7 +57,7 @@
<key>CFBundleSignature</key>
<string>Pide</string>
<key>CFBundleVersion</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
......
......@@ -27,13 +27,13 @@
<string>BuildApplet</string>
<key>CFBundleGetInfoString</key>
<string>2.3.2, (c) 2003 Python Software Foundation.</string>
<string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
<string>2.3.2, (c) 2003 Python Software Foundation.</string>
<string>2.3.5, (c) 2004 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2003 Python Software Foundation.</string>
<string>Copyright 2004 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>CFBundleIconFile</key>
<string>BuildApplet.icns</string>
......@@ -48,7 +48,7 @@
<key>CFBundleSignature</key>
<string>Pide</string>
<key>CFBundleVersion</key>
<string>2.3.2</string>
<string>2.3.5</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment