0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Objects
Guido van Rossum 2e8f6140ff If a type has a repr function but no print function, printing it now
calls the repr function.  When the refcount is bad, don't print
the object at all (chances of crashes).
Changes to checking and printing of references: the consistency
check is somewhat faster; don't print strings referenced once
(most occur in function's name lists).
1992-09-03 20:32:55 +00:00
..
classobject.c * macmodule.c: include allobjects.h, not .c 1992-08-14 13:49:30 +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 * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +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 Copyright for 1992 added 1992-04-05 14:26:55 +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 Copyright for 1992 added 1992-04-05 14:26:55 +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 * xxobject.c: added tp_as_number, tp_as_sequence, tp_as_mapping to 1992-08-14 12:04:19 +00:00