| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Fix merge glitch. | Georg Brandl | 2008-01-24 | 1 | -13/+0 |
|
|
* | Merged revisions 60234-60244 via svnmerge from | Christian Heimes | 2008-01-24 | 2 | -11/+23 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 5 | -9/+37 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 2 | -23/+5 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 12 | -29/+229 |
|
|
* | Merged revisions 60143-60149 via svnmerge from | Christian Heimes | 2008-01-21 | 3 | -11/+23 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 5 | -21/+108 |
|
|
* | Fix now-wrong :keyword: markup. Remove the section about | Georg Brandl | 2008-01-20 | 3 | -35/+2 |
|
|
* | Fix two oversights in C API split. | Georg Brandl | 2008-01-20 | 2 | -1/+2 |
|
|
* | Fix markup. | Georg Brandl | 2008-01-20 | 1 | -1/+2 |
|
|
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 45 | -5377/+7288 |
|
|
* | Remove versionadded tag. | Georg Brandl | 2008-01-20 | 1 | -2/+0 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 7 | -1863/+85 |
|
|
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 5 | -14/+54 |
|
|
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 6 | -71/+94 |
|
|
* | Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x. | Georg Brandl | 2008-01-19 | 1 | -2/+2 |
|
|
* | Merged revisions 60043-60052 via svnmerge from | Christian Heimes | 2008-01-18 | 3 | -28/+193 |
|
|