cpython/Objects
Guido van Rossum 3293b07df5 Patch by Mark Hammond to support 64-bit ints on MS platforms.
The MS compiler doesn't call it 'long long', it uses __int64,
so a new #define, LONG_LONG, has been added and all occurrences
of 'long long' are replaced with it.
1998-08-25 16:07:15 +00:00
..
Makefile.in
abstract.c Better error messages when a sequence is indexed with a non-integer. 1998-08-13 16:44:44 +00:00
classobject.c Fix a memory leak -- the cached values of __getattr__ etc. were never 1998-08-04 14:59:16 +00:00
cobject.c
complexobject.c
dictobject.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
intobject.c
listobject.c
longobject.c Patch by Mark Hammond to support 64-bit ints on MS platforms. 1998-08-25 16:07:15 +00:00
methodobject.c
moduleobject.c
object.c
rangeobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c