| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge... | Benjamin Peterson | 2008-09-17 | 1 | -1/+1 |
|
|
* | remove some more bsddb references | Benjamin Peterson | 2008-09-08 | 1 | -3/+0 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -36/+44 |
|
|
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 1 | -2/+2 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -0/+3 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 1 | -1/+1 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 1 | -1/+1 |
|
|
* | Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge... | Christian Heimes | 2008-05-08 | 1 | -10/+9 |
|
|
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -44/+47 |
|
|
* | Merged revisions 62007 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -0/+10 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -40/+48 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -3/+3 |
|
|
* | Move UserString to collections. | Raymond Hettinger | 2008-02-21 | 1 | -0/+19 |
|
|
* | Deleted two duplicated paragraphs in the intro. Added mention of | Mark Summerfield | 2008-02-14 | 1 | -13/+7 |
|
|