summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Improve readability of collections docs by adding a summary tableRaymond Hettinger2010-08-081-125/+132
* | Document how to change OrderedDict update order from first to last.Raymond Hettinger2010-07-311-0/+12
* | nest method and attribute docBenjamin Peterson2010-07-181-15/+16
* | use classmethodBenjamin Peterson2010-07-181-1/+1
* | 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