cpython/Objects
Guido van Rossum 27dec7e376 Export float_buf_repr() interface, for marshalling of floats. 1991-06-04 19:42:53 +00:00
..
classobject.c Renamed class methods to instance methods (which they are) 1991-05-05 20:03:07 +00:00
fileobject.c In support of popen(), file objects are now parametrized with a close 1991-06-04 19:37:39 +00:00
floatobject.c Export float_buf_repr() interface, for marshalling of floats. 1991-06-04 19:42:53 +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 Fix comments in string_as_sequence 1991-06-04 19:36:32 +00:00
tupleobject.c Finally implement tuple*number. From now on all sequence types 1991-06-04 19:35:24 +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