| Commit message (Expand) | Author | Age | Files | Lines |
* | Tone down math.fsum warning. | Mark Dickinson | 2008-08-01 | 1 | -23/+2 |
|
|
* | Alter recipe to show how to call izip_longest() with | Raymond Hettinger | 2008-07-31 | 1 | -2/+1 |
|
|
* | Add note about problems with math.fsum on x86 hardware. | Mark Dickinson | 2008-07-30 | 1 | -0/+26 |
|
|
* | Rename math.sum to math.fsum | Mark Dickinson | 2008-07-30 | 1 | -10/+10 |
|
|
* | getrandombits is actually getrandbits | Benjamin Peterson | 2008-07-30 | 1 | -2/+2 |
|
|
* | Neaten-up the itertools recipes. | Raymond Hettinger | 2008-07-30 | 1 | -6/+4 |
|
|
* | the from __future__ import with_statement isn't needed in 2.6 | Benjamin Peterson | 2008-07-29 | 1 | -1/+1 |
|
|
* | Clarify wording | Andrew M. Kuchling | 2008-07-28 | 1 | -1/+1 |
|
|
* | clarify Popen argument | Benjamin Peterson | 2008-07-27 | 1 | -3/+4 |
|
|
* | Remove extra words | Andrew M. Kuchling | 2008-07-26 | 1 | -1/+1 |
|
|
* | This sentence continues to bug me; rewrite it for the second time | Andrew M. Kuchling | 2008-07-26 | 1 | -2/+3 |
|
|
* | fix indentation | Benjamin Peterson | 2008-07-25 | 1 | -1/+1 |
|
|
* | document default value for fillvalue | Benjamin Peterson | 2008-07-25 | 1 | -3/+4 |
|
|
* | Fix indentation. | Georg Brandl | 2008-07-24 | 1 | -3/+1 |
|
|
* | add some documentation for 2to3 | Benjamin Peterson | 2008-07-24 | 2 | -1/+80 |
|
|
* | fix spacing | Benjamin Peterson | 2008-07-24 | 1 | -1/+1 |
|
|
* | Use correct indentation. | Georg Brandl | 2008-07-23 | 1 | -14/+14 |
|
|
* | 3k-warn about parser's "ast" aliases. | Georg Brandl | 2008-07-23 | 1 | -0/+1 |
|
|
* | Clean-up itertools docs and recipes. | Raymond Hettinger | 2008-07-19 | 1 | -46/+19 |
|
|
* | Fix compress() recipe in docs to use itertools. | Raymond Hettinger | 2008-07-19 | 1 | -3/+3 |
|
|
* | Add ordering info for findall and finditer. | Georg Brandl | 2008-07-19 | 1 | -6/+9 |
|
|
* | Add recipe to the itertools docs. | Raymond Hettinger | 2008-07-19 | 1 | -0/+15 |
|
|
* | Deprecate the sunaudio module for removal in Python 3.0. The sunau module can... | Brett Cannon | 2008-07-18 | 1 | -0/+2 |
|
|
* | Document the different meaning of precision for {:f} and {:g}. | Georg Brandl | 2008-07-18 | 1 | -8/+12 |
|
|
* | Issue #3389: Allow resolving dotted names for handlers in logging configurati... | Vinay Sajip | 2008-07-18 | 1 | -1/+5 |
|
|
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 2 | -6/+5 |
|
|
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 2 | -5/+6 |
|
|
* | Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for... | Eric Smith | 2008-07-16 | 1 | -2/+6 |
|
|
* | Move label to correct heading. | Georg Brandl | 2008-07-15 | 1 | -3/+2 |
|
|
* | Issue #3008: add instance method float.hex and class method float.fromhex | Mark Dickinson | 2008-07-15 | 1 | -0/+69 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-07-14 | 1 | -1/+1 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-07-14 | 1 | -1/+1 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2008-07-14 | 1 | -3/+4 |
|
|
* | Re-word | Andrew M. Kuchling | 2008-07-13 | 1 | -2/+2 |
|
|
* | Add turtle into the module index. | Martin v. Löwis | 2008-07-13 | 1 | -0/+4 |
|
|
* | Correct a couple of errors in the updated catch_warning documentation (the Py... | Nick Coghlan | 2008-07-13 | 1 | -2/+2 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 1 | -9/+24 |
|
|
* | Fixed typo. | Alexandre Vassalotti | 2008-07-12 | 1 | -1/+1 |
|
|
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 15 | -26/+26 |
|
|
* | Doc that robotparse has been renamed urllib.robotparser in Python 3.0. | Brett Cannon | 2008-07-11 | 1 | -0/+6 |
|
|
* | Doc that urlparse is named urllib.parse in Python 3.0. | Brett Cannon | 2008-07-11 | 1 | -0/+6 |
|
|
* | Document the fact that urllib2 spans multiple modules with new names in Python | Brett Cannon | 2008-07-11 | 1 | -0/+7 |
|
|
* | Added garbage collector overhead and optional default return value to | Robert Schuppenies | 2008-07-10 | 1 | -2/+9 |
|
|
* | Add missing ABCs to list. | Georg Brandl | 2008-07-08 | 1 | -36/+44 |
|
|
* | Wording fix | Andrew M. Kuchling | 2008-07-06 | 1 | -1/+1 |
|
|
* | - Issue #2862: Make int and float freelist management consistent with other | Gregory P. Smith | 2008-07-06 | 2 | -16/+6 |
|
|
* | #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. | Georg Brandl | 2008-07-05 | 1 | -12/+66 |
|
|
* | Give the pickle special methods a signature. | Georg Brandl | 2008-07-04 | 1 | -118/+117 |
|
|
* | let the term be linked | Benjamin Peterson | 2008-07-03 | 1 | -2/+2 |
|
|
* | Patch #1622: Correct interpretation of various ZIP header fields. | Martin v. Löwis | 2008-07-03 | 1 | -1/+7 |
|
|