| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -0/+1 |
|
|
* | #3191: fix round() docs and docstring. | Georg Brandl | 2008-07-01 | 1 | -3/+7 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+8 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -8/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -0/+8 |
|
|
* | Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab... | Georg Brandl | 2008-05-16 | 1 | -2/+2 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 1 | -5/+5 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -8/+9 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -6/+39 |
|
|
* | range() returns an iterable, not an iterator. | Georg Brandl | 2008-05-12 | 1 | -2/+2 |
|
|
* | Remove mentions of "plain" integers. | Georg Brandl | 2008-05-11 | 1 | -21/+22 |
|
|
* | The ihooks module has been removed. | Brett Cannon | 2008-05-10 | 1 | -2/+1 |
|
|
* | #2762: remove 2.x remnants and patch up some new documentation. | Georg Brandl | 2008-05-05 | 1 | -20/+15 |
|
|
* | #2761: Some are types too. | Georg Brandl | 2008-05-05 | 1 | -2/+2 |
|
|
* | Clarify map() behavior. | Georg Brandl | 2008-05-05 | 1 | -1/+3 |
|
|
* | Fix var name. | Georg Brandl | 2008-04-29 | 1 | -1/+1 |
|
|
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -3/+0 |
|
|
* | Synced builtin open and io.open documentation, taking the best of each | Benjamin Peterson | 2008-04-11 | 1 | -76/+71 |
|
|
* | #2580: int() docs revision. | Georg Brandl | 2008-04-09 | 1 | -12/+14 |
|
|
* | Merged revisions 62004 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -15/+18 |
|
|
* | #868845: document <...> reprs. | Georg Brandl | 2008-03-25 | 1 | -6/+8 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -19/+34 |
|
|
* | Sync-up with doc improvements in Py2.6 | Raymond Hettinger | 2008-03-13 | 1 | -7/+17 |
|
|
* | Updated super() as per http://www.artima.com/weblogs/viewpost.jsp?thread=208549 | Mark Summerfield | 2008-02-26 | 1 | -9/+15 |
|
|
* | 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 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -12/+28 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -6/+0 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -13/+2 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -0/+4 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 1 | -11/+1 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+2 |
|
|
* | Merged revisions 59933-59951 via svnmerge from | Christian Heimes | 2008-01-14 | 1 | -4/+11 |
|
|
* | Merged revisions 59774-59783 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -4/+9 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -3/+4 |
|
|
* | Remove versionadded/changed directives merged as an oversight. | Georg Brandl | 2008-01-05 | 1 | -4/+0 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -4/+15 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -3/+3 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -4/+6 |
|
|
* | Couple of corrections to open() doc as per email from GvR. | Mark Summerfield | 2007-12-14 | 1 | -6/+8 |
|
|
* | Updated open() to more accurately reflect io.open()'s documentation. | Mark Summerfield | 2007-12-14 | 1 | -38/+72 |
|
|
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -6/+6 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -2/+2 |
|
|
* | Remove further mentions of long integers. | Georg Brandl | 2007-11-29 | 1 | -3/+3 |
|
|
* | Remove mentions of "long integer" in the docs. | Georg Brandl | 2007-11-29 | 1 | -6/+6 |
|
|
* | Fix, thanks to Nick. | Georg Brandl | 2007-11-22 | 1 | -1/+1 |
|
|
* | Update docs for buffer -> bytearray rename. | Georg Brandl | 2007-11-22 | 1 | -8/+8 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -7/+20 |
|
|
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 1 | -3/+3 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -20/+19 |
|
|