summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Fix a typo and remove some unneeded markupÉric Araujo2011-08-191-6/+5
* Backport source links from 3.x.Éric Araujo2011-08-191-8/+4
* Avoid title case in flowing text (backport from 3.2)Éric Araujo2011-08-131-2/+3
* Improve glossary entry for ABCs.Éric Araujo2011-07-291-6/+6
* Fix named tuples to work with vars().Raymond Hettinger2011-06-031-1/+3
* Simplify exampleRaymond Hettinger2011-05-211-4/+0
* Add another example to the collections module docs.Raymond Hettinger2011-04-161-0/+20
* #10617: add class directives to collections ABCs.Ezio Melotti2011-03-281-8/+50
* Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+1
* Minor doc clean-up.Raymond Hettinger2011-03-191-13/+13
* Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-...Georg Brandl2011-02-251-2/+2
* Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,...Georg Brandl2011-02-251-1/+1
* Add missing label.Georg Brandl2010-12-041-0/+2
* Add some internal links.Raymond Hettinger2010-11-301-4/+3
* Move version added notes into the index tableRaymond Hettinger2010-11-061-19/+7
* Provide links to Python source in a handful ofRaymond Hettinger2010-11-051-0/+7
* Note default values for namedtuple extra args.Georg Brandl2010-10-171-1/+1
* Backport improvements to doc readability for the collections module.Raymond Hettinger2010-08-081-121/+125
* Merged revisions 83328,83341 via svnmerge fromGeorg Brandl2010-08-011-0/+12
* Merged revisions 82952 via svnmerge fromBenjamin Peterson2010-07-181-1/+1
* Add usage notes for collections.Counter().Raymond Hettinger2010-04-121-0/+27
* Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and...Ezio Melotti2010-04-041-3/+1
* Add a versionadded to Counter.subtract() doc.Ezio Melotti2010-04-041-0/+2
* Add count() method to collections.deque().Raymond Hettinger2010-04-031-0/+6
* Add subtract() method to collections.Counter() objects.Raymond Hettinger2010-04-031-0/+11
* Add nicer docstrings to namedtuples().Raymond Hettinger2010-03-091-2/+5
* typo: __next__ -> nextEzio Melotti2010-02-261-1/+1
* #7586: fix typo.Georg Brandl2009-12-281-1/+1
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-191-1/+1
* Add a reverse() method to collections.deque().Raymond Hettinger2009-12-101-0/+5
* Show example of how to make a sorted dictionaryRaymond Hettinger2009-11-101-0/+22
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-271-6/+6
* Fix-up moving average example.Raymond Hettinger2009-05-221-5/+3
* Note that ordered dictionaries work with reversed().Raymond Hettinger2009-05-191-0/+3
* Make the doctests in the docs pass, except for those in the turtle module.Georg Brandl2009-04-281-3/+3
* Fix the count of datatypes.Raymond Hettinger2009-04-101-1/+1
* Add note on using keyword arguments with OrderedDict.Raymond Hettinger2009-04-091-0/+4
* Update docs for namedtuple's renaming change.Raymond Hettinger2009-04-021-1/+1
* Improve examples for collections.deque()Raymond Hettinger2009-03-311-25/+24
* Add MutableSet example.Raymond Hettinger2009-03-201-1/+6
* * Add clearer comment to initialization code.Raymond Hettinger2009-03-191-2/+10
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-101-0/+9
* Fix markup.Raymond Hettinger2009-03-031-1/+1
* Backport 70106: Add OrderedDict support to collections.namedtuple().Raymond Hettinger2009-03-031-5/+9
* Backport PEP 372: OrderedDict()Raymond Hettinger2009-03-031-2/+30
* Clarify Counter() docs.Raymond Hettinger2009-02-251-8/+6
* Restore Py2.x version of sample call to super().Raymond Hettinger2009-02-251-5/+6
* Fix-up intro paragraph for collections docs.Raymond Hettinger2009-02-171-13/+13