| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | #6235: ASCII also affects \[dD] escapes. | Georg Brandl | 2009-06-08 | 1 | -3/+3 |
* | Remove duplicated sentence. Remove duplicated sentence. | Georg Brandl | 2009-06-08 | 1 | -2/+1 |
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 1 | -5/+5 |
* | Add what's new entry for r73236. | Antoine Pitrou | 2009-06-06 | 1 | -0/+18 |
* | Issue #6137: The pickle module now translates module names when loading | Antoine Pitrou | 2009-06-04 | 1 | -15/+36 |
* | Remove the ipaddr module per discussion on python-dev. | Raymond Hettinger | 2009-06-04 | 2 | -429/+0 |
* | Merged revisions 73224 via svnmerge from | Eric Smith | 2009-06-04 | 1 | -2/+2 |
* | Take ipaddr out of whatsnew. | Raymond Hettinger | 2009-06-04 | 1 | -37/+0 |
* | Merged revisions 73217 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -0/+3 |
* | Merged revisions 73215 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
* | Merged revisions 73186,73206,73212 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -7/+7 |
* | #3791: remove last traces of bsddb. | Georg Brandl | 2009-06-04 | 2 | -9/+10 |
* | #3613: add base64.encodebytes and decodebytes as the new spelling of encodest... | Georg Brandl | 2009-06-04 | 1 | -18/+24 |
* | #6190: Remove duplicate paragraph. | Georg Brandl | 2009-06-03 | 1 | -7/+0 |
* | <> is gone (almost). | Georg Brandl | 2009-06-03 | 1 | -1/+1 |
* | range() doesn't return a list | Benjamin Peterson | 2009-06-03 | 1 | -1/+1 |
* | Fix header level for 'Constants' section of math.rst | Mark Dickinson | 2009-06-02 | 1 | -1/+1 |
* | Merged revisions 73073-73074,73089 via svnmerge from | Benjamin Peterson | 2009-06-01 | 1 | -14/+14 |
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 13 | -37/+50 |
* | Fix-up doc for itertools.repeat(). A -1 translates to zero repetitions, not ... | Raymond Hettinger | 2009-06-01 | 1 | -1/+1 |
* | Convert all "i" docs to new style optional args. | Georg Brandl | 2009-06-01 | 9 | -55/+50 |
* | Typo fix; constant name is uppercase | Andrew M. Kuchling | 2009-06-01 | 1 | -1/+1 |
* | #5675 followup: bytearray also has translate and maketrans. | Georg Brandl | 2009-05-31 | 1 | -0/+2 |
* | Merged revisions 73077 via svnmerge from | R. David Murray | 2009-05-31 | 1 | -0/+5 |
* | #6155: remove usage of cPickle. | Georg Brandl | 2009-05-31 | 1 | -2/+2 |
* | Merged revisions 73060 via svnmerge from | Gregory P. Smith | 2009-05-30 | 1 | -2/+90 |
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 2 | -5/+28 |
* | Issue 5150: Add rstrip() menu option to IDLE. | Raymond Hettinger | 2009-05-29 | 1 | -0/+8 |
* | fix typo | Raymond Hettinger | 2009-05-28 | 1 | -1/+1 |
* | Deprecate contextlib.nested(). The with-statement now provides this function... | Raymond Hettinger | 2009-05-28 | 2 | -0/+5 |
* | Merged revisions 72971 via svnmerge from | Benjamin Peterson | 2009-05-28 | 1 | -2/+2 |
* | Add attribution for patch co-author. | Georg Brandl | 2009-05-27 | 1 | -1/+1 |
* | Update whatsnew for compound with-statements. | Raymond Hettinger | 2009-05-27 | 1 | -0/+11 |
* | Fix field name conflicts for named tuples. | Raymond Hettinger | 2009-05-27 | 1 | -6/+6 |
* | #6115: remove entries for the already removed PyNumber_Divide and PyNumber_In... | Georg Brandl | 2009-05-26 | 1 | -13/+0 |
* | Merged revisions 72932 via svnmerge from | Georg Brandl | 2009-05-26 | 1 | -1/+1 |
* | Manual merge of r72710: use table of flags for dbm.open description. | Georg Brandl | 2009-05-25 | 1 | -5/+17 |
* | Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from | Georg Brandl | 2009-05-25 | 9 | -31/+44 |
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -2/+18 |
* | Merged revisions 72905 via svnmerge from | Benjamin Peterson | 2009-05-25 | 1 | -21/+5 |
* | #6079: use 3k except syntax in examples. | Georg Brandl | 2009-05-22 | 1 | -2/+2 |
* | Recorded merge of revisions 72830 via svnmerge from | Georg Brandl | 2009-05-22 | 2 | -6/+6 |
* | Merged revisions 72817 via svnmerge from | Philip Jenvey | 2009-05-22 | 1 | -0/+10 |
* | Fix-up moving average example. | Raymond Hettinger | 2009-05-22 | 1 | -3/+2 |
* | Note that ordered dictionaries work with reversed(). | Raymond Hettinger | 2009-05-19 | 1 | -0/+3 |
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 19 | -129/+120 |
* | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 39 | -74/+38 |
* | Use new optional argument style in email docs. | Georg Brandl | 2009-05-17 | 9 | -86/+72 |
* | Recorded merge of revisions 72708 via svnmerge from | Georg Brandl | 2009-05-17 | 1 | -2/+2 |
* | Merged revisions 72703 via svnmerge from | Georg Brandl | 2009-05-17 | 1 | -2/+2 |