cpython/Objects
Guido van Rossum 6f72f97c03 Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit
machines, the string may get longer than 20 characters!
1997-01-14 15:43:41 +00:00
..
abstract.c PySequence_Index(): set exception when object is not found in 1996-12-18 19:32:18 +00:00
classobject.c
cobject.c
complexobject.c New, better hash for floating point and complex 1997-01-11 19:26:21 +00:00
dictobject.c
fileobject.c
floatobject.c New, better hash for floating point and complex 1997-01-11 19:26:21 +00:00
frameobject.c
funcobject.c
intobject.c Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit 1997-01-14 15:43:41 +00:00
listobject.c Change comment about MINSIZE -- 10 is optimal for Python. 1996-12-16 03:32:39 +00:00
longobject.c Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). 1997-01-03 17:14:46 +00:00
Makefile.in Removed all traces of accessobject.c. 1996-12-25 19:22:49 +00:00
mappingobject.c
methodobject.c
moduleobject.c
object.c
rangeobject.c
sliceobject.c
stringobject.c Add const to error and newstring functions 1996-12-10 15:33:34 +00:00
tupleobject.c Better tuple hash function. 1996-12-16 17:55:46 +00:00
typeobject.c
xxobject.c