| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 5 | -5/+144 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 2 | -2/+32 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 29 | -48/+62 |
|
|
* | Move UserString to collections. | Raymond Hettinger | 2008-02-21 | 3 | -62/+19 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 2 | -2/+12 |
|
|
* | Clarification. | Georg Brandl | 2008-02-18 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-17 | 2 | -6/+14 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 8 | -25/+62 |
|
|
* | Deleted two duplicated paragraphs in the intro. Added mention of | Mark Summerfield | 2008-02-14 | 1 | -13/+7 |
|
|
* | Minor doc updates for Py3.0 | Raymond Hettinger | 2008-02-14 | 1 | -32/+3 |
|
|
* | Note that the key and reverse arguments must be specified as keywords | Raymond Hettinger | 2008-02-14 | 1 | -3/+1 |
|
|
* | Note the the sort arguments are required to be keywords. | Raymond Hettinger | 2008-02-14 | 1 | -4/+4 |
|
|
* | Documentation nit. | Raymond Hettinger | 2008-02-14 | 1 | -2/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-14 | 3 | -92/+110 |
|
|
* | typo | Kurt B. Kaiser | 2008-02-14 | 1 | -1/+1 |
|
|
* | Merged revisions 60767,60768 via svnmerge from | Thomas Heller | 2008-02-13 | 1 | -0/+5 |
|
|
* | Improve formatting for arg names in previous checkin. | Kurt B. Kaiser | 2008-02-13 | 1 | -3/+3 |
|
|
* | list.sort() and builtin.sorted() no longer accept 'cmp' argument. | Kurt B. Kaiser | 2008-02-13 | 1 | -0/+4 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-12 | 2 | -3/+10 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 3 | -56/+46 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 8 | -54/+73 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -3/+6 |
|
|
* | Add another usage note for collections.Set | Raymond Hettinger | 2008-02-09 | 1 | -1/+8 |
|
|
* | Document how to use Set and MutableSet as a mixin. | Raymond Hettinger | 2008-02-09 | 1 | -1/+18 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 3 | -23/+36 |
|
|
* | Finish the collections ABC table. | Raymond Hettinger | 2008-02-09 | 1 | -35/+36 |
|
|
* | Smalls improvement to example in the docs for collections ABCs. | Raymond Hettinger | 2008-02-08 | 1 | -5/+7 |
|
|
* | Tiny grammatical fix. | Mark Summerfield | 2008-02-08 | 1 | -2/+2 |
|
|
* | Simplify float conversion recipe. | Raymond Hettinger | 2008-02-07 | 1 | -28/+18 |
|
|
* | Fix-up the collections docs. | Raymond Hettinger | 2008-02-06 | 1 | -18/+41 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 6 | -6/+9 |
|
|
* | Fixed a table and a title that were broken. | Mark Summerfield | 2008-02-06 | 1 | -12/+14 |
|
|
* | Update docs for collections ABCs and for collections.UserDict. | Raymond Hettinger | 2008-02-06 | 2 | -59/+41 |
|
|
* | Remove DictMixin which is superceded by collections.MutableMapping | Raymond Hettinger | 2008-02-04 | 1 | -18/+0 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 3 | -2/+34 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 10 | -32/+116 |
|
|
* | Update whatsnew document to use specific markup for identifiers, thus enablin... | Georg Brandl | 2008-02-02 | 1 | -134/+130 |
|
|
* | Some new 3.0 whatsnew items, written for GHOP by Andreas Freund. | Georg Brandl | 2008-02-02 | 1 | -5/+66 |
|
|
* | Context flags get set, not incremented. | Raymond Hettinger | 2008-02-01 | 1 | -2/+2 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 48 | -539/+400 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 2 | -6/+8 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 2 | -1/+153 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 2 | -26/+3 |
|
|
* | Merged revisions 60408-60440 via svnmerge from | Christian Heimes | 2008-01-30 | 1 | -2/+2 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 1 | -3/+19 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 3 | -0/+16 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 6 | -34/+92 |
|
|
* | Fix typo. | Walter Dörwald | 2008-01-25 | 1 | -1/+1 |
|
|
* | Added comment about sys.maxint to whatsnew. Issue #1930 | Christian Heimes | 2008-01-25 | 1 | -0/+2 |
|
|
* | Document that basestring has been replaced by str. Issue #1931. | Christian Heimes | 2008-01-25 | 1 | -0/+3 |
|
|