cpython/Objects
1991-06-03 10:58:24 +00:00
..
classobject.c Renamed class methods to instance methods (which they are) 1991-05-05 20:03:07 +00:00
fileobject.c Call clearerr() after EOF seen. 1991-06-03 10:54:55 +00:00
floatobject.c Fix special cases in pow() 1991-05-28 21:57:39 +00:00
frameobject.c Added copyright notice. 1991-02-19 12:39:46 +00:00
funcobject.c Added copyright notice. 1991-02-19 12:39:46 +00:00
intobject.c Added nonzero test 1991-05-14 12:05:32 +00:00
listobject.c Add warning about Lambert's bug. 1991-04-16 08:41:06 +00:00
longobject.c Added dnewlongobject(), function to convert double to long int. 1991-06-03 10:58:24 +00:00
methodobject.c Added copyright notice. 1991-02-19 12:39:46 +00:00
moduleobject.c Added copyright notice. 1991-02-19 12:39:46 +00:00
object.c Enabled (and fixed) newvarobject() 1991-05-05 20:10:41 +00:00
stringobject.c Optimized single-character strings gotten from s[i]. 1991-04-04 10:48:33 +00:00
tupleobject.c Added copyright notice. 1991-02-19 12:39:46 +00:00
typeobject.c Added copyright notice. 1991-02-19 12:39:46 +00:00
xxobject.c Added copyright notice. 1991-02-19 12:39:46 +00:00