cpython/Objects
Christian Heimes a22e8bdfd9 Added all PyTypeObjects to the appropriate header files.
Before the patch a lot of internal types weren't available in the header files. The patch exposes the new iterators, views and some other types to all C modules. I've also renamed some of the types and tp_names.
2007-11-29 22:35:39 +00:00
..
stringlib
abstract.c
boolobject.c
bytes_methods.c
bytesobject.c
cellobject.c Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
classobject.c Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
cobject.c
codeobject.c
complexobject.c Merged revisions 59202-59211 via svnmerge from 2007-11-28 10:04:30 +00:00
descrobject.c Added all PyTypeObjects to the appropriate header files. 2007-11-29 22:35:39 +00:00
dictnotes.txt
dictobject.c Added all PyTypeObjects to the appropriate header files. 2007-11-29 22:35:39 +00:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
genobject.c
iterobject.c Added all PyTypeObjects to the appropriate header files. 2007-11-29 22:35:39 +00:00
listobject.c Added all PyTypeObjects to the appropriate header files. 2007-11-29 22:35:39 +00:00
listsort.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c Added all PyTypeObjects to the appropriate header files. 2007-11-29 22:35:39 +00:00
setobject.c Added all PyTypeObjects to the appropriate header files. 2007-11-29 22:35:39 +00:00
sliceobject.c
stringobject.c Remove unused variable. 2007-11-25 00:31:12 +00:00
structseq.c
tupleobject.c Added all PyTypeObjects to the appropriate header files. 2007-11-29 22:35:39 +00:00
typeobject.c
unicodectype.c
unicodeobject.c Added view and iterator types to collections / _abcoll 2007-11-28 09:44:38 +00:00
unicodetype_db.h
weakrefobject.c