The Python programming language
Go to file
Guido van Rossum 921842f2c2 Fixed resizestring() to work if reference tracing is turned on.
The realloc() call would move the list head without fixing the
pointers to in the the chain of allocated objects...
1990-11-18 17:30:23 +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 Moved configuration-dependent initializations (etc.) to config_*.c 1990-11-18 17:28:24 +00:00