| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -7/+6 |
|
|
* | Issue #16305: Merge fix from 3.2. | Mark Dickinson | 2012-10-25 | 1 | -4/+3 |
|\ |
|
| * | Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and ... | Mark Dickinson | 2012-10-25 | 1 | -4/+3 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-03-13 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | fix indentation | Benjamin Peterson | 2012-03-13 | 1 | -7/+7 |
|
|
* | | use the static identifier api for looking up special methods | Benjamin Peterson | 2012-01-22 | 1 | -6/+6 |
|
|
* | | Use the new Py_ARRAY_LENGTH macro | Victor Stinner | 2011-09-28 | 1 | -1/+1 |
|
|
* | | Return +-Py_HUGE_VAL for tgamma(+-0) instead of risking FP exceptions by comp... | Mark Dickinson | 2011-09-25 | 1 | -1/+2 |
|
|
* | | Issue #11888: Use system log2() when available | Victor Stinner | 2011-05-09 | 1 | -0/+4 |
|
|
* | | Grammatical fix for a comment for log2, to avoid referring to an *algorithm* ... | Mark Dickinson | 2011-05-09 | 1 | -1/+3 |
|
|
* | | Fix cut-and-paste typo in comment: log10 -> log2. | Mark Dickinson | 2011-05-09 | 1 | -1/+1 |
|
|
* | | Issue #11888: Add log2 function to math module. Patch written by Mark | Victor Stinner | 2011-05-08 | 1 | -0/+59 |
|
|
* | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 1 | -5/+0 |
|/ |
|
* | Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's ... | Mark Dickinson | 2010-09-29 | 1 | -14/+22 |
|
|
* | Issue #9599: Tweak loghelper algorithm to return slightly improved results f... | Mark Dickinson | 2010-09-28 | 1 | -6/+8 |
|
|
* | Improve docstrings for isnan, isinf and isfinite. | Mark Dickinson | 2010-07-11 | 1 | -3/+3 |
|
|
* | Issue #9165: Add math.isfinite and cmath.isfinite. | Mark Dickinson | 2010-07-11 | 1 | -0/+14 |
|
|
* | Fix typo in a comment in mathmodule.c. | Ezio Melotti | 2010-07-08 | 1 | -1/+1 |
|
|
* | Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError. | Mark Dickinson | 2010-07-07 | 1 | -1/+1 |
|
|
* | Minor refactoring in lgamma code, for clarity. | Mark Dickinson | 2010-07-07 | 1 | -14/+10 |
|
|
* | Style/consistency nit: make math_floor and math_ceil code look the same. | Mark Dickinson | 2010-07-02 | 1 | -6/+4 |
|
|
* | fix lookup of __ceil__ | Benjamin Peterson | 2010-07-02 | 1 | -9/+9 |
|
|
* | account for different ref counting semantics of _PyObject_LookupSpecial | Benjamin Peterson | 2010-07-02 | 1 | -4/+8 |
|
|
* | correctly lookup __trunc__ and __floor__ | Benjamin Peterson | 2010-07-01 | 1 | -20/+11 |
|
|
* | Merged revisions 82221 via svnmerge from | Mark Dickinson | 2010-06-25 | 1 | -11/+11 |
|
|
* | Merged revisions 81967 via svnmerge from | Mark Dickinson | 2010-06-13 | 1 | -6/+16 |
|
|
* | Issue #8692: Improve performance of math.factorial: | Mark Dickinson | 2010-05-15 | 1 | -20/+240 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1002/+1002 |
|
|
* | Merged revisions 77275 via svnmerge from | Mark Dickinson | 2010-01-03 | 1 | -16/+6 |
|
|
* | Merged revisions 77234 via svnmerge from | Mark Dickinson | 2010-01-02 | 1 | -12/+15 |
|
|
* | Merged revisions 76978 via svnmerge from | Mark Dickinson | 2009-12-21 | 1 | -4/+4 |
|
|
* | Merged revisions 76916 via svnmerge from | Mark Dickinson | 2009-12-20 | 1 | -2/+9 |
|
|
* | Merged revisions 76878 via svnmerge from | Mark Dickinson | 2009-12-19 | 1 | -0/+142 |
|
|
* | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -0/+6 |
|
|
* | Merged revisions 76755 via svnmerge from | Mark Dickinson | 2009-12-11 | 1 | -0/+57 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -16/+20 |
|
|
* | Merged revisions 75117 via svnmerge from | Mark Dickinson | 2009-09-28 | 1 | -35/+325 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -2/+5 |
|
|
* | Merged revisions 67707 via svnmerge from | Mark Dickinson | 2008-12-11 | 1 | -3/+55 |
|
|
* | Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from | Mark Dickinson | 2008-08-01 | 1 | -51/+67 |
|
|
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 1 | -4/+3 |
|
|
* | Quick fix for test_math failures on Solaris 10 buildbot. For future | Mark Dickinson | 2008-06-18 | 1 | -3/+3 |
|
|
* | Merged revisions 64349 via svnmerge from | Benjamin Peterson | 2008-06-17 | 1 | -3/+8 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+16 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -0/+49 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -20/+32 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 1 | -0/+194 |
|
|
* | Remove duplicate check for PyLong_Check(). It was checked above. | Neal Norwitz | 2008-05-20 | 1 | -3/+0 |
|
|
* | Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,... | Alexandre Vassalotti | 2008-05-15 | 1 | -12/+54 |
|
|
* | Revert the temporary change in r62624 | Mark Dickinson | 2008-05-09 | 1 | -11/+3 |
|
|