cpython/Objects
Guido van Rossum 91ab4a8353 If an attribute is deleted, __setattr__ is called with 2 instead of 3
arguments (adding __delattr__ was deemed too much overhead)
1994-08-16 22:13:47 +00:00
..
accessobject.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
classobject.c If an attribute is deleted, __setattr__ is called with 2 instead of 3 1994-08-16 22:13:47 +00:00
dictobject.c Fix lay-out of previous fix. 1993-11-23 17:54:03 +00:00
fileobject.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
floatobject.c New patches by Andrew to fix various problems 1994-08-12 12:52:35 +00:00
frameobject.c * clmodule.c (doParams): free PVbuffer in error condition. 1993-08-03 15:11:36 +00:00
funcobject.c * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 1993-11-30 13:40:46 +00:00
intobject.c Added getmaxint() so sys can initialize sys.maxint. 1993-12-24 10:22:45 +00:00
listobject.c * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +00:00
longobject.c * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
Makefile.in Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
mappingobject.c Fix lay-out of previous fix. 1993-11-23 17:54:03 +00:00
methodobject.c * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
moduleobject.c * import.c (get_module): total rewrite, to ensure proper search order: for 1993-11-17 22:58:56 +00:00
object.c * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
rangeobject.c * rangeobject.[ch], bltinmodule.c: incorporate new version of range 1993-12-21 22:50:31 +00:00
stringobject.c Fix the fix :-( 1993-11-11 15:03:51 +00:00
tupleobject.c * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +00:00
typeobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
xxobject.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00