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

Final version used for 2.0 distribution.

üst 0579eb04
...@@ -6,10 +6,14 @@ ...@@ -6,10 +6,14 @@
*.hqx *.hqx
*.idb *.idb
*.in *.in
*.lib
*.pyc *.pyc
*.slb *.slb
*.xMAP *.xMAP
*.xSYM *.xSYM
.#*
.cvsignore
@*
CVS CVS
Makefile.pre.in Makefile.pre.in
PyIDE-src PyIDE-src
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
(':Grammar:Makefile', None) (':Grammar:Makefile', None)
(':Icon\015', None) (':Icon\015', None)
(':Include', '') (':Include', '')
(':LICENSE', '')
(':Lib', '') (':Lib', '')
(':Mac:Build', '') (':Mac:Build', '')
(':Mac:Build:PythonAppletCFM68K', None) (':Mac:Build:PythonAppletCFM68K', None)
...@@ -36,14 +37,25 @@ ...@@ -36,14 +37,25 @@
(':Mac:Compat', '') (':Mac:Compat', '')
(':Mac:Contrib', '') (':Mac:Contrib', '')
(':Mac:Demo', '') (':Mac:Demo', '')
(':Mac:Distributions', None) (':Mac:Distributions:68k-shared.exclude', None)
(':Mac:GUSI-mods', '') (':Mac:Distributions:68k-shared.include', None)
(':Mac:Distributions:68k-stand.exclude', None)
(':Mac:Distributions:68k-stand.include', None)
(':Mac:Distributions:binary.exclude', '')
(':Mac:Distributions:binary.include', '')
(':Mac:Distributions:dev.exclude', '')
(':Mac:Distributions:dev.include', '')
(':Mac:Distributions:readme.txt', '')
(':Mac:Distributions:src.exclude', '')
(':Mac:Distributions:src.include', '')
(':Mac:HISTORY', ':Relnotes:') (':Mac:HISTORY', ':Relnotes:')
(':Mac:IDE scripts', '')
(':Mac:Icon\015', None) (':Mac:Icon\015', None)
(':Mac:Include', '') (':Mac:Include', '')
(':Mac:Lib', '') (':Mac:Lib', '')
(':Mac:MPW', '') (':Mac:MPW', '')
(':Mac:Modules', '') (':Mac:Modules', '')
(':Mac:PlugIns:readme.txt', '')
(':Mac:Python', '') (':Mac:Python', '')
(':Mac:ReadMe', '') (':Mac:ReadMe', '')
(':Mac:ReadMe-dev', None) (':Mac:ReadMe-dev', None)
...@@ -51,30 +63,20 @@ ...@@ -51,30 +63,20 @@
(':Mac:Relnotes', ':Relnotes:') (':Mac:Relnotes', ':Relnotes:')
(':Mac:Resources', '') (':Mac:Resources', '')
(':Mac:TODO', None) (':Mac:TODO', None)
(':Mac:Tools:CGI', '')
(':Mac:Tools:CGI:BuildCGIApplet', None)
(':Mac:Tools:IDE', None) (':Mac:Tools:IDE', None)
(':Mac:Tools:Icon\015', None) (':Mac:Tools:Icon\015', None)
(':Mac:Tools:PyIDE', None) (':Mac:Tools:PyIDE', None)
(':Mac:Tools:bruce', None) (':Mac:Tools:bruce', None)
(':Mac:Tools:macfreeze', '') (':Mac:Tools:macfreeze', '')
(':Mac:Tools:twit', '')
(':Mac:Unsupported', '') (':Mac:Unsupported', '')
(':Mac:_checkversion.py', None) (':Mac:_checkversion.py', None)
(':Mac:mwerks:Icon\015', None) (':Mac:mwerks', '')
(':Mac:mwerks:errno_unix.h', '')
(':Mac:mwerks:macuseshlstart.c', '')
(':Mac:mwerks:malloc', '')
(':Mac:mwerks:mwerks_applet_config.h', '')
(':Mac:mwerks:mwerks_nonshared_config.h', '')
(':Mac:mwerks:mwerks_plugin_config.h', '')
(':Mac:mwerks:mwerks_shared_config.h', '')
(':Mac:mwerks:mwerks_small_config.h', '')
(':Mac:mwerks:mwerks_tkplugin_config.h', '')
(':Mac:mwerks:mwfopenrf.c', '')
(':Mac:mwerks:old', None) (':Mac:mwerks:old', None)
(':Mac:mwerks:projects', None) (':Mac:mwerks:projects', None)
(':Mac:scripts', '') (':Mac:scripts', '')
(':Mac:tclmods', '') (':Mac:tclmods', '')
(':Mac:think', '')
(':Misc', '') (':Misc', '')
(':Modules', '') (':Modules', '')
(':Objects', '') (':Objects', '')
...@@ -90,14 +92,20 @@ ...@@ -90,14 +92,20 @@
(':PythonFAT', None) (':PythonFAT', None)
(':PythonInterpreter', None) (':PythonInterpreter', None)
(':PythonPPC', None) (':PythonPPC', None)
(':PythonStandCarbon', None)
(':PythonStandSmall', None) (':PythonStandSmall', None)
(':PythonStandSmallShGUSI', None)
(':PythonStandSmallThreading', None)
(':PythonStandalone', None)
(':README', '') (':README', '')
(':Tools:Icon\015', None) (':Tools:Icon\015', None)
(':Tools:README', '') (':Tools:README', '')
(':Tools:audiopy', '') (':Tools:audiopy', '')
(':Tools:bgen', '') (':Tools:bgen', '')
(':Tools:compiler', '')
(':Tools:faqwiz', '') (':Tools:faqwiz', '')
(':Tools:freeze', '') (':Tools:freeze', '')
(':Tools:i18n', '')
(':Tools:idle', '') (':Tools:idle', '')
(':Tools:modulator', '') (':Tools:modulator', '')
(':Tools:pynche', '') (':Tools:pynche', '')
...@@ -116,3 +124,6 @@ ...@@ -116,3 +124,6 @@
(':mkapplet', None) (':mkapplet', None)
(':pystone.py', None) (':pystone.py', None)
(':site-packages', None) (':site-packages', None)
(':Mac:Distributions:gusi2.include', None)
(':Mac:Distributions:gusi2.exclude', None)
(':Tools:unicode:makeunicodedata.py', '')
...@@ -5,7 +5,7 @@ _checkversion.py file""" ...@@ -5,7 +5,7 @@ _checkversion.py file"""
import pyversioncheck import pyversioncheck
_PACKAGE="MacPython" _PACKAGE="MacPython"
_VERSION="2.0b1" _VERSION="2.0"
_URL="http://www.cwi.nl/~jack/macpythonversion.txt" _URL="http://www.cwi.nl/~jack/macpythonversion.txt"
try: try:
......
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