| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25286: Dictionary views are not sequences | Martin Panter | 2015-10-07 | 1 | -1/+1 |
|
|
* | Make an example a little clearer | Raymond Hettinger | 2015-08-30 | 1 | -0/+1 |
|
|
* | #19934: fix mangled wording | Andrew Kuchling | 2015-05-13 | 1 | -3/+3 |
|
|
* | Issue #19934: Document *None* as an acceptable input to Counter.most_common(... | Raymond Hettinger | 2015-05-13 | 1 | -3/+3 |
|
|
* | Issue #20643: Fixed references to the next() method (distinguish from the | Serhiy Storchaka | 2014-09-05 | 1 | -2/+2 |
|
|
* | Fix guidance for subclassing collections.Set() | Raymond Hettinger | 2014-07-02 | 1 | -1/+1 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -3/+3 |
|
|
* | Counter: fix recipe for "n least common elements". Found by Mikhail Golubev o... | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. | Raymond Hettinger | 2013-05-27 | 1 | -0/+6 |
|
|
* | Issue #15535: Fix regression in pickling of named tuples. | Raymond Hettinger | 2013-05-03 | 1 | -3/+1 |
|
|
* | Update collections ABC table to match the __abstractmethods__ attribute for e... | Raymond Hettinger | 2013-03-23 | 1 | -21/+27 |
|
|
* | The example regex should be a raw string. | Raymond Hettinger | 2013-02-28 | 1 | -1/+1 |
|
|
* | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 |
|
|
* | Issue #15825: fix typo in OrderedDict docs. | Andrew Svetlov | 2012-08-31 | 1 | -1/+1 |
|
|
* | Code cleanups | Raymond Hettinger | 2012-06-08 | 1 | -31/+33 |
|
|
* | note that get() is not affected by default_factory (closes #13887) | Benjamin Peterson | 2012-01-27 | 1 | -0/+5 |
|
|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | Fix a typo and remove some unneeded markup | Éric Araujo | 2011-08-19 | 1 | -6/+5 |
|
|
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -8/+4 |
|
|
* | Avoid title case in flowing text (backport from 3.2) | Éric Araujo | 2011-08-13 | 1 | -2/+3 |
|
|
* | Improve glossary entry for ABCs. | Éric Araujo | 2011-07-29 | 1 | -6/+6 |
|
|
* | Fix named tuples to work with vars(). | Raymond Hettinger | 2011-06-03 | 1 | -1/+3 |
|
|
* | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
|
|
* | Add another example to the collections module docs. | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
|
|
* | #10617: add class directives to collections ABCs. | Ezio Melotti | 2011-03-28 | 1 | -8/+50 |
|
|
* | Issue #11625: Fix Typo | Raymond Hettinger | 2011-03-22 | 1 | -1/+1 |
|
|
* | Minor doc clean-up. | Raymond Hettinger | 2011-03-19 | 1 | -13/+13 |
|
|
* | Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-... | Georg Brandl | 2011-02-25 | 1 | -2/+2 |
|
|
* | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
* | Add missing label. | Georg Brandl | 2010-12-04 | 1 | -0/+2 |
|
|
* | Add some internal links. | Raymond Hettinger | 2010-11-30 | 1 | -4/+3 |
|
|
* | Move version added notes into the index table | Raymond Hettinger | 2010-11-06 | 1 | -19/+7 |
|
|
* | Provide links to Python source in a handful of | Raymond Hettinger | 2010-11-05 | 1 | -0/+7 |
|
|
* | Note default values for namedtuple extra args. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
|
|
* | Backport improvements to doc readability for the collections module. | Raymond Hettinger | 2010-08-08 | 1 | -121/+125 |
|
|
* | Merged revisions 83328,83341 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -0/+12 |
|
|
* | Merged revisions 82952 via svnmerge from | Benjamin Peterson | 2010-07-18 | 1 | -1/+1 |
|
|
* | Add usage notes for collections.Counter(). | Raymond Hettinger | 2010-04-12 | 1 | -0/+27 |
|
|
* | Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and... | Ezio Melotti | 2010-04-04 | 1 | -3/+1 |
|
|
* | Add a versionadded to Counter.subtract() doc. | Ezio Melotti | 2010-04-04 | 1 | -0/+2 |
|
|
* | Add count() method to collections.deque(). | Raymond Hettinger | 2010-04-03 | 1 | -0/+6 |
|
|
* | Add subtract() method to collections.Counter() objects. | Raymond Hettinger | 2010-04-03 | 1 | -0/+11 |
|
|
* | Add nicer docstrings to namedtuples(). | Raymond Hettinger | 2010-03-09 | 1 | -2/+5 |
|
|
* | typo: __next__ -> next | Ezio Melotti | 2010-02-26 | 1 | -1/+1 |
|
|
* | #7586: fix typo. | Georg Brandl | 2009-12-28 | 1 | -1/+1 |
|
|
* | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
* | Add a reverse() method to collections.deque(). | Raymond Hettinger | 2009-12-10 | 1 | -0/+5 |
|
|
* | Show example of how to make a sorted dictionary | Raymond Hettinger | 2009-11-10 | 1 | -0/+22 |
|
|
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | Fix field name conflicts for named tuples. | Raymond Hettinger | 2009-05-27 | 1 | -6/+6 |
|
|