cpython/Objects
Guido van Rossum 0558a205a3 Added getmodulename() public interface. 1990-10-26 15:00:11 +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 New errors. 1990-10-21 22:15:08 +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 New errors. 1990-10-21 22:15:08 +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 Initial revision 1990-10-14 12:07:46 +00:00
stringobject.c New errors. 1990-10-21 22:15:08 +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