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
922cfad5a3
New getargs() function: a single varargs function,
...
guided by a format string, makes all get*arg() functions unnecessary.
1992-01-27 16:47:03 +00:00
..
bltinmodule.c
…
ceval.c
…
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
New getargs() function: a single varargs function,
1992-01-27 16:47:03 +00:00
pythonmain.c
…
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
…