summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-121-2/+9
* Move UserList to collections.Raymond Hettinger2008-02-121-3/+45
* Add another usage note for collections.SetRaymond Hettinger2008-02-091-1/+8
* Document how to use Set and MutableSet as a mixin.Raymond Hettinger2008-02-091-1/+18
* Finish the collections ABC table.Raymond Hettinger2008-02-091-35/+36
* Smalls improvement to example in the docs for collections ABCs.Raymond Hettinger2008-02-081-5/+7
* Fix-up the collections docs.Raymond Hettinger2008-02-061-18/+41
* Fixed a table and a title that were broken.Mark Summerfield2008-02-061-12/+14
* Update docs for collections ABCs and for collections.UserDict.Raymond Hettinger2008-02-061-7/+41
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-1/+1
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-10/+1
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-191-2/+2
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-0/+3
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-11/+12
* Fixed print -> print()Christian Heimes2008-01-101-2/+2
* Merged revisions 59864-59882 via svnmerge fromChristian Heimes2008-01-101-9/+9
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-8/+15
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-20/+18
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-071-12/+25