summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 76906 via svnmerge fromEzio Melotti2009-12-191-1/+1
* Show example of how to make a sorted dictionaryRaymond Hettinger2009-11-101-0/+22
* Merged revisions 74762 via svnmerge fromEzio Melotti2009-09-131-1/+1
* Merged revisions 74748 via svnmerge fromEzio Melotti2009-09-121-4/+4
* Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-271-6/+6
* Fix-up moving average example.Raymond Hettinger2009-05-221-3/+2
* Note that ordered dictionaries work with reversed().Raymond Hettinger2009-05-191-0/+3
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-081-3/+3
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-2/+2
* 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/+23
* Add MutableSet example.Raymond Hettinger2009-03-201-1/+6
* Forward port r70470 and r70473 for OrderedDict to use a doubly linked list.Raymond Hettinger2009-03-191-2/+10
* Record version added as 3.1.Raymond Hettinger2009-03-101-1/+1
* 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
* Add OrderedDict support to collections.namedtuple().Raymond Hettinger2009-03-021-5/+9
* Fix versionchanged.Raymond Hettinger2009-03-021-1/+1
* fix versionaddedBenjamin Peterson2009-03-021-2/+2
* PEP 372: OrderedDict()Raymond Hettinger2009-03-021-1/+28
* Sync-up 3.1 docs with 2.7 for collections.Counter().Raymond Hettinger2009-02-251-7/+6
* Fix-up intro paragraph for collections docs.Raymond Hettinger2009-02-171-7/+4
* Clean-up named tuple docs.Raymond Hettinger2009-02-111-4/+5
* Merged revisions 69466,69480 via svnmerge fromBenjamin Peterson2009-02-101-1/+9
* Minor doc fixes.Raymond Hettinger2009-02-041-1/+1
* Tweak the docs for Counter() objects.Raymond Hettinger2009-02-041-4/+4
* Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t...Raymond Hettinger2009-01-291-15/+13
* Forward port r69001: itertools.combinations_with_replacement().Raymond Hettinger2009-01-271-2/+1
* Tweak column alignment in collections docs.Raymond Hettinger2009-01-271-33/+26
* Forward port r68941 adding itertools.compress().Raymond Hettinger2009-01-261-1/+1
* More doc tweaks.Raymond Hettinger2009-01-221-15/+12
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-211-25/+21
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-211-14/+6
* Beautify and cleanup the references section.Raymond Hettinger2009-01-201-12/+19
* Fix typos.Raymond Hettinger2009-01-201-3/+3
* Forward port r68797: Fix-up jump targets in collections docs.Raymond Hettinger2009-01-201-15/+1
* Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ...Raymond Hettinger2009-01-201-4/+33
* Issue #1696199: Add collections.Counter().Raymond Hettinger2009-01-141-0/+134
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-031-3/+3
* Remove trailing whitespace.Georg Brandl2009-01-031-21/+21