0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
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
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
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
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