cpython/Objects
2004-08-13 03:18:29 +00:00
..
.cvsignore
abstract.c Check the type of values returned by __int__, __float__, __long__, 2004-07-19 16:29:17 +00:00
boolobject.c
bufferobject.c
cellobject.c
classobject.c Repair the same thinko in two places about handling of _Py_RefTotal in 2004-08-03 10:21:03 +00:00
cobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c Moved SunPro warning suppression into pyport.h and out of individual 2004-07-15 15:54:05 +00:00
enumobject.c
fileobject.c
floatobject.c Fix a couple of signed/unsigned comparison warnings 2004-07-08 01:55:58 +00:00
frameobject.c SF Bug #215126: Over restricted type checking on eval() function 2004-07-02 06:41:07 +00:00
funcobject.c This is my patch 2004-08-12 18:12:44 +00:00
genobject.c
intobject.c Check the type of values returned by __int__, __float__, __long__, 2004-07-19 16:29:17 +00:00
iterobject.c
listobject.c SF patch #1005778, Fix seg fault if list object is modified during list.index() 2004-08-13 03:18:29 +00:00
listsort.txt
longobject.c
methodobject.c
moduleobject.c
object.c SF bug #1004669: Type returned from .keys() is not checked 2004-08-07 04:55:30 +00:00
obmalloc.c
rangeobject.c Bug 1003935: xrange overflows 2004-08-08 07:17:39 +00:00
setobject.c Moved SunPro warning suppression into pyport.h and out of individual 2004-07-15 15:54:05 +00:00
sliceobject.c
stringobject.c This was quite a dark bug in my recent in-place string concatenation 2004-08-07 20:58:32 +00:00
structseq.c
tupleobject.c
typeobject.c Repair the same thinko in two places about handling of _Py_RefTotal in 2004-08-03 10:21:03 +00:00
unicodectype.c SF #989185: Drop unicode.iswide() and unicode.width() and add 2004-08-04 07:38:35 +00:00
unicodeobject.c SF #989185: Drop unicode.iswide() and unicode.width() and add 2004-08-04 07:38:35 +00:00
unicodetype_db.h SF #989185: Drop unicode.iswide() and unicode.width() and add 2004-08-04 07:38:35 +00:00
weakrefobject.c Be more careful about maintaining the invariants; it was actually 2004-08-03 14:47:25 +00:00