| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 9 | -25/+39 |
|
|
* | 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 |
|
|
* | Deprecate contextlib.nested(). The with-statement now provides this function... | Raymond Hettinger | 2009-05-28 | 1 | -0/+2 |
|
|
* | Fix field name conflicts for named tuples. | Raymond Hettinger | 2009-05-27 | 1 | -6/+6 |
|
|
* | 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 | 5 | -20/+28 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 | 8 | -15/+91 |
|
|
* | Merged revisions 72439 via svnmerge from | Eric Smith | 2009-05-07 | 1 | -1/+1 |
|
|
* | Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na... | Eric Smith | 2009-05-06 | 1 | -1/+2 |
|
|
* | Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. | Mark Hammond | 2009-05-06 | 1 | -5/+14 |
|
|
* | Improved wording. | Eric Smith | 2009-05-05 | 1 | -4/+4 |
|
|
* | Documentation for Issue #5920. | Eric Smith | 2009-05-05 | 1 | -1/+4 |
|
|
* | 2.7 -> 3.1 versionchanges. | Georg Brandl | 2009-05-05 | 7 | -18/+6 |
|
|
* | Merged revisions 72322 via svnmerge from | Georg Brandl | 2009-05-05 | 1 | -4/+49 |
|
|
* | #5923: update turtle module to version 1.1. | Georg Brandl | 2009-05-05 | 1 | -4/+183 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 2 | -11/+31 |
|
|
* | Merged revisions 72149 via svnmerge from | R. David Murray | 2009-05-05 | 1 | -349/+684 |
|
|
* | Add missing documentation for bytes.decode(). | Georg Brandl | 2009-05-04 | 1 | -8/+20 |
|
|
* | Merged revisions 72292 via svnmerge from | Georg Brandl | 2009-05-04 | 1 | -2/+7 |
|
|
* | Merged revisions 72290 via svnmerge from | Georg Brandl | 2009-05-04 | 1 | -2/+2 |
|
|
* | version added 3.1 | Gregory P. Smith | 2009-05-04 | 1 | -1/+1 |
|
|
* | documentation clarification. mention bytes. | Gregory P. Smith | 2009-05-04 | 1 | -3/+4 |
|
|
* | Merge refactoring I did when committing r72267 to trunk into the | Gregory P. Smith | 2009-05-04 | 1 | -0/+6 |
|
|
* | Issue #3672: Reject surrogates in utf-8 codec; add surrogates error | Martin v. Löwis | 2009-05-02 | 1 | -0/+12 |
|
|