summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-3/+2
* Issue #25286: Dictionary views are not sequencesMartin Panter2015-10-071-1/+1
* Make an example a little clearerRaymond Hettinger2015-08-301-0/+1
* #19934: fix mangled wordingAndrew Kuchling2015-05-131-3/+3
* Issue #19934: Document *None* as an acceptable input to Counter.most_common(...Raymond Hettinger2015-05-131-3/+3
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-051-2/+2
* Fix guidance for subclassing collections.Set()Raymond Hettinger2014-07-021-1/+1
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-3/+3
* Counter: fix recipe for "n least common elements". Found by Mikhail Golubev o...Georg Brandl2013-10-061-1/+1
* Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.Raymond Hettinger2013-05-271-0/+6
* Issue #15535: Fix regression in pickling of named tuples.Raymond Hettinger2013-05-031-3/+1
* Update collections ABC table to match the __abstractmethods__ attribute for e...Raymond Hettinger2013-03-231-21/+27
* The example regex should be a raw string.Raymond Hettinger2013-02-281-1/+1
* Update example: Counter.subtract returns None, not selfAndrew Svetlov2012-12-171-0/+1
* Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-311-1/+1
* Code cleanupsRaymond Hettinger2012-06-081-31/+33
* note that get() is not affected by default_factory (closes #13887)Benjamin Peterson2012-01-271-0/+5
* 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