| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix-up moving average example. | Raymond Hettinger | 2009-05-22 | 1 | -5/+3 |
|
|
* | Note that ordered dictionaries work with reversed(). | Raymond Hettinger | 2009-05-19 | 1 | -0/+3 |
|
|
* | Make the doctests in the docs pass, except for those in the turtle module. | Georg Brandl | 2009-04-28 | 1 | -3/+3 |
|
|
* | Fix the count of datatypes. | Raymond Hettinger | 2009-04-10 | 1 | -1/+1 |
|
|
* | Add note on using keyword arguments with OrderedDict. | Raymond Hettinger | 2009-04-09 | 1 | -0/+4 |
|
|
* | Update docs for namedtuple's renaming change. | Raymond Hettinger | 2009-04-02 | 1 | -1/+1 |
|
|
* | Improve examples for collections.deque() | Raymond Hettinger | 2009-03-31 | 1 | -25/+24 |
|
|
* | Add MutableSet example. | Raymond Hettinger | 2009-03-20 | 1 | -1/+6 |
|
|
* | * Add clearer comment to initialization code. | Raymond Hettinger | 2009-03-19 | 1 | -2/+10 |
|
|
* | For collections.deque() objects, expose the maxlen parameter as a read-only a... | Raymond Hettinger | 2009-03-10 | 1 | -0/+9 |
|
|
* | Fix markup. | Raymond Hettinger | 2009-03-03 | 1 | -1/+1 |
|
|
* | Backport 70106: Add OrderedDict support to collections.namedtuple(). | Raymond Hettinger | 2009-03-03 | 1 | -5/+9 |
|
|
* | Backport PEP 372: OrderedDict() | Raymond Hettinger | 2009-03-03 | 1 | -2/+30 |
|
|
* | Clarify Counter() docs. | Raymond Hettinger | 2009-02-25 | 1 | -8/+6 |
|
|
* | Restore Py2.x version of sample call to super(). | Raymond Hettinger | 2009-02-25 | 1 | -5/+6 |
|
|
* | Fix-up intro paragraph for collections docs. | Raymond Hettinger | 2009-02-17 | 1 | -13/+13 |
|
|