summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
* | | Forward port doc update.Raymond Hettinger2011-03-161-9/+9
|\ \ \ | |/ /
| * | Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts ...Raymond Hettinger2011-03-161-9/+9
* | | Use with statement where it improves the documentation (closes #10461)Éric Araujo2011-03-111-1/+2
* | | Make Py3.x style "import builtins"Raymond Hettinger2011-02-261-2/+2
* | | Issue #11297: Add collections.ChainMap()Raymond Hettinger2011-02-261-0/+114
* | | Issue #11085: Moved collections abstract base classes into a separate moduleRaymond Hettinger2011-02-221-122/+5
|/ /
* | Punctuation typos.Georg Brandl2011-02-031-2/+2
* | Punctuation typo.Raymond Hettinger2011-02-021-1/+1
* | More source links.Raymond Hettinger2011-01-271-1/+1
* | Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* | Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+2
* | Revert r87823 which moved the source link to the wrong section.Raymond Hettinger2011-01-071-3/+5
* | Put those source links togetherAntoine Pitrou2011-01-071-5/+3
* | Fix typo.Georg Brandl2010-12-181-1/+1
* | Add some internal links.Raymond Hettinger2010-11-301-1/+2
* | Issue 6722: Improve the namedtuple examples.Raymond Hettinger2010-11-211-1/+5
* | Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+8
* | Tweak example to make clear the argument is a boolean, not any integer.Éric Araujo2010-11-061-1/+1
* | Add method to OrderedDict for repositioning keys to the ends.Raymond Hettinger2010-09-061-0/+17
* | Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-1/+4
* | Issue #9507: Named tuple repr will now automatically display the rightRaymond Hettinger2010-08-081-1/+1