| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -18/+18 |
|
|
* | #4983: clarify what "byte sequence" is. | Georg Brandl | 2009-01-18 | 1 | -5/+6 |
|
|
* | #4984: fix number of types. | Georg Brandl | 2009-01-18 | 1 | -1/+1 |
|
|
* | Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge... | Benjamin Peterson | 2009-01-09 | 1 | -0/+1 |
|
|
* | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. | Georg Brandl | 2009-01-04 | 1 | -2/+0 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -10/+10 |
|
|
* | Document bytes.translate(). | Georg Brandl | 2008-12-27 | 1 | -17/+16 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -1/+1 |
|
|
* | Merged revisions 67857 via svnmerge from | Mark Dickinson | 2008-12-19 | 1 | -1/+1 |
|
|
* | Fix-up and clean-up docs for int.bit_length(). | Raymond Hettinger | 2008-12-19 | 1 | -21/+12 |
|
|
* | Forward merge of r67822 to py3k: add bit_length method to int. | Mark Dickinson | 2008-12-17 | 1 | -0/+39 |
|
|
* | string.maketrans -> str.maketrans | Benjamin Peterson | 2008-12-13 | 1 | -6/+3 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -0/+2 |
|
|
* | rephrase dict view docs | Benjamin Peterson | 2008-11-17 | 1 | -9/+6 |
|
|
* | Remove references to __cmp__. | Georg Brandl | 2008-09-24 | 1 | -9/+6 |
|
|
* | Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from | Benjamin Peterson | 2008-09-13 | 1 | -1/+12 |
|
|
* | kill memoryview.size in favor of len(view) | Benjamin Peterson | 2008-09-10 | 1 | -4/+2 |
|
|
* | make use of shorter attribute access | Benjamin Peterson | 2008-09-10 | 1 | -2/+2 |
|
|
* | endow memoryview.tolist() with docs | Benjamin Peterson | 2008-09-10 | 1 | -2/+9 |
|
|
* | Some typos. | Georg Brandl | 2008-09-10 | 1 | -9/+9 |
|
|
* | document the memoryview object a little | Benjamin Peterson | 2008-09-09 | 1 | -0/+91 |
|
|
* | correct an example | Gregory P. Smith | 2008-09-04 | 1 | -1/+1 |
|
|
* | murder some versionadded and versionchanged directives in their beds | Benjamin Peterson | 2008-08-16 | 1 | -9/+0 |
|
|
* | str.join() doesn't convert arguments anymore. | Georg Brandl | 2008-08-02 | 1 | -5/+4 |
|
|
* | Merged revisions 65293 via svnmerge from | Benjamin Peterson | 2008-07-31 | 1 | -1/+1 |
|
|
* | Backed out r65073, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -2/+2 |
|
|
* | Merged revisions 65069 via svnmerge from | Eric Smith | 2008-07-17 | 1 | -2/+2 |
|
|
* | Merged revisions 64982-64983,65004 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -3/+2 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
|
|
* | Merged revisions 64974 via svnmerge from | Mark Dickinson | 2008-07-16 | 1 | -0/+65 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
|
|
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 1 | -0/+5 |
|
|
* | #3220: improve bytes docs a bit. | Georg Brandl | 2008-07-01 | 1 | -12/+15 |
|
|
* | - No more 0L or similar. | Mark Summerfield | 2008-07-01 | 1 | -26/+33 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -12/+9 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+11 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -8/+20 |
|
|
* | 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 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -5/+8 |
|
|
* | Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-... | Alexandre Vassalotti | 2008-05-15 | 1 | -162/+164 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
|
|
* | Fix typo. | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
|
|
* | Remove mentions of "plain" integers. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
|
|
* | Merged revisions 62873,62887,62892-62896,62904 via svnmerge from | Benjamin Peterson | 2008-05-08 | 1 | -7/+13 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -6/+6 |
|
|
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 1 | -1/+1 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -10/+15 |
|
|
* | file.write() may return something with the new IO framework. | Georg Brandl | 2008-03-21 | 1 | -3/+7 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -0/+16 |
|
|