[Python-3000-checkins] r60669 - python/branches/py3k/Doc/library/datatypes.rst

2008-02-08 Thread mark.summerfield
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 ===

[Python-3000-checkins] r60676 - python/branches/py3k/Doc/library/collections.rst

2008-02-08 Thread raymond.hettinger
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 ==

[Python-3000-checkins] r60678 - python/branches/py3k/Lib/_abcoll.py

2008-02-08 Thread raymond.hettinger
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

[Python-3000-checkins] r60680 - python/branches/py3k/Doc/library/collections.rst

2008-02-08 Thread raymond.hettinger
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

[Python-3000-checkins] r60682 - python/branches/py3k/Lib/_abcoll.py

2008-02-08 Thread raymond.hettinger
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

[Python-3000-checkins] r60683 - in python/branches/py3k: Doc/library/collections.rst Lib/_abcoll.py

2008-02-08 Thread raymond.hettinger
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

[Python-3000-checkins] r60685 - python/branches/py3k/Doc/library/collections.rst

2008-02-08 Thread raymond.hettinger
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 ===

[Python-3000-checkins] r60686 - python/branches/py3k/Objects/rangeobject.c

2008-02-08 Thread raymond.hettinger
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