cpython/Objects
Guido van Rossum 3cca24570e Got rid of all the last_name_* bogosities. I don't think the
complexity saved much any more.  A simple benchmark (grail) showed
that there were 3 times as many misses as hits, and the same number of
times again the code was bypassed altogether due to the existence of
setattro/getattro.
1997-05-16 14:23:33 +00:00
..
Makefile.in Renamed mappingobject.c to dictobject.c. 1997-05-13 21:05:38 +00:00
abstract.c Fix reversed test for failure in PySequence_List() and PySequence_Tuple(). 1997-05-14 18:43:29 +00:00
classobject.c removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. 1997-05-09 01:07:15 +00:00
cobject.c Keep gcc -Wall happy. 1997-02-14 21:12:56 +00:00
complexobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
dictobject.c Got rid of all the last_name_* bogosities. I don't think the 1997-05-16 14:23:33 +00:00
fileobject.c Add optional 'sizehint' argument to readlines(). After approximately 1997-05-10 22:33:55 +00:00
floatobject.c Faster floating point allocator, same idea as the int allocator. 1997-05-13 21:00:42 +00:00
frameobject.c Massive changes for separate thread state management. 1997-05-05 20:56:21 +00:00
funcobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
intobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
listobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
longobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
methodobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
moduleobject.c removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. 1997-05-09 01:07:15 +00:00
object.c Oops, another forgotten renaming: varobject -> PyVarObject. 1997-05-15 21:31:03 +00:00
rangeobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
sliceobject.c Ellipses -> Ellipsis rename (the dictionary really says that it should 1996-10-11 16:25:41 +00:00
stringobject.c Checkin of Jack's buffer mods. 1997-05-05 22:15:02 +00:00
tupleobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
typeobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
xxobject.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00