summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+4
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
* #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-3/+4
* Merge typo fix.Zachary Ware2014-01-141-1/+1
|\
| * Fix typo.Zachary Ware2014-01-141-1/+1
* | Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-241-1/+1
|\ \ | |/
| * Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-241-1/+1
* | Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of m...Raymond Hettinger2013-10-211-13/+0
* | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-3/+3
|\ \ | |/
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-3/+3
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Counter: fix recipe for "n least common elements". Found by Mikhail Golubev o...Georg Brandl2013-10-061-1/+1
* | Undo the deprecation of _asdict().Raymond Hettinger2013-05-181-5/+2
* | Deprecate nametuple._asdict()Raymond Hettinger2013-05-181-2/+5
* | MergeRaymond Hettinger2013-03-011-1/+1
|\ \ | |/
| * Regex should be a raw stringRaymond Hettinger2013-03-011-1/+1
* | Closes #16613: Added optional mapping argument to ChainMap.new_child.Vinay Sajip2013-01-111-4/+9
|/
* Update example: Counter.subtract returns None, not selfAndrew Svetlov2012-12-171-0/+1
|\
| * Update example: Counter.subtract returns None, not selfAndrew Svetlov2012-12-171-0/+1
* | Fix markup in Counter note.Georg Brandl2012-10-061-10/+10
* | Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard...Andrew Svetlov2012-10-041-1/+1
* | Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-311-1/+1
|\ \ | |/
| * Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-311-1/+1
* | update CodeTools link; thanks to Robert Kern from docs@Sandro Tosi2012-08-121-1/+1
* | Fix typoRaymond Hettinger2012-07-161-1/+1
* | Clean-up exampleRaymond Hettinger2012-07-161-5/+11
* | cm.parents is property, not a methodRaymond Hettinger2012-07-161-8/+9
* | Fix indentation of method and attribute examples.Raymond Hettinger2012-06-111-19/+17
* | Expand examples for ChainMap(). Improve markup.Raymond Hettinger2012-06-101-38/+74
* | Note that the _asdict() method is outdatedRaymond Hettinger2012-06-101-474/+475
* | Move ChainMap versionadded to be less ambiguous.Georg Brandl2012-04-031-2/+2
* | Fix indentation.Georg Brandl2012-03-081-59/+60
* | merge heads (#13887)Benjamin Peterson2012-01-271-0/+5
|\ \ | |/
| * note that get() is not affected by default_factory (closes #13887)Benjamin Peterson2012-01-271-0/+5
* | Issue #13121: Support in-place math operators for collections.Counter().Raymond Hettinger2011-10-191-1/+1
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Merge 3.2Éric Araujo2011-08-191-2/+1
|\ \ | |/
| * Fix a typo and touch up blank linesÉric Araujo2011-08-181-2/+2
* | Fix typoÉric Araujo2011-08-161-1/+1
* | Add support for unary plus and unary minus to collections.Counter()Raymond Hettinger2011-08-091-1/+13
* | Fix typo (reported by Hiro Ashiya).Raymond Hettinger2011-06-251-2/+2
|\ \ | |/
| * Fix typo (reported by Hiro Ashiya).Raymond Hettinger2011-06-251-2/+2
| * Improve glossary entry for ABCs.Éric Araujo2011-06-041-3/+4
| * Remove link that’s already present at the top of the fileÉric Araujo2011-06-031-3/+0
| * Fix named tuples to work with vars().Raymond Hettinger2011-06-031-0/+2
| * Simplify exampleRaymond Hettinger2011-05-211-4/+0
* | Use correct directive to document one methodÉric Araujo2011-06-111-1/+1
* | Fix reST label for collections ABCs.Éric Araujo2011-06-031-1/+1
* | Simplify exampleRaymond Hettinger2011-05-211-4/+0