cpython/Python
Guido van Rossum 54a41d6366 Don't rely on <string.h> 1991-12-24 13:29:10 +00:00
..
bltinmodule.c Sorted exceptions; added ImportError. 1991-12-24 13:24:53 +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 Changed some RuntimeErrors. 1991-12-16 15:41:41 +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 printobject now returns an error code 1991-06-07 22:35:42 +00:00
strerror.c Added copyright notice. 1991-02-19 12:39:46 +00:00
strtod.c Don't rely on <string.h> 1991-12-24 13:29:10 +00:00
structmember.c Use new exceptions. 1991-12-10 14:00:03 +00:00
sysmodule.c Added sys.version object. 1991-12-10 14:00:21 +00:00
traceback.c Don't use printobject() to print a string (filename). 1991-06-24 22:25:27 +00:00