Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | range() example | Raymond Hettinger | 2010-12-08 | 1 | -1/+10 | |
* | Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpc... | Senthil Kumaran | 2010-12-08 | 1 | -2/+6 | |
* | Nits. | Raymond Hettinger | 2010-12-08 | 1 | -2/+1 | |
* | Clean-ups. | Raymond Hettinger | 2010-12-08 | 1 | -12/+13 | |
* | Add example for concurrent.futures. | Raymond Hettinger | 2010-12-08 | 1 | -5/+25 | |
* | Update whatsnew. Salt the random number seed. | Raymond Hettinger | 2010-12-08 | 3 | -12/+21 | |
* | Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsav... | Ronald Oussoren | 2010-12-07 | 3 | -1/+18 | |
* | Two small changes to adjust framework builds to the new stable ABI | Ronald Oussoren | 2010-12-07 | 2 | -12/+29 | |
* | Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) | Hirokazu Yamamoto | 2010-12-07 | 1 | -4/+4 | |
* | Martin's name with Unicode. | Raymond Hettinger | 2010-12-07 | 1 | -1/+4 | |
* | Make the example a little more interesting and useful. | Raymond Hettinger | 2010-12-07 | 1 | -0/+3 | |
* | Clean-ups and examples. | Raymond Hettinger | 2010-12-07 | 1 | -7/+8 | |
* | Spelling. | Raymond Hettinger | 2010-12-07 | 1 | -4/+4 | |
* | More cleanups and examples. | Raymond Hettinger | 2010-12-07 | 1 | -33/+64 | |
* | Add example for the entry for argparse | Raymond Hettinger | 2010-12-07 | 2 | -2/+60 | |
* | use the more direct API | Benjamin Peterson | 2010-12-07 | 1 | -3/+3 | |
* | add news note | Benjamin Peterson | 2010-12-07 | 1 | -0/+3 | |
* | return views from dict proxy items/values/keys #10630 | Benjamin Peterson | 2010-12-07 | 2 | -8/+14 | |
* | Add entry for new pdb features | Raymond Hettinger | 2010-12-07 | 1 | -0/+15 | |
* | Add entry for the new sysconfig module. | Raymond Hettinger | 2010-12-07 | 1 | -0/+59 | |
* | Fix typo | David Malcolm | 2010-12-07 | 1 | -1/+1 | |
* | Note improvements to the docs. | Raymond Hettinger | 2010-12-06 | 3 | -10/+35 | |
* | Don't use deprecated aliases. | Georg Brandl | 2010-12-06 | 1 | -4/+4 | |
* | Remove visible XXX comments. | Georg Brandl | 2010-12-06 | 1 | -3/+5 | |
* | Typo fixups. | Raymond Hettinger | 2010-12-06 | 1 | -3/+3 | |
* | Automate build for python3.dll. | Martin v. Löwis | 2010-12-05 | 6 | -343/+890 | |
* | Retagging 3.2b1. | Georg Brandl | 2010-12-05 | 1 | -0/+1 | |
* | Fix title.v3.2b1 | Georg Brandl | 2010-12-05 | 1 | -1/+1 | |
* | Remove tag. | Georg Brandl | 2010-12-05 | 1 | -0/+1 | |
* | Take PyUnicode_TransformDecimalToASCII out of the limited API. | Georg Brandl | 2010-12-05 | 1 | -0/+2 | |
* | Tagging 3.2b1. | Georg Brandl | 2010-12-05 | 1 | -0/+1 | |
* | Nits and todos | Raymond Hettinger | 2010-12-05 | 1 | -6/+9 | |
* | Apply rest of #10628, and add a few todo comments. | Georg Brandl | 2010-12-05 | 1 | -2/+12 | |
* | Temporarily disable newly failing test for the release. | Georg Brandl | 2010-12-05 | 1 | -0/+3 | |
* | More fine-grained monitoring of alterations to logging state | Nick Coghlan | 2010-12-05 | 1 | -4/+10 | |
* | Spelling | Raymond Hettinger | 2010-12-05 | 1 | -3/+3 | |
* | Update the unittest section. | Raymond Hettinger | 2010-12-05 | 1 | -17/+27 | |
* | Issue 10626 investigation: regrtest now checks for alterations to the logging... | Nick Coghlan | 2010-12-05 | 1 | -1/+11 | |
* | New string format character. | Raymond Hettinger | 2010-12-05 | 1 | -1/+14 | |
* | Optimization notes. | Raymond Hettinger | 2010-12-05 | 1 | -5/+22 | |
* | Should use posix_error here. | Hirokazu Yamamoto | 2010-12-05 | 2 | -6/+4 | |
* | Describe the transform/untranform methods | Raymond Hettinger | 2010-12-05 | 1 | -0/+19 | |
* | Note the updates to range objects. | Raymond Hettinger | 2010-12-05 | 1 | -23/+30 | |
* | Sorry, I had introduced tab in source code. | Hirokazu Yamamoto | 2010-12-05 | 1 | -1/+1 | |
* | Avoid possible zombi process. | Hirokazu Yamamoto | 2010-12-05 | 1 | -2/+4 | |
* | Now can reproduce the error on AMD64 Windows Server 2008 | Hirokazu Yamamoto | 2010-12-05 | 1 | -16/+21 | |
* | Optimization of Timsort. | Raymond Hettinger | 2010-12-05 | 1 | -3/+19 | |
* | Start the argparse entry. | Raymond Hettinger | 2010-12-05 | 1 | -7/+30 | |
* | Mention itertools.accumulate(). | Raymond Hettinger | 2010-12-04 | 2 | -1/+19 | |
* | Fill-in stub for concurrent.futures | Raymond Hettinger | 2010-12-04 | 1 | -5/+43 | |