Author: mark.summerfield
Date: Fri Feb 8 14:24:20 2008
New Revision: 60669
Modified:
python/branches/py3k/Doc/library/datatypes.rst
Log:
Tiny grammatical fix.
Modified: python/branches/py3k/Doc/library/datatypes.rst
===
Author: raymond.hettinger
Date: Sat Feb 9 00:46:23 2008
New Revision: 60676
Modified:
python/branches/py3k/Doc/library/collections.rst
Log:
Smalls improvement to example in the docs for collections ABCs.
Modified: python/branches/py3k/Doc/library/collections.rst
==
Author: raymond.hettinger
Date: Sat Feb 9 01:08:16 2008
New Revision: 60678
Modified:
python/branches/py3k/Lib/_abcoll.py
Log:
Merge r60674 an 60675.
Modified: python/branches/py3k/Lib/_abcoll.py
==
--- python/branc
Author: raymond.hettinger
Date: Sat Feb 9 03:17:06 2008
New Revision: 60680
Modified:
python/branches/py3k/Doc/library/collections.rst
Log:
Finish the collections ABC table.
Identify which abstract methods need to be defined.
Show the inheritance hierarchy.
List all of the mixin methods provid
Author: raymond.hettinger
Date: Sat Feb 9 03:53:48 2008
New Revision: 60682
Modified:
python/branches/py3k/Lib/_abcoll.py
Log:
Merge r60679
Modified: python/branches/py3k/Lib/_abcoll.py
==
--- python/branches/py3k/Lib
Author: raymond.hettinger
Date: Sat Feb 9 04:25:08 2008
New Revision: 60683
Modified:
python/branches/py3k/Doc/library/collections.rst
python/branches/py3k/Lib/_abcoll.py
Log:
Document how to use Set and MutableSet as a mixin.
Modified: python/branches/py3k/Doc/library/collections.rst
Author: raymond.hettinger
Date: Sat Feb 9 04:48:16 2008
New Revision: 60685
Modified:
python/branches/py3k/Doc/library/collections.rst
Log:
Add another usage note for collections.Set
Modified: python/branches/py3k/Doc/library/collections.rst
===
Author: raymond.hettinger
Date: Sat Feb 9 05:13:49 2008
New Revision: 60686
Modified:
python/branches/py3k/Objects/rangeobject.c
Log:
Merge r60673
Modified: python/branches/py3k/Objects/rangeobject.c
==
--- python/bra