0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Objects
2002-06-13 17:07:07 +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 Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from 2002-06-13 17:07:07 +00:00
descrobject.c
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
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 Fold remaining long lines. 2002-06-11 12:22:28 +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 Fix for problem reported by Neal Norwitz. Tighten up calculation of 2002-06-11 13:38:42 +00:00
stringobject.c This is my nearly two year old patch 2002-06-11 10:55:12 +00:00
structseq.c
tupleobject.c This is my nearly two year old patch 2002-06-11 10:55:12 +00:00
typeobject.c Undo the last chunk of the previous patch, putting back a useful 2002-06-10 15:29:03 +00:00
unicodectype.c
unicodeobject.c This is my nearly two year old patch 2002-06-11 10:55:12 +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