cpython/Python
Guido van Rossum f08ab0ad15 Skip leading whitespace of eval() string argument. 1992-03-04 16:41:41 +00:00
..
bltinmodule.c Skip leading whitespace of eval() string argument. 1992-03-04 16:41:41 +00:00
ceval.c Tighten error handling of string printing. 1992-03-04 16:39:08 +00:00
cgensupport.c Support for long integers 1991-07-27 21:34:00 +00:00
compile.c Raise SyntaxError for syntax errors detected in this phase. 1992-01-26 18:12:03 +00:00
errors.c EOF in source is a SyntaxError, not an EOFError. 1992-02-05 11:16:47 +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 Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h. 1992-02-26 15:19:13 +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 Set sys.last_{type,value} to characteristics of last unhandled exception. 1992-03-04 16:39:39 +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 sysset(name, NULL) does nothing if sys.name is undefined 1992-01-26 18:15:48 +00:00
traceback.c Move printing of filename and lineno to tb_displayline. 1992-02-26 15:17:59 +00:00