[Python-checkins] python/dist/src/PCbuild python20.wse, 1.133, 1.133.4.1

theller at users.sourceforge.net theller at users.sourceforge.net
Mon Sep 22 11:06:31 EDT 2003


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv9282

Modified Files:
      Tag: release23-maint
	python20.wse 
Log Message:
Changes for Python 2.3.1 release.
- Install docs in one HTMLHelp file, no longer lots of html pages
- Can optionally compile Python library modules to .pyc
- Remove the thanks to Wise Solutions for InstallMaster 8.1, since it is
  no longer used to create the installer.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.133
retrieving revision 1.133.4.1
diff -C2 -d -r1.133 -r1.133.4.1
*** python20.wse	29 Jul 2003 17:22:57 -0000	1.133
--- python20.wse	22 Sep 2003 15:06:28 -0000	1.133.4.1
***************
*** 1,6 ****
  Document Type: WSE
  item: Global
!   Version=8.14
!   Title=Python 2.3
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
--- 1,6 ----
  Document Type: WSE
  item: Global
!   Version=9.0
!   Title=Python 2.3.1
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
***************
*** 19,33 ****
    Patch Threshold=85
    Patch Memory=4000
!   EXE Filename=Python-2.3.exe
    Dialogs Version=8
!   Version File=2.3
    Version Description=Python Programming Language
    Version Copyright=©2001-2003 Python Software Foundation
    Version Company=PythonLabs at Zope Corporation
    Crystal Format=10111100101100000010001001001001
!   Step View=&All
    Variable Name1=_WISE_
    Variable Description1=WISE root directory
!   Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1
    Variable Flags1=00001000
    Variable Name2=_TCLDIR_
--- 19,35 ----
    Patch Threshold=85
    Patch Memory=4000
!   MIF PDF Version=1.0
!   MIF SMS Version=2.0
!   EXE Filename=Python-2.3.1.exe
    Dialogs Version=8
!   Version File=2.3.1
    Version Description=Python Programming Language
    Version Copyright=©2001-2003 Python Software Foundation
    Version Company=PythonLabs at Zope Corporation
    Crystal Format=10111100101100000010001001001001
!   Step View=&Properties
    Variable Name1=_WISE_
    Variable Description1=WISE root directory
!   Variable Default1=C:\Programme\Wise Installation System
    Variable Flags1=00001000
    Variable Name2=_TCLDIR_
***************
*** 39,50 ****
    Variable Name3=_DOC_
    Variable Description3=The unpacked HTML doc directory.
!   Variable Default3=..\html
    Variable Flags3=00001001
    Variable Name4=_SYS_
    Variable Description4=System directory (where to find MSVCRT.DLL)
!   Variable Default4=C:\Windows\System
    Variable Values4=C:\Windows\System
    Variable Values4=C:\WINNT\System32
    Variable Values4=C:\Code\MSDLLs
    Variable Flags4=00000010
    Variable Name5=_PYMAJOR_
--- 41,53 ----
    Variable Name3=_DOC_
    Variable Description3=The unpacked HTML doc directory.
!   Variable Default3=..\chm
    Variable Flags3=00001001
    Variable Name4=_SYS_
    Variable Description4=System directory (where to find MSVCRT.DLL)
!   Variable Default4=C:\Windows\System32
    Variable Values4=C:\Windows\System
    Variable Values4=C:\WINNT\System32
    Variable Values4=C:\Code\MSDLLs
+   Variable Values4=C:\Windows\System32
    Variable Flags4=00000010
    Variable Name5=_PYMAJOR_
***************
*** 65,72 ****
    Variable Values7=0
    Variable Flags7=00001010
  end
  item: Set Variable
    Variable=PYVER_STRING
!   Value=2.3
  end
  item: Remark
--- 68,81 ----
    Variable Values7=0
    Variable Flags7=00001010
+   Variable Name8=_ALIASNAME_
+   Variable Flags8=00001000
+   Variable Name9=_ALIASPATH_
+   Variable Flags9=00001000
+   Variable Name10=_ALIASTYPE_
+   Variable Flags10=00001000
  end
  item: Set Variable
    Variable=PYVER_STRING
!   Value=2.3.1
  end
  item: Remark
***************
*** 311,314 ****
--- 320,326 ----
    Text=B: Create Start Menu shortcuts
  end
+ item: Remark
+   Text=C: Compile Python library files
+ end
  item: Set Variable
    Variable=TASKS
***************
*** 507,510 ****
--- 519,527 ----
  item: Remark
  end
+ item: Set Variable
+   Variable=SUMMARY
+   Value=%CRLF%Start Menu group:  %GROUP%%CRLF%
+   Flags=00000001
+ end
  item: If/While Statement
    Variable=TASKS
***************
*** 512,525 ****
    Flags=00000010
  end
  item: Set Variable
    Variable=SUMMARY
!   Value=%CRLF%Start Menu group:  %GROUP%%CRLF%
    Flags=00000001
  end
! item: Else Statement
  end
  item: Set Variable
    Variable=SUMMARY
!   Value=%CRLF%No Start Menu shortcuts.%CRLF%
    Flags=00000001
  end
--- 529,549 ----
    Flags=00000010
  end
+ item: Else Statement
+ end
  item: Set Variable
    Variable=SUMMARY
!   Value=%CRLF%No Start Menu shortcuts.%CRLF%
    Flags=00000001
  end
! item: End Block
! end
! item: If/While Statement
!   Variable=TASKS
!   Value=C
!   Flags=00000010
  end
  item: Set Variable
    Variable=SUMMARY
!   Value=%CRLF%Compile Python files%CRLF%
    Flags=00000001
  end
***************
*** 974,978 ****
        Text=Python interpreter and libraries
        Text=Tcl/Tk (Tkinter, IDLE, pydoc)
!       Text=Python HTML docs
        Text=Python utility scripts (Tools/)
        Text=Python test suite (Lib/test/)
--- 998,1002 ----
        Text=Python interpreter and libraries
        Text=Tcl/Tk (Tkinter, IDLE, pydoc)
!       Text=Python HTMLHelp file
        Text=Python utility scripts (Tools/)
        Text=Python test suite (Lib/test/)
***************
*** 1164,1167 ****
--- 1188,1192 ----
        Text=Register file extensions (.py, .pyw, .pyc, .pyo)
        Text=Create Start Menu shortcuts
+       Text=Compile Python files to .pyc
        Text=
      end
***************
*** 2196,2203 ****
  end
  item: Install File
!   Source=%_DOC_%\*.*
!   Destination=%MAINDIR%\Doc
!   Description=Python Documentation (HTML)
!   Flags=0000000100000010
  end
  item: End Block
--- 2221,2228 ----
  end
  item: Install File
!   Source=%_DOC_%\Python%_PYMAJOR_%%_PYMINOR_%.chm
!   Destination=%MAINDIR%\Doc\Python%_PYMAJOR_%%_PYMINOR_%.chm
!   Description=Python Documentation (HTMLHelp)
!   Flags=0000000000000010
  end
  item: End Block
***************
*** 2795,2799 ****
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\Help\Main Python Documentation
!   New Value=%MAINDIR%\Doc\index.html
    Root=2
  end
--- 2820,2825 ----
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\Help\Main Python Documentation
!   New Value=%MAINDIR%\Doc\Python%_PYMAJOR_%%_PYMINOR_%.chm
!   New Value=
    Root=2
  end
***************
*** 2803,2807 ****
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\Help\Main Python Documentation
!   New Value=%MAINDIR%\Doc\index.html
    Root=1
  end
--- 2829,2834 ----
    Total Keys=1
    Key=Software\Python\PythonCore\%PY_VERSION%\Help\Main Python Documentation
!   New Value=%MAINDIR%\Doc\Python%_PYMAJOR_%%_PYMINOR_%.chm
!   New Value=
    Root=1
  end
***************
*** 2975,2979 ****
  end
  item: Create Shortcut
!   Source=%MAINDIR%\Doc\index.html
    Destination=%GROUP%\Python Manuals.lnk
    Working Directory=%MAINDIR%
--- 3002,3006 ----
  end
  item: Create Shortcut
!   Source=%MAINDIR%\Doc\Python%_PYMAJOR_%%_PYMINOR_%.chm
    Destination=%GROUP%\Python Manuals.lnk
    Working Directory=%MAINDIR%
***************
*** 2995,2998 ****
--- 3022,3062 ----
  item: Remark
  end
+ item: Remark
+   Text=Compile to .pyc
+ end
+ item: If/While Statement
+   Variable=TASKS
+   Value=C
+   Flags=00000010
+ end
+ item: Custom Script Item
+   Filename=Display Progress Message.wse
+   Variable Name1=_CENTER_
+   Variable Value1=AB
+   Variable Name2=_WIDTH_
+   Variable Value2=320
+   Variable Name3=_MSG_TITLE_
+   Variable Value3=Compiling Python files
+   Variable Name4=HELPFILE
+   Variable Value4=C:\Programme\Wise for Windows Installer\HELP\Express.chm
+   Variable Name5=_OPTION_
+   Variable Value5=B
+   Variable Name6=_Y_POS_
+   Variable Name7=_MSG_TEXT_
+   Variable Value7=Please wait while Python modules are compiled
+   Variable Name8=_HEIGHT_
+   Variable Value8=80
+   Variable Name9=_X_POS_
+ end
+ item: Execute Program
+   Pathname=%MAINDIR%\Python.exe
+   Command Line=%MAINDIR%\Lib\compileall.py -f -x .*\\Lib\\test.* %MAINDIR%\Lib
+   Default Directory=%MAINDIR%\Lib
+   Flags=00000010
+ end
+ item: End Block
+ end
+ item: Remark
+ end
  remarked item: Remark
    Text=Don't enable "Delete in-use files".  Here's what happens:
***************
*** 3095,3101 ****
        Create Flags=01010000000000000000000000000000
        Text=Special Windows thanks to:
-       Text=
-       Text=Wise Solutions, for the use of InstallMaster 8.1.
-       Text=    http://www.wisesolutions.com/
        Text=
        Text=
--- 3159,3162 ----





More information about the Python-checkins mailing list