cpython/Objects
Guido van Rossum fa3da8aa7c Include modsupport.h for getargs(). 1992-01-27 16:53:23 +00:00
..
classobject.c The cl_bases member of a class object is now never NULL. 1991-12-10 13:53:23 +00:00
fileobject.c Include modsupport.h for getargs(). 1992-01-27 16:53:23 +00:00
floatobject.c Get rid of redundant type checks. 1992-01-26 18:16:35 +00:00
frameobject.c Added f_lasti and f_lineno members. 1992-01-14 18:32:11 +00:00
funcobject.c Added READONLY specifier to data members. 1992-01-14 18:32:20 +00:00
intobject.c Make / and % do the same as divmod. 1992-01-19 16:28:51 +00:00
listobject.c Include modsupport.h for getargs(). 1992-01-27 16:53:23 +00:00
longobject.c Add prototypes. 1992-01-19 16:31:05 +00:00
methodobject.c Add "varargs" attribute. 1991-12-16 13:07:24 +00:00
moduleobject.c Use new exceptions. 1991-12-10 14:00:03 +00:00
object.c Change error messages for impossible assignment slightly. 1991-12-24 13:28:03 +00:00
stringobject.c printobject now returns an error code 1991-06-07 22:58:57 +00:00
tupleobject.c New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00
typeobject.c The print operation now returns status! 1991-07-01 18:52:31 +00:00
xxobject.c Added copyright notice. 1991-02-19 12:39:46 +00:00