cpython/Python
Guido van Rossum 6e93c07a06 Change RuntimeError into IOError when module file not found on reload. 1991-12-16 15:43:47 +00:00
..
bltinmodule.c Regularize exceptions. 1991-12-16 15:42:38 +00:00
ceval.c New argument passing mechanism. 1991-12-16 13:04:47 +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 Use SyntaxError. 1991-12-16 13:05:50 +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 Change RuntimeError into IOError when module file not found on reload. 1991-12-16 15:43:47 +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 Initial revision 1991-04-16 08:45:40 +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