cpython/Objects
Guido van Rossum 3cf5b1eef9 Get rid of most of the flags (in tp_flags) that keep track of various
variations of the type struct and its attachments.  In Py3k, all type
structs have to have all fields -- no binary backwards compatibility.
Had to change the complex object to a new-style number!
2006-07-27 21:53:35 +00:00
..
stringlib Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 2006-06-08 14:42:34 +00:00
abstract.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
boolobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
bufferobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
bytesobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
cellobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
classobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
cobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
codeobject.c Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
complexobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
descrobject.c Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
dictnotes.txt Fix typos and add some elaborations 2004-03-15 15:52:22 +00:00
dictobject.c Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 2006-06-08 14:42:34 +00:00
enumobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
exceptions.c Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
fileobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
floatobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
frameobject.c Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
funcobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
genobject.c Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 2006-06-08 14:42:34 +00:00
intobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
iterobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
listobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
listsort.txt The key to the various sort columns got lost. Pulled from 2005-09-23 17:14:22 +00:00
longobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
methodobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
moduleobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
object.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
obmalloc.c Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
rangeobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
setobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
sliceobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
stringobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
structseq.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
tupleobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
typeobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
unicodectype.c Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
unicodeobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
unicodetype_db.h Update Unicode database to Unicode 4.1. 2006-03-09 23:38:20 +00:00
weakrefobject.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00