summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-5/+5
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-1/+3
* #4000: fix several 2.x atavisms.Georg Brandl2008-10-041-1/+1
* Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge...Benjamin Peterson2008-09-171-1/+1
* remove some more bsddb referencesBenjamin Peterson2008-09-081-3/+0
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-36/+44
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-2/+2
* Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,...Georg Brandl2008-06-101-0/+3
* Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv...Benjamin Peterson2008-05-261-1/+1
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-1/+1
* Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge...Christian Heimes2008-05-081-10/+9
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-44/+47
* Merged revisions 62007 via svnmerge fromMartin v. Löwis2008-03-301-0/+10
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-40/+48
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-3/+3
* Move UserString to collections.Raymond Hettinger2008-02-211-0/+19
* Deleted two duplicated paragraphs in the intro. Added mention ofMark Summerfield2008-02-141-13/+7