cpython/Python
Guido van Rossum 6a468bf71c Raise SystemExit instead of calling goaway(). 1991-12-31 13:15:35 +00:00
..
bltinmodule.c Added SystemExit. 1991-12-31 13:13:47 +00:00
ceval.c Negative subscript are now allowed as in slices. 1991-12-24 13:25:19 +00:00
cgensupport.c Support for long integers 1991-07-27 21:34:00 +00:00
compile.c Minor changes. 1991-12-31 13:13:35 +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 Use IOError and ImportError when import fails. 1991-12-24 13:26:56 +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 Catch SystemExit and go away if it is caught. 1991-12-31 13:14:48 +00:00
strerror.c Added copyright notice. 1991-02-19 12:39:46 +00:00
strtod.c Clear errno, just to be sure. 1991-12-31 13:15:19 +00:00
structmember.c Use new exceptions. 1991-12-10 14:00:03 +00:00
sysmodule.c Raise SystemExit instead of calling goaway(). 1991-12-31 13:15:35 +00:00
traceback.c Don't use printobject() to print a string (filename). 1991-06-24 22:25:27 +00:00