cpython/Objects
Guido van Rossum 94472a0374 classobject.c moduleobject.c stdwinmodule.c xxobject.c:
raise AttributeError, not KeyError, when attribute deletion fails.
sunaudiodevmodule.c: check for deletion before calling setmember.
1992-09-04 09:45:18 +00:00
..
classobject.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
fileobject.c * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
floatobject.c * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 1992-08-14 12:06:52 +00:00
frameobject.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
funcobject.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
intobject.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
listobject.c Remove outdated warning in comments. 1992-09-03 20:44:36 +00:00
longobject.c oct(0) should return '0', not '00' 1992-08-14 15:13:07 +00:00
methodobject.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
moduleobject.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
object.c If a type has a repr function but no print function, printing it now 1992-09-03 20:32:55 +00:00
stringobject.c Remove bogus type-and-refcnt setting from newsizedstringobject(). 1992-09-03 20:44:02 +00:00
tupleobject.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
typeobject.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
xxobject.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00