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 23:32:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Guido van Rossum
5ad58c6aef
sysset(name, NULL) does nothing if sys.name is undefined
1992-01-26 18:15:48 +00:00
..
bltinmodule.c
long_format() is now declared in longobject.h.
1992-01-19 16:25:49 +00:00
ceval.c
If sys.trace is None, don't trace. For exceptions, only use
1992-01-19 16:26:13 +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
…
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
…
pythonmain.c
Added -d option (increments debugging variable); mostly to get rid
1992-01-19 16:48:36 +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
tb_here() can now get the lasti and lineno arguments from the frame.
1992-01-14 18:44:48 +00:00