0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
Guido van Rossum 56cd67ad47 Get rid of redundant type checks.
Define % operator similar to int%int.
1992-01-26 18:16:35 +00:00
..
classobject.c
fileobject.c
floatobject.c Get rid of redundant type checks. 1992-01-26 18:16:35 +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
longobject.c Add prototypes. 1992-01-19 16:31:05 +00:00
methodobject.c
moduleobject.c
object.c
stringobject.c
tupleobject.c New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00
typeobject.c
xxobject.c