0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Objects
Guido van Rossum e32e014c7e Add prototypes.
Change / and % to match divmod.
1992-01-19 16:31:05 +00:00
..
classobject.c The cl_bases member of a class object is now never NULL. 1991-12-10 13:53:23 +00:00
fileobject.c Added message to EOFError. 1991-12-24 13:26:41 +00:00
floatobject.c Explicitly check for weird values after calling pow(). 1991-12-16 15:43:14 +00:00
frameobject.c Added f_lasti and f_lineno members. 1992-01-14 18:32:11 +00:00
funcobject.c Added READONLY specifier to data members. 1992-01-14 18:32:20 +00:00
intobject.c Make / and % do the same as divmod. 1992-01-19 16:28:51 +00:00
listobject.c Fix assignment of a list to a slice of itself. 1991-12-24 13:27:34 +00:00
longobject.c Add prototypes. 1992-01-19 16:31:05 +00:00
methodobject.c Add "varargs" attribute. 1991-12-16 13:07:24 +00:00
moduleobject.c Use new exceptions. 1991-12-10 14:00:03 +00:00
object.c Change error messages for impossible assignment slightly. 1991-12-24 13:28:03 +00:00
stringobject.c
tupleobject.c New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00
typeobject.c
xxobject.c