summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unneeded backslashesÉric Araujo2011-04-241-4/+4
|\ \ | |/
| * Remove unneeded backslashesÉric Araujo2011-04-241-2/+2
* | mergeRaymond Hettinger2011-04-161-0/+20
|\ \ | |/
| * mergeRaymond Hettinger2011-04-161-0/+20
| |\
| | * Add another example to the collections module docs.Raymond Hettinger2011-04-161-0/+20
* | | Fix markup.Raymond Hettinger2011-04-121-2/+2
* | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-2/+9
|\ \ \ | |/ /
| * | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-2/+9
| * | #10617: merge with 3.1.Ezio Melotti2011-03-281-8/+50
| |\ \ | | |/
| | * #10617: add class directives to collections ABCs.Ezio Melotti2011-03-281-8/+50
* | | Expose the namedtuple source with a _source attribute.Raymond Hettinger2011-03-231-48/+13
* | | Fix set representation in an example.Raymond Hettinger2011-03-231-1/+1
* | | Minor named tuple clean-ups.Raymond Hettinger2011-03-231-32/+33
* | | MergeAntoine Pitrou2011-03-221-0/+1
|\ \ \ | |/ /
| * | Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
| |\ \ | | |/
| | * Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
| | * Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,...Georg Brandl2011-02-251-2/+2
| | * Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-...Georg Brandl2011-02-251-1/+1
| | * Merged revisions 84142 via svnmerge fromGeorg Brandl2010-10-061-2/+1
| | * Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge...Georg Brandl2010-10-061-1/+1
| | * Backport doc readability improvements for the collections module.Raymond Hettinger2010-08-081-125/+132
| | * Document how to change OrderedDict update order from first to last.Raymond Hettinger2010-07-311-0/+12
| | * Merged revisions 82952,82954 via svnmerge fromBenjamin Peterson2010-07-181-16/+17
| | * Add usage notes for collections.Counter()Raymond Hettinger2010-04-121-0/+27