cpython/Objects
Hirokazu Yamamoto b24bb27d22 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. 2009-05-17 02:52:09 +00:00
..
stringlib Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 2009-05-05 18:26:08 +00:00
abstract.c completely ignore old-style stuff for type checking overloading 2009-05-16 22:40:56 +00:00
boolobject.c
bufferobject.c
bytearrayobject.c
bytes_methods.c
cellobject.c
classobject.c
cobject.c
codeobject.c PyCode_NewEmpty: 2009-05-08 21:51:06 +00:00
complexobject.c Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 2009-05-05 18:26:08 +00:00
descrobject.c Remove unused variable. 2009-05-05 09:20:52 +00:00
dictnotes.txt
dictobject.c
enumobject.c *sigh* deal with instances correctly 2009-05-09 17:23:03 +00:00
exceptions.c
fileobject.c Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. 2009-05-17 02:52:09 +00:00
floatobject.c Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. 2009-05-11 15:33:08 +00:00
frameobject.c Issue 5954, PyFrame_GetLineNumber: 2009-05-08 22:23:21 +00:00
funcobject.c
genobject.c
intobject.c
iterobject.c
listobject.c
listsort.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
object.c this is now a bound method 2009-05-08 03:29:26 +00:00
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c
structseq.c
tupleobject.c
typeobject.c properly lookup __instancecheck__ and __subclasscheck__ 2009-05-16 21:44:25 +00:00
unicodectype.c
unicodeobject.c #5929: fix signedness warning. 2009-05-05 09:19:43 +00:00
unicodetype_db.h
weakrefobject.c