0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Python
Guido van Rossum a9df32ab2a Minor changes.
1991-12-31 13:13:35 +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
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
getcwd.c
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
strerror.c
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