This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-07 11:08:40 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Guido van Rossum
0f61f8a4bd
Added execfile().
1992-02-25 18:55:05 +00:00
..
bltinmodule.c
Added execfile().
1992-02-25 18:55:05 +00:00
ceval.c
Use correct prototype for invert().
1992-02-11 15:56:02 +00:00
cgensupport.c
…
compile.c
Raise SyntaxError for syntax errors detected in this phase.
1992-01-26 18:12:03 +00:00
errors.c
EOF in source is a SyntaxError, not an EOFError.
1992-02-05 11:16:47 +00:00
fmod.c
…
getcwd.c
…
graminit.c
…
import.c
getbinaryname is now part of dl_loadmod.
1992-01-26 18:15:22 +00:00
marshal.c
…
modsupport.c
New getargs() function: a single varargs function,
1992-01-27 16:47:03 +00:00
pythonmain.c
Get rid of "Unhandled exception: " altogether.
1992-02-05 11:16:28 +00:00
strerror.c
…
strtod.c
…
structmember.c
…
sysmodule.c
sysset(name, NULL) does nothing if sys.name is undefined
1992-01-26 18:15:48 +00:00
traceback.c
…