0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Objects
Guido van Rossum c1c7b1a699 Slight rearrangement of code in lookdict() by Vladimir Marangozov, to
make a common case slightly faster.
1998-10-06 16:01:14 +00:00
..
abstract.c Believe it or not, Solaris 2.6 strtod() can move the end pointer 1998-10-01 20:35:46 +00:00
classobject.c
cobject.c
complexobject.c
dictobject.c Slight rearrangement of code in lookdict() by Vladimir Marangozov, to 1998-10-06 16:01:14 +00:00
fileobject.c
floatobject.c
frameobject.c In PyFrame_New(), don't set extras to something derived from code 1998-09-25 14:11:46 +00:00
funcobject.c
intobject.c
listobject.c
longobject.c Patches from Greg Stein to support 'P' format in struct module's 1998-09-18 14:14:13 +00:00
Makefile.in
methodobject.c
moduleobject.c
object.c
rangeobject.c
sliceobject.c
stringobject.c Typo reported by Greg Stein: "modifiable" is the correct spelling. 1998-10-01 15:59:48 +00:00
tupleobject.c
typeobject.c
xxobject.c