summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* Add usage notes for collections.Counter()Raymond Hettinger2010-04-121-0/+27
* Merged revisions 79733,79735 via svnmerge fromEzio Melotti2010-04-041-1/+3
* Add count() method to collections.deque().Raymond Hettinger2010-04-031-0/+6
* Add a subtract() method to collections.Counter()Raymond Hettinger2010-04-031-0/+11
* Add nice docstrings to namedtuples.Raymond Hettinger2010-04-021-2/+5
* Merged revisions 77084 via svnmerge fromGeorg Brandl2009-12-281-1/+1
* Merged revisions 76904 via svnmerge fromEzio 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
* more list()s on dictviewsEzio Melotti2009-09-131-1/+1
* d.items() -> list(d.items()) in the examplesEzio Melotti2009-09-121-4/+4
* Merged revisions 74209 via svnmerge fromGeorg 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-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