summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-1/+1
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-10-271-1/+1
* Merged revisions 68797 via svnmerge fromGeorg Brandl2009-10-271-11/+0
* Merged revisions 68605 via svnmerge fromGeorg Brandl2009-10-271-5/+3
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-271-6/+6
* Sync-up examples with Py2.7 updates.Raymond Hettinger2009-05-221-25/+22
* Add MutableSet example.Raymond Hettinger2009-03-201-1/+5
* Clean-up named tuple docs.Raymond Hettinger2009-02-111-4/+5
* Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t...Raymond Hettinger2009-01-291-15/+13
* Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-031-13/+13
* Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,...Georg Brandl2008-12-051-5/+5
* Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-071-1/+3
* usageSkip Montanaro2008-09-171-1/+1
* Add missing ABCs to list.Georg Brandl2008-07-081-36/+44
* Fix whitespace in example code.Raymond Hettinger2008-06-271-2/+2
* Issue3065: Fixed pickling of named tuples. Added tests.Raymond Hettinger2008-06-091-0/+3
* Fix typoRaymond Hettinger2008-05-231-1/+1
* Fix-up the enumerate type example and move it to the end.Raymond Hettinger2008-05-081-10/+9
* reformat some documentation of classes so methods and attributes are under th...Benjamin Peterson2008-04-251-45/+48
* #2502: add example how to do enum types with named tuples.Georg Brandl2008-03-281-0/+10
* Make collections' doctests executable.Georg Brandl2008-03-221-43/+51
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-2/+2
* Backport ABC docsRaymond Hettinger2008-02-111-8/+120
* Removed an unnecessary and confusing paragraph from the namedtuple docs.Raymond Hettinger2008-01-271-10/+1
* Better variable name in an example.Raymond Hettinger2008-01-181-2/+2
* Minor wordsmithing.Raymond Hettinger2008-01-161-2/+1
* Fix-up half-written paragraph in the docsRaymond Hettinger2008-01-151-7/+3
* Refactor if/elif chain for clarity and speed. Remove dependency on subclasse...Raymond Hettinger2008-01-151-0/+8
* Run doctests on the collections moduleRaymond Hettinger2008-01-111-1/+1
* Neaten-up the named tuple docsRaymond Hettinger2008-01-101-7/+7
* Clarify how to add a field to a named tuple.Raymond Hettinger2008-01-101-1/+1
* Examples for named tuple subclassing should include __slots__Raymond Hettinger2008-01-101-3/+4
* Fix typoRaymond Hettinger2008-01-091-1/+1
* Syntax highlighting only works when >>> lines are accompanied by ... linesRaymond Hettinger2008-01-091-8/+8
* Docs on named tuple's naming conventions and limits of subclassingRaymond Hettinger2008-01-081-1/+7
* Documentation nits.Raymond Hettinger2008-01-071-5/+5
* Use get() instead of pop() for the optimized version of _replace().Raymond Hettinger2008-01-071-1/+1
* Minor markup fixRaymond Hettinger2008-01-071-1/+1
* Cleanup named tuple subclassing example.Raymond Hettinger2008-01-071-10/+12
* Restore "somenamedtuple" as the "class" for named tuple attrs.Georg Brandl2008-01-071-11/+7
* Clean up markup.Georg Brandl2008-01-071-7/+5
* Add another named tuple subclassing example.Raymond Hettinger2008-01-071-0/+8
* Cleanup subclassing example to more clearly show fixed-width print format.Raymond Hettinger2008-01-071-5/+5
* Add subclassing example to docs for named tuples.Raymond Hettinger2008-01-071-6/+13
* Small code simplification. Forgot that classmethods can be called from intan...Raymond Hettinger2008-01-061-1/+1
* Add error-checking to namedtuple's _replace() method.Raymond Hettinger2008-01-051-1/+4
* Improve namedtuple's _cast() method with a docstring, new name, and error-che...Raymond Hettinger2008-01-051-16/+16
* Minor fix-ups to named tuples:Raymond Hettinger2008-01-041-10/+13
* Some cleanup in the docs.Georg Brandl2007-12-291-1/+1
* Users demand iterable input for named tuples. The author capitulates.Raymond Hettinger2007-12-181-16/+21