| Commit message (Expand) | Author | Age | Files | Lines |
* | Recorded merge of revisions 72708 via svnmerge from | Georg Brandl | 2009-05-17 | 1 | -2/+2 |
|
|
* | Add missing documentation for bytes.decode(). | Georg Brandl | 2009-05-04 | 1 | -8/+20 |
|
|
* | Issue #5859: Remove '%f' to '%g' formatting switch for large floats. | Mark Dickinson | 2009-05-01 | 1 | -7/+3 |
|
|
* | Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate | Georg Brandl | 2009-04-12 | 1 | -8/+19 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -2/+26 |
|
|
* | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
* | Merged revisions 70648 via svnmerge from | Georg Brandl | 2009-03-28 | 1 | -0/+10 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 1 | -1/+1 |
|
|
* | Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv... | Benjamin Peterson | 2009-02-26 | 1 | -4/+4 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -0/+5 |
|
|
* | 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 |
|
|