mirror of https://github.com/python/cpython.git
Final version used for 2.0 distribution.
This commit is contained in:
parent
0579eb042c
commit
87f204ad77
Binary file not shown.
BIN
Mac/Build/Cm.prj
BIN
Mac/Build/Cm.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Fm.prj
BIN
Mac/Build/Fm.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Qt.prj
BIN
Mac/Build/Qt.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/TE.prj
BIN
Mac/Build/TE.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -6,10 +6,14 @@
|
|||
*.hqx
|
||||
*.idb
|
||||
*.in
|
||||
*.lib
|
||||
*.pyc
|
||||
*.slb
|
||||
*.xMAP
|
||||
*.xSYM
|
||||
.#*
|
||||
.cvsignore
|
||||
@*
|
||||
CVS
|
||||
Makefile.pre.in
|
||||
PyIDE-src
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
(':Grammar:Makefile', None)
|
||||
(':Icon\015', None)
|
||||
(':Include', '')
|
||||
(':LICENSE', '')
|
||||
(':Lib', '')
|
||||
(':Mac:Build', '')
|
||||
(':Mac:Build:PythonAppletCFM68K', None)
|
||||
|
@ -36,14 +37,25 @@
|
|||
(':Mac:Compat', '')
|
||||
(':Mac:Contrib', '')
|
||||
(':Mac:Demo', '')
|
||||
(':Mac:Distributions', None)
|
||||
(':Mac:GUSI-mods', '')
|
||||
(':Mac:Distributions:68k-shared.exclude', None)
|
||||
(':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:IDE scripts', '')
|
||||
(':Mac:Icon\015', None)
|
||||
(':Mac:Include', '')
|
||||
(':Mac:Lib', '')
|
||||
(':Mac:MPW', '')
|
||||
(':Mac:Modules', '')
|
||||
(':Mac:PlugIns:readme.txt', '')
|
||||
(':Mac:Python', '')
|
||||
(':Mac:ReadMe', '')
|
||||
(':Mac:ReadMe-dev', None)
|
||||
|
@ -51,30 +63,20 @@
|
|||
(':Mac:Relnotes', ':Relnotes:')
|
||||
(':Mac:Resources', '')
|
||||
(':Mac:TODO', None)
|
||||
(':Mac:Tools:CGI', '')
|
||||
(':Mac:Tools:CGI:BuildCGIApplet', None)
|
||||
(':Mac:Tools:IDE', None)
|
||||
(':Mac:Tools:Icon\015', None)
|
||||
(':Mac:Tools:PyIDE', None)
|
||||
(':Mac:Tools:bruce', None)
|
||||
(':Mac:Tools:macfreeze', '')
|
||||
(':Mac:Tools:twit', '')
|
||||
(':Mac:Unsupported', '')
|
||||
(':Mac:_checkversion.py', None)
|
||||
(':Mac:mwerks:Icon\015', None)
|
||||
(':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', '')
|
||||
(':Mac:mwerks:old', None)
|
||||
(':Mac:mwerks:projects', None)
|
||||
(':Mac:scripts', '')
|
||||
(':Mac:tclmods', '')
|
||||
(':Mac:think', '')
|
||||
(':Misc', '')
|
||||
(':Modules', '')
|
||||
(':Objects', '')
|
||||
|
@ -90,14 +92,20 @@
|
|||
(':PythonFAT', None)
|
||||
(':PythonInterpreter', None)
|
||||
(':PythonPPC', None)
|
||||
(':PythonStandCarbon', None)
|
||||
(':PythonStandSmall', None)
|
||||
(':PythonStandSmallShGUSI', None)
|
||||
(':PythonStandSmallThreading', None)
|
||||
(':PythonStandalone', None)
|
||||
(':README', '')
|
||||
(':Tools:Icon\015', None)
|
||||
(':Tools:README', '')
|
||||
(':Tools:audiopy', '')
|
||||
(':Tools:bgen', '')
|
||||
(':Tools:compiler', '')
|
||||
(':Tools:faqwiz', '')
|
||||
(':Tools:freeze', '')
|
||||
(':Tools:i18n', '')
|
||||
(':Tools:idle', '')
|
||||
(':Tools:modulator', '')
|
||||
(':Tools:pynche', '')
|
||||
|
@ -116,3 +124,6 @@
|
|||
(':mkapplet', None)
|
||||
(':pystone.py', None)
|
||||
(':site-packages', None)
|
||||
(':Mac:Distributions:gusi2.include', None)
|
||||
(':Mac:Distributions:gusi2.exclude', None)
|
||||
(':Tools:unicode:makeunicodedata.py', '')
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define BUILD 66
|
||||
#define BUILD 71
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
import pyversioncheck
|
||||
|
||||
_PACKAGE="MacPython"
|
||||
_VERSION="2.0b1"
|
||||
_VERSION="2.0"
|
||||
_URL="http://www.cwi.nl/~jack/macpythonversion.txt"
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue