| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -8/+8 |
* | Issue #19543: Implementation of isclose as per PEP 485 | Tal Einat | 2015-05-31 | 1 | -0/+32 |
* | merge 3.4 | Benjamin Peterson | 2015-05-12 | 1 | -0/+26 |
|\ |
|
| * | versionadded | Benjamin Peterson | 2015-05-12 | 1 | -0/+2 |
| * | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no... | Serhiy Storchaka | 2015-05-13 | 1 | -0/+8 |
| * | Issue #23185: add math.inf and math.nan constants. | Mark Dickinson | 2015-01-11 | 1 | -0/+16 |
* | | use imperative | Benjamin Peterson | 2015-05-12 | 1 | -2/+2 |
|/ |
|
* | #12211: remove paragraph about NaNs | Andrew Kuchling | 2014-02-16 | 1 | -3/+0 |
* | #12211: clarify math.copysign() documentation and docstring | Andrew Kuchling | 2014-02-16 | 1 | -2/+5 |
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -4/+5 |
* | #15438: merge with 3.2. | Ezio Melotti | 2013-02-23 | 1 | -0/+4 |
|\ |
|
| * | #15438: add a note to math.pow() that suggests using **/pow() for integers. ... | Ezio Melotti | 2013-02-23 | 1 | -0/+4 |
* | | math.fsum docs did not show up because of a misplaced testsetup directive | ?ukasz Langa | 2013-01-18 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | #16154: merge with 3.2. | Ezio Melotti | 2013-01-11 | 1 | -0/+2 |
| |\ |
|
| * | | meth.log2 doc: add a link to int.bit_length() | Victor Stinner | 2011-09-21 | 1 | -0/+5 |
| * | | note the point of having log2 | Benjamin Peterson | 2011-05-08 | 1 | -1/+2 |
| * | | Issue #11888: Add log2 function to math module. Patch written by Mark | Victor Stinner | 2011-05-09 | 1 | -0/+7 |
* | | | math.fsum docs did not show up because of a misplaced testsetup directive | ?ukasz Langa | 2013-01-18 | 1 | -2/+3 |
| |/
|/| |
|
* | | #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. | Ezio Melotti | 2013-01-11 | 1 | -0/+2 |
|/ |
|
* | Fix markup and wording. | Raymond Hettinger | 2011-03-31 | 1 | -3/+4 |
* | Add links to make the math docs more usable. | Raymond Hettinger | 2011-03-31 | 1 | -7/+23 |
* | Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other m... | Mark Dickinson | 2010-07-11 | 1 | -3/+5 |
* | Issue #9165: Add math.isfinite and cmath.isfinite. | Mark Dickinson | 2010-07-11 | 1 | -0/+6 |
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -3/+3 |
* | Merged revisions 79871 via svnmerge from | Mark Dickinson | 2010-04-06 | 1 | -3/+3 |
* | Merged revisions 79858 via svnmerge from | Mark Dickinson | 2010-04-06 | 1 | -21/+22 |
* | remove obsolete sentence | Ezio Melotti | 2010-01-16 | 1 | -4/+1 |
* | Merged revisions 76878 via svnmerge from | Mark Dickinson | 2009-12-19 | 1 | -1/+17 |
* | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -0/+14 |
* | Merged revisions 76755 via svnmerge from | Mark Dickinson | 2009-12-11 | 1 | -0/+8 |
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
* | Fix versionadded for py3k math.gamma | Mark Dickinson | 2009-10-01 | 1 | -1/+1 |
* | Merged revisions 75117 via svnmerge from | Mark Dickinson | 2009-09-28 | 1 | -0/+10 |
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 1 | -3/+6 |
* | Issue #6354: More fixes for code examples involving the repr of a float. | Mark Dickinson | 2009-06-28 | 1 | -1/+1 |
* | Signature documentation style update, modules J, K, L and M. | Georg Brandl | 2009-06-08 | 1 | -1/+0 |
* | Fix header level for 'Constants' section of math.rst | Mark Dickinson | 2009-06-02 | 1 | -1/+1 |
* | Add links to helpful external resources. | Raymond Hettinger | 2009-02-19 | 1 | -0/+4 |
* | Add an example for math.fsum() and elaborate on the accurary note. | Raymond Hettinger | 2009-02-19 | 1 | -8/+12 |
* | Fix a few more references to long integers in the docs. | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -10/+15 |
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -1/+1 |
* | murder some versionadded and versionchanged directives in their beds | Benjamin Peterson | 2008-08-16 | 1 | -2/+0 |
* | Merged revisions 65366 via svnmerge from | Mark Dickinson | 2008-08-01 | 1 | -23/+2 |
* | Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from | Mark Dickinson | 2008-08-01 | 1 | -6/+36 |
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 1 | -1/+1 |
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -0/+4 |
* | Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,... | Benjamin Peterson | 2008-05-26 | 1 | -0/+6 |