0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 01:20:47 +01:00
cpython/Python
1992-01-27 16:48:10 +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 EOF while parsing should raise EOFError, not SyntaxError. 1991-12-24 13:26:15 +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 Use new exceptions. 1991-12-10 14:00:03 +00:00
modsupport.c New getargs() function: a single varargs function, 1992-01-27 16:47:03 +00:00
pythonmain.c Don't print "Unhandled exception: " when one occurs -- just print its name. 1992-01-27 16:48:10 +00:00
strerror.c
strtod.c New version from the net. 1992-01-14 18:42:23 +00:00
structmember.c Use new exceptions. 1991-12-10 14:00:03 +00:00
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