cpython/Objects
Raymond Hettinger 478d47a168 Close SF bug 563740. complex() now finds __complex__() in new style classes.
Made conversion failure error messages consistent between types.
Added related unittests.
2002-06-06 15:45:38 +00:00
..
.cvsignore
abstract.c Close SF bug 563740. complex() now finds __complex__() in new style classes. 2002-06-06 15:45:38 +00:00
boolobject.c Clean up the layout of the bool_as_number struct initializer. 2002-04-25 20:01:10 +00:00
bufferobject.c
cellobject.c
classobject.c
cobject.c
complexobject.c Close SF bug 563740. complex() now finds __complex__() in new style classes. 2002-06-06 15:45:38 +00:00
descrobject.c Fold long lines. (Walter, please take note! :-) 2002-04-13 14:06:36 +00:00
dictobject.c
enumobject.c - New builtin function enumerate(x), from PEP 279. Example: 2002-04-26 19:40:56 +00:00
fileobject.c file_doc: Add some description of the U mode character, but only when 2002-05-22 20:37:53 +00:00
floatobject.c clarify message when raising TypeError to indicate that float() accepts 2002-05-02 13:03:22 +00:00
frameobject.c Fix SF bug #505315: Make free and cell vars show up consistently in locals(). 2002-04-20 04:46:55 +00:00
funcobject.c
intobject.c Just added comments, and cleared some XXX questions, related to int 2002-04-28 16:57:34 +00:00
iterobject.c SF 560736. Optimize list iteration by filling the tp_iter slot. 2002-05-31 21:40:38 +00:00
listobject.c A bogus assert in the new listiter code prevented starting Python in a 2002-06-01 05:22:55 +00:00
longobject.c Clarify return value of PyLong_AsLongLong(). 2002-04-23 20:01:20 +00:00
methodobject.c
moduleobject.c Add a docstring to the module type. 2002-06-04 06:02:35 +00:00
object.c Fix typo 2002-05-31 20:23:33 +00:00
obmalloc.c PyObject_Realloc(): If a small block is shrinking, bite the expense of 2002-05-02 20:19:34 +00:00
rangeobject.c Pyrangeiter_Type && range_iter should be static 2002-06-06 14:58:21 +00:00
sliceobject.c
stringobject.c Change name from string to basestring 2002-05-31 19:58:02 +00:00
structseq.c
tupleobject.c
typeobject.c Address SF bug 519621: slots weren't traversed by GC. 2002-06-04 19:52:53 +00:00
unicodectype.c
unicodeobject.c Fix a possible segfault. Found be Neal Norvitz. 2002-05-29 13:46:29 +00:00
unicodetype_db.h
weakrefobject.c
xxobject.c Use function instead of macro spellings for PyObject_memorystuff. 2002-05-23 15:51:20 +00:00