cpython/Python
Guido van Rossum 8401e5678c Added -d option (increments debugging variable); mostly to get rid
of a compiler warning.
1992-01-19 16:48:36 +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 Support for long integers 1991-07-27 21:34:00 +00:00
compile.c Use strtoul() for oct/hex constants. 1992-01-19 16:33:51 +00:00
errors.c EOF while parsing should raise EOFError, not SyntaxError. 1991-12-24 13:26:15 +00:00
fmod.c Added copyright notice. 1991-02-19 12:39:46 +00:00
getcwd.c Added copyright notice. 1991-02-19 12:39:46 +00:00
graminit.c New grammar (semicolons, continue, no multiple NEWLINES) 1991-07-27 21:37:24 +00:00
import.c Support for dynamic loading added. 1992-01-19 16:28:21 +00:00
marshal.c Use new exceptions. 1991-12-10 14:00:03 +00:00
modsupport.c Add "varargs" attribute. 1991-12-16 13:07:24 +00:00
pythonmain.c Added -d option (increments debugging variable); mostly to get rid 1992-01-19 16:48:36 +00:00
strerror.c Added copyright notice. 1991-02-19 12:39:46 +00:00
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 Ensure that sys.argv[0] always exists (maybe as empty string). 1992-01-14 18:42:53 +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