cpython/Python
Guido van Rossum e9736fc8a1 Free parse tree after compiling.
Added support for class definitions.
Reorganized main interpreter loop to fetch op and arg once at the head.
Use two bytes for arguments (see ceval.c).
1990-11-18 17:33:06 +00:00
..
ceval.c Free parse tree after compiling. 1990-11-18 17:33:06 +00:00
cgensupport.c Initial revision 1990-10-14 12:07:46 +00:00
compile.c Initial revision 1990-11-18 17:27:39 +00:00
errors.c Reformulated err_badarg error message. 1990-11-09 15:05:53 +00:00
fmod.c Initial revision 1990-10-14 12:07:46 +00:00
graminit.c removed dir statement. Function arguments may now be tests. 1990-10-26 15:01:05 +00:00
import.c Added reload() functionality. 1990-10-26 14:58:58 +00:00
modsupport.c Move err_badarg() and err_nomme() to errors.c. 1990-10-14 20:02:48 +00:00
pythonmain.c Moved configuration-dependent initializations (etc.) to config_*.c 1990-11-18 17:28:24 +00:00
strerror.c Added provision for THINK C which doesn't have sys_nerrors or sys_errlist. 1990-11-02 17:51:17 +00:00
sysmodule.c Initial revision 1990-10-14 12:07:46 +00:00