cpython/Objects
Brett Cannon 5ad28e14b6 Tweak previous patch to silence a warning about the unused left value in the
comma expression in listpop() that was being returned.  Still essentially
unused (as it is meant to be), but now the compiler thinks it is worth
*something* by having it incremented.
2004-08-03 04:53: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
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 dump HAVE_FOPENRF stuff - obsolete 2004-06-11 04:49:03 +00:00
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 Remove unused macros in .c files 2004-07-08 01:49:00 +00:00
genobject.c Patch #966493: Cleanup generator/eval_frame exposure. 2004-06-27 15:43:12 +00:00
intobject.c Check the type of values returned by __int__, __float__, __long__, 2004-07-19 16:29:17 +00:00
iterobject.c
listobject.c Tweak previous patch to silence a warning about the unused left value in the 2004-08-03 04:53:29 +00:00
listsort.txt
longobject.c
methodobject.c
moduleobject.c
object.c Remove unused macros in .c files 2004-07-08 01:49:00 +00:00
obmalloc.c
rangeobject.c Add a missing decref. 2004-08-02 13:22:01 +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 .encode()/.decode() patch part 2. 2004-07-08 19:13:55 +00:00
structseq.c
tupleobject.c Add a final permutation step to the tuple hash function. 2004-06-10 18:42:15 +00:00
typeobject.c Cosmetic spacing fix. 2004-06-25 22:24:35 +00:00
unicodectype.c
unicodeobject.c Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). 2004-07-23 16:13:25 +00:00
unicodetype_db.h
weakrefobject.c SF bug #978308, Spurious errors taking bool of dead pro 2004-07-08 01:22:31 +00:00