| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | #4144: fix output of console sessions. | Georg Brandl | 2009-05-17 | 1 | -2/+2 |
|
|
* | More updates. | Raymond Hettinger | 2009-05-15 | 1 | -4/+18 |
|
|
* | Add examples for ipaddr. | Raymond Hettinger | 2009-05-15 | 1 | -1/+32 |
|
|
* | Update whatsnew for imaplib changes. Move importlib work to end of section. | Raymond Hettinger | 2009-05-15 | 1 | -13/+14 |
|
|
* | this statement isn't actually true | Benjamin Peterson | 2009-05-14 | 1 | -3/+1 |
|
|
* | Bring whatsnew up-to-date as of May 14th. | Raymond Hettinger | 2009-05-14 | 1 | -0/+14 |
|
|
* | Update whatsnew for NEWS entries through May 5th. | Raymond Hettinger | 2009-05-14 | 1 | -6/+14 |
|
|
* | Fix error in 2-to-3 translation of docs. | Raymond Hettinger | 2009-05-14 | 1 | -1/+1 |
|
|
* | Suggest how to use compare_networks() with a modern Python. | Raymond Hettinger | 2009-05-14 | 1 | -0/+10 |
|
|
* | typo | Tarek Ziadé | 2009-05-14 | 1 | -1/+1 |
|
|
* | typo | Benjamin Peterson | 2009-05-13 | 1 | -1/+1 |
|
|
* | two edits | Benjamin Peterson | 2009-05-12 | 1 | -2/+2 |
|
|
* | add example function | Benjamin Peterson | 2009-05-12 | 1 | -1/+7 |
|
|
* | Examples correction in urllib2 howto. Michael Foord | Michael Foord | 2009-05-12 | 1 | -5/+5 |
|
|
* | detach() is a nifty trick for making std* binary | Benjamin Peterson | 2009-05-12 | 1 | -5/+4 |
|
|
* | Merged revisions 72572 via svnmerge from | R. David Murray | 2009-05-12 | 1 | -7/+11 |
|
|
* | Rename utf8b error handler to surrogateescape. | Martin v. Löwis | 2009-05-10 | 2 | -4/+4 |
|
|
* | Rename the surrogates error handler to surrogatepass. | Martin v. Löwis | 2009-05-10 | 1 | -7/+7 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 12 | -42/+169 |
|
|
* | Merged revisions 72439 via svnmerge from | Eric Smith | 2009-05-07 | 1 | -1/+1 |
|
|
* | Merged revisions 72415 via svnmerge from | Andrew M. Kuchling | 2009-05-07 | 1 | -2/+0 |
|
|
* | Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na... | Eric Smith | 2009-05-06 | 1 | -1/+2 |
|
|
* | #5946: fix speling. | Georg Brandl | 2009-05-06 | 1 | -3/+3 |
|
|
* | Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. | Mark Hammond | 2009-05-06 | 1 | -5/+14 |
|
|
* | Small style edits. | Georg Brandl | 2009-05-05 | 1 | -18/+16 |
|
|
* | edits | Benjamin Peterson | 2009-05-05 | 1 | -74/+58 |
|
|