cpython/Objects
Mark Dickinson e31d300664 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.
Thanks Case Van Horsen for the patch.
2009-12-21 11:21:25 +00:00
..
stringlib Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. 2009-11-29 17:40:57 +00:00
abstract.c substitute PyDict_Check() for PyObject_IsInstance 2009-12-10 03:37:59 +00:00
boolobject.c
bufferobject.c
bytearrayobject.c
bytes_methods.c
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c Include ieeefp.h (when available) in pyport.h instead of individually in 2009-11-28 12:30:36 +00:00
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c Include ieeefp.h (when available) in pyport.h instead of individually in 2009-11-28 12:30:36 +00:00
frameobject.c
funcobject.c
genobject.c
intobject.c Avoid undefined behaviour due to overflow in i_divmod (Objects/intobject.c). 2009-12-04 11:24:38 +00:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. 2009-12-21 11:21:25 +00:00
memoryobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c disable pymalloc tricks with the --with-valgrind option #2422 2009-12-03 02:52:39 +00:00
rangeobject.c
setobject.c
sliceobject.c
stringobject.c Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. 2009-11-29 17:40:57 +00:00
structseq.c
tupleobject.c Issue #7466: segmentation fault when the garbage collector is called 2009-12-12 19:13:08 +00:00
typeobject.c remove type_compare, since type_richcompare does the same trick 2009-12-16 03:36:22 +00:00
unicodectype.c
unicodeobject.c Issue #1680159: unicode coercion during an 'in' operation was masking 2009-12-14 16:28:26 +00:00
unicodetype_db.h
weakrefobject.c #5037 proxy __unicode__ correctly 2009-11-19 03:00:02 +00:00