The Python programming language https://www.python.org
Find a file
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
Doc New names etc. 1990-10-07 12:35:53 +00:00
Grammar Initial revision 1990-10-14 12:07:46 +00:00
Include Initial revision 1990-11-18 17:27:39 +00:00
Lib Initial revision 1990-11-05 19:44:36 +00:00
Modules Turn close commands into WE_CLOSE events. 1990-11-06 15:17:35 +00:00
Objects Fixed resizestring() to work if reference tracing is turned on. 1990-11-18 17:30:23 +00:00
Parser Increment line number for continuation lines. 1990-11-09 15:08:39 +00:00
Python Free parse tree after compiling. 1990-11-18 17:33:06 +00:00