| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 73072 via svnmerge from | Antoine Pitrou | 2009-06-29 | 5 | -150/+194 |
|
|
* | Merged revisions 73675 via svnmerge from | Hirokazu Yamamoto | 2009-06-29 | 1 | -58/+2 |
|
|
* | Link to PEP 383. | Martin v. Löwis | 2009-06-29 | 1 | -1/+2 |
|
|
* | Merged revisions 73669 via svnmerge from | Benjamin Peterson | 2009-06-29 | 2 | -2/+2 |
|
|
* | Make b64encode raises properly a TypeError when altchars is not bytes. | Alexandre Vassalotti | 2009-06-29 | 1 | -2/+2 |
|
|
* | In most cases, the parser will protect True, False, and None from being assi... | Benjamin Peterson | 2009-06-28 | 1 | -13/+38 |
|
|
* | Clean-up floating point tutorial. | Raymond Hettinger | 2009-06-28 | 1 | -23/+28 |
|
|
* | Merged revisions 73660 via svnmerge from | Mark Dickinson | 2009-06-28 | 2 | -8/+0 |
|
|
* | Small doc fix-ups to floatingpoint.rst. More are forthcoming. | Raymond Hettinger | 2009-06-28 | 1 | -5/+5 |
|
|
* | Blocked revisions 73272,73546 via svnmerge | Benjamin Peterson | 2009-06-28 | 0 | -0/+0 |
|
|
* | Fix description of range_length_obj | Mark Dickinson | 2009-06-28 | 1 | -4/+3 |
|
|
* | Blocked revisions 73653 via svnmerge | Mark Dickinson | 2009-06-28 | 0 | -0/+0 |
|
|
* | include 3.2 in toctree | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
|
|
* | Fill-in some new news. | Raymond Hettinger | 2009-06-28 | 2 | -3/+20 |
|
|
* | remove string.maketrans | Benjamin Peterson | 2009-06-28 | 2 | -22/+2 |
|
|
* | http://bugs.python.org/issue6192 | Kristján Valur Jónsson | 2009-06-28 | 1 | -0/+7 |
|
|
* | Merged revisions 73490 via svnmerge from | Tarek Ziadé | 2009-06-28 | 3 | -16/+28 |
|
|
* | Merged revisions 73445 via svnmerge from | Tarek Ziadé | 2009-06-28 | 2 | -10/+49 |
|
|
* | Merged revisions 73436 via svnmerge from | Tarek Ziadé | 2009-06-28 | 3 | -65/+56 |
|
|
* | Fix incorrect quote type on Decimal examples | Mark Dickinson | 2009-06-28 | 1 | -2/+2 |
|
|
* | Issue #6354 continued: reword confusing tutorial note on the (no-longer | Mark Dickinson | 2009-06-28 | 1 | -10/+3 |
|
|
* | Merged revisions 73435 via svnmerge from | Tarek Ziadé | 2009-06-28 | 1 | -12/+7 |
|
|
* | Issue #6354: More fixes for code examples involving the repr of a float. | Mark Dickinson | 2009-06-28 | 6 | -13/+13 |
|
|
* | Whatsnew begins afresh | Raymond Hettinger | 2009-06-28 | 1 | -0/+99 |
|
|
* | Corrections to decimal flying circus: round returns a Decimal; | Mark Dickinson | 2009-06-28 | 1 | -3/+3 |
|
|
* | simplify this expression | Benjamin Peterson | 2009-06-28 | 1 | -3/+3 |
|
|
* | Blocked revisions 73627 via svnmerge | Benjamin Peterson | 2009-06-28 | 0 | -0/+0 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 20 | -148/+111 |
|
|
* | document BufferedIOBase.raw and TextIOBase.buffer | Benjamin Peterson | 2009-06-28 | 1 | -1/+13 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 15 | -39/+110 |
|
|
* | Blocked revisions 73459,73563 via svnmerge | Benjamin Peterson | 2009-06-28 | 0 | -0/+0 |
|
|
* | Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via s... | Benjamin Peterson | 2009-06-28 | 0 | -0/+0 |
|
|
* | delete unused properties | Benjamin Peterson | 2009-06-28 | 0 | -0/+0 |
|
|
* | fix useless comparison #6355 | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
|
|
* | use stack altering macros here | Benjamin Peterson | 2009-06-28 | 1 | -7/+7 |
|
|
* | Merged revisions 73614-73615 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -2/+4 |
|
|
* | this is better written as an assertion | Benjamin Peterson | 2009-06-28 | 1 | -9/+3 |
|
|
* | update comments | Benjamin Peterson | 2009-06-28 | 1 | -5/+12 |
|
|
* | correctly rearrange the stack in the exception case of WITH_CLEANUP | Benjamin Peterson | 2009-06-28 | 1 | -1/+12 |
|
|
* | Sorted file names. | Hirokazu Yamamoto | 2009-06-28 | 1 | -24/+24 |
|
|
* | Merged revisions 73606 via svnmerge from | Martin v. Löwis | 2009-06-28 | 1 | -4/+4 |
|
|
* | Merged revisions 73603 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 4 | -311/+245 |
|
|
* | Merged revisions 73598 via svnmerge from | Martin v. Löwis | 2009-06-28 | 2 | -1/+7 |
|
|
* | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 10 | -84/+105 |
|
|
* | Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge... | Benjamin Peterson | 2009-06-27 | 3 | -54/+708 |
|
|
* | Bump Windows versions to 3.2. | Martin v. Löwis | 2009-06-27 | 10 | -25/+25 |
|
|
* | Updated the last example as requested in #6350 | Ezio Melotti | 2009-06-27 | 1 | -8/+18 |
|
|
* | Add uuids for 3.1.[12](rc1|final). | Martin v. Löwis | 2009-06-27 | 1 | -0/+4 |
|
|
* | Merged revisions 73575 via svnmerge from | Benjamin Peterson | 2009-06-27 | 1 | -1/+2 |
|
|
* | update install dir version | Benjamin Peterson | 2009-06-27 | 1 | -1/+1 |
|
|