]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Changed version numbers to get ready for 2.3.5
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Dec 2004 16:41:57 +0000 (16:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Dec 2004 16:41:57 +0000 (16:41 +0000)
- Various of the mods to build the 3rd MacPython additions (but not all).

12 files changed:
Mac/OSX/Dist/build
Mac/OSX/Dist/build.panther
Mac/OSX/Dist/resources.panther/ReadMe.txt
Mac/OSX/Dist/resources.panther/Welcome.rtf
Mac/OSX/Dist/resources/ReadMe.txt
Mac/OSX/Dist/resources/Welcome.rtf
Mac/OSX/Makefile.panther
Mac/OSXResources/app/Info.plist
Mac/OSXResources/framework/version.plist
Mac/Tools/IDE/PackageManager.plist
Mac/Tools/IDE/PythonIDE.plist
Mac/scripts/BuildApplet.plist

index 532f50a556a19da1629392d15504e7dc975d104d..b5e09e111c2dcdaf52d19c90cb928765722afe59 100755 (executable)
@@ -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
index e97ea1cf56470ad56e1f6274b95d92742fdc4687..812b0f59d56246bcc1787ec92184e7b2712386a8 100755 (executable)
@@ -8,7 +8,7 @@
 # Script configs
 PYVERSION=2.3
 PYVER=2.3
-BUILDNUM=2
+BUILDNUM=3
 DOCLEANUP=no
 
 PROGDIR="`dirname \"$0\"`"
index 80c41dea9bf753300f76915f1dc8f9f923f47304..c660fc8e372b8fdc5240fd80becf8172a8f4b438 100644 (file)
@@ -1,4 +1,4 @@
-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
index 6c591c28c9257ef7573724a89e6f9908a76056b2..017e7d1fa265d673bdccf4c28ca14e915c2a68e5 100644 (file)
@@ -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
index a01725e73476edb2e7b7a9986b9f7e8a2947f2eb..d0aea205ac8eec75c0e9b66dc6f63ece45338e9b 100644 (file)
@@ -1,6 +1,7 @@
-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.
index b565ba82093a7ba9e66024c462d37972ae0ce44b..9338fd2a31e7c6edea35d73b1cf0bb0a3ebbfcf0 100644 (file)
@@ -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).\
 \
index 624cdf44a262cc4f0e50d7eb69a7e78037bda715..2dff9159fea102ade4f889866daf46d06875d108 100644 (file)
@@ -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
+    
index d961976af16984d305a0c1252967c16aa1de9837..8234a28baca559a5590aa4445c5b5db8b33cd6d0 100644 (file)
        <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>
index a5169f89ffd8dcf115a816bfbb9a7e5a04492c6f..7cab2721d0866b675c575ea639538ae1cbc2d51d 100644 (file)
@@ -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>
index 9d582d6a3d96065f30feb7b07d0316dcdc1f16c3..ba88bfea561c2965baf76f475d2f87d38f4e84dd 100644 (file)
        <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>
index 37956d58a5816b04797465af479ecf79100acd2d..bf1388b0b69b8aba8abddb11ac1c26d3c4cee7f7 100644 (file)
        <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>
index 1301dd467d21223646ace33bcd007a89d63a51c9..6d6a04cfe47ed5c40368ddf14a7c72cd3029bbb0 100644 (file)
        <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>