Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4dc5ef2d
Commit
4dc5ef2d
authored
Sep 16, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some files, reformatted some paragraphs.
parent
f1e423fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
Mac/README
Mac/README
+9
-9
Mac/Relnotes-1.2
Mac/Relnotes-1.2
+9
-9
No files found.
Mac/README
View file @
4dc5ef2d
BUILDING PYTHON 1.1 FOR THE MACINTOSH
*************************************
Python can be built on the Mac using either THINK C 6.0
or MPW 3.2.
In the past it has been compiled with earlier versions of these
compilers, but no guarantees are made that the source is still
Python can be built on the Mac using either THINK C 6.0
(or 7.0) or
MPW 3.2. In the past it has been compiled with earlier versions of
these
compilers, but no guarantees are made that the source is still
compatible with those versions. Likewise, new compiler versions may
effectively change the language accepted (or the library provided!)
and thus cause problems.
...
...
@@ -80,16 +80,16 @@ arbitrarily because of the 32000 bytes restriction.
- From Mac: all .c files except fopenRF.c [[which shouldn't even
be there]].
- From Parser: acceler.c, grammar1.c, intrcheck.c,
myreadline.c, node.c,
parser.c, parsetok.c, tokenizer.c.
- From Parser: acceler.c, grammar1.c, intrcheck.c,
myreadline.c, node.c,
parser.c, parsetok.c, tokenizer.c.
- From Python: bltinmodule.c, ceval.c, cgensupport.c,
compile.c, errors.c, getopt.c, graminit.c, import.c,
marshal.c, modsupport.c, mystrtoul.c, pythonmain.c,
pythonrun.c, sigcheck.c, structmember.c, sysmodule.c,
traceback.c
(i.e. all .c files except dup2.c, fmod.c, frozenmain
.c,
getcwd.c, getmtime.c, memmove.c, sigcheck.c, strerror
.c,
strtod.c, thread.c)
pythonrun.c, sigcheck.c, structmember.c, sysmodule.c,
traceback.c (i.e. all .c files except dup2.c, fmod
.c,
frozenmain.c, getcwd.c, getmtime.c, memmove.c, sigcheck
.c,
str
error.c, str
tod.c, thread.c)
- From Objects: all .c files except xxobject.c.
...
...
Mac/Relnotes-1.2
View file @
4dc5ef2d
BUILDING PYTHON 1.1 FOR THE MACINTOSH
*************************************
Python can be built on the Mac using either THINK C 6.0
or MPW 3.2.
In the past it has been compiled with earlier versions of these
compilers, but no guarantees are made that the source is still
Python can be built on the Mac using either THINK C 6.0
(or 7.0) or
MPW 3.2. In the past it has been compiled with earlier versions of
these
compilers, but no guarantees are made that the source is still
compatible with those versions. Likewise, new compiler versions may
effectively change the language accepted (or the library provided!)
and thus cause problems.
...
...
@@ -80,16 +80,16 @@ arbitrarily because of the 32000 bytes restriction.
- From Mac: all .c files except fopenRF.c [[which shouldn't even
be there]].
- From Parser: acceler.c, grammar1.c, intrcheck.c,
myreadline.c, node.c,
parser.c, parsetok.c, tokenizer.c.
- From Parser: acceler.c, grammar1.c, intrcheck.c,
myreadline.c, node.c,
parser.c, parsetok.c, tokenizer.c.
- From Python: bltinmodule.c, ceval.c, cgensupport.c,
compile.c, errors.c, getopt.c, graminit.c, import.c,
marshal.c, modsupport.c, mystrtoul.c, pythonmain.c,
pythonrun.c, sigcheck.c, structmember.c, sysmodule.c,
traceback.c
(i.e. all .c files except dup2.c, fmod.c, frozenmain
.c,
getcwd.c, getmtime.c, memmove.c, sigcheck.c, strerror
.c,
strtod.c, thread.c)
pythonrun.c, sigcheck.c, structmember.c, sysmodule.c,
traceback.c (i.e. all .c files except dup2.c, fmod
.c,
frozenmain.c, getcwd.c, getmtime.c, memmove.c, sigcheck
.c,
str
error.c, str
tod.c, thread.c)
- From Objects: all .c files except xxobject.c.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment