cpython/Objects
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
..
classobject.c New errors. 1990-10-21 22:15:08 +00:00
fileobject.c Reads of zero should be legal! 1990-10-26 14:58:11 +00:00
floatobject.c Moved prototyes for fmod and pow, and don't use them for THINK C. 1990-11-02 17:50:43 +00:00
funcobject.c New errors. 1990-10-21 22:15:08 +00:00
intobject.c Fix zero division checks: return if it occurs! 1990-10-26 14:58:41 +00:00
listobject.c Added external interface to sort a list. 1990-10-30 13:32:20 +00:00
methodobject.c New errors. 1990-10-21 22:15:08 +00:00
moduleobject.c Added getmodulename() public interface. 1990-10-26 15:00:11 +00:00
object.c Removed redundant prototype for err_nomem(). 1990-11-02 17:49:51 +00:00
stringobject.c Fixed resizestring() to work if reference tracing is turned on. 1990-11-18 17:30:23 +00:00
tupleobject.c New errors. 1990-10-21 22:15:08 +00:00
typeobject.c Initial revision 1990-10-14 12:07:46 +00:00
xxobject.c Initial revision 1990-10-14 12:07:46 +00:00