| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport doc readability improvements for the collections module. | Raymond Hettinger | 2010-08-08 | 1 | -125/+132 |
|
|
* | Document how to change OrderedDict update order from first to last. | Raymond Hettinger | 2010-07-31 | 1 | -0/+12 |
|
|
* | Merged revisions 82952,82954 via svnmerge from | Benjamin Peterson | 2010-07-18 | 1 | -16/+17 |
|
|
* | Add usage notes for collections.Counter() | Raymond Hettinger | 2010-04-12 | 1 | -0/+27 |
|
|
* | Merged revisions 76906 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
* | Show example of how to make a sorted dictionary | Raymond Hettinger | 2009-11-10 | 1 | -0/+22 |
|
|
* | Merged revisions 74762 via svnmerge from | Ezio Melotti | 2009-09-13 | 1 | -1/+1 |
|
|
* | Merged revisions 74748 via svnmerge from | Ezio Melotti | 2009-09-12 | 1 | -4/+4 |
|
|
* | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 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 | -3/+2 |
|
|
* | Note that ordered dictionaries work with reversed(). | Raymond Hettinger | 2009-05-19 | 1 | -0/+3 |
|
|
* | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 1 | -1/+0 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -3/+3 |
|
|
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 1 | -2/+2 |
|
|
* | 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/+23 |
|
|
* | Add MutableSet example. | Raymond Hettinger | 2009-03-20 | 1 | -1/+6 |
|
|
* | Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. | Raymond Hettinger | 2009-03-19 | 1 | -2/+10 |
|
|
* | Record version added as 3.1. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Add OrderedDict support to collections.namedtuple(). | Raymond Hettinger | 2009-03-02 | 1 | -5/+9 |
|
|
* | Fix versionchanged. | Raymond Hettinger | 2009-03-02 | 1 | -1/+1 |
|
|
* | fix versionadded | Benjamin Peterson | 2009-03-02 | 1 | -2/+2 |
|
|
* | PEP 372: OrderedDict() | Raymond Hettinger | 2009-03-02 | 1 | -1/+28 |
|
|
* | Sync-up 3.1 docs with 2.7 for collections.Counter(). | Raymond Hettinger | 2009-02-25 | 1 | -7/+6 |
|
|
* | Fix-up intro paragraph for collections docs. | Raymond Hettinger | 2009-02-17 | 1 | -7/+4 |
|
|
* | Clean-up named tuple docs. | Raymond Hettinger | 2009-02-11 | 1 | -4/+5 |
|
|
* | Merged revisions 69466,69480 via svnmerge from | Benjamin Peterson | 2009-02-10 | 1 | -1/+9 |
|
|
* | Minor doc fixes. | Raymond Hettinger | 2009-02-04 | 1 | -1/+1 |
|
|
* | Tweak the docs for Counter() objects. | Raymond Hettinger | 2009-02-04 | 1 | -4/+4 |
|
|
* | Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t... | Raymond Hettinger | 2009-01-29 | 1 | -15/+13 |
|
|
* | Forward port r69001: itertools.combinations_with_replacement(). | Raymond Hettinger | 2009-01-27 | 1 | -2/+1 |
|
|
* | Tweak column alignment in collections docs. | Raymond Hettinger | 2009-01-27 | 1 | -33/+26 |
|
|
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 | 1 | -1/+1 |
|
|
* | More doc tweaks. | Raymond Hettinger | 2009-01-22 | 1 | -15/+12 |
|
|
* | Tighten-up the docs for Counter(). | Raymond Hettinger | 2009-01-21 | 1 | -25/+21 |
|
|
* | Simplify explanation of multiset operations by removing restrictions on negat... | Raymond Hettinger | 2009-01-21 | 1 | -14/+6 |
|
|
* | Beautify and cleanup the references section. | Raymond Hettinger | 2009-01-20 | 1 | -12/+19 |
|
|
* | Fix typos. | Raymond Hettinger | 2009-01-20 | 1 | -3/+3 |
|
|
* | Forward port r68797: Fix-up jump targets in collections docs. | Raymond Hettinger | 2009-01-20 | 1 | -15/+1 |
|
|
* | Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ... | Raymond Hettinger | 2009-01-20 | 1 | -4/+33 |
|
|
* | Issue #1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-14 | 1 | -0/+134 |
|
|
* | Merged revisions 68221 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -3/+3 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -21/+21 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -5/+5 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -1/+3 |
|
|
* | #4000: fix several 2.x atavisms. | Georg Brandl | 2008-10-04 | 1 | -1/+1 |
|
|