| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). | Antoine Pitrou | 2015-06-23 | 1 | -1/+2 |
|\ |
|
| * | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). | Antoine Pitrou | 2015-06-23 | 1 | -1/+2 |
|
|
* | | Issue #19543: Implementation of isclose as per PEP 485 | Tal Einat | 2015-05-31 | 1 | -0/+68 |
|
|
* | | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -2/+1 |
|
|
* | | Regenerated Argument Clinic checksums. | Serhiy Storchaka | 2015-02-20 | 1 | -3/+3 |
|
|
* | | Issue #21092: Merge from 3.4. | Mark Dickinson | 2015-01-11 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy... | Mark Dickinson | 2015-01-11 | 1 | -3/+3 |
|
|
* | | Issue #20152: Convert the cmath module to Argument Clinic. | Brett Cannon | 2014-10-14 | 1 | -222/+267 |
|
|
* | | Fix compilation failure (followup to #21803) | Antoine Pitrou | 2014-07-07 | 1 | -3/+3 |
|/ |
|
* | The function name for cmath.isinf in PyArg_ParseTuple() was wrong. | Brett Cannon | 2014-01-31 | 1 | -1/+1 |
|
|
* | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath... | Mark Dickinson | 2013-07-20 | 1 | -0/+7 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -810/+810 |
|
|
| * | Merged revisions 74305 via svnmerge from | Mark Dickinson | 2009-08-04 | 1 | -1/+1 |
|
|
* | | Issue #9165: Add math.isfinite and cmath.isfinite. | Mark Dickinson | 2010-07-11 | 1 | -0/+14 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -810/+810 |
|
|
* | | Merged revisions 76978 via svnmerge from | Mark Dickinson | 2009-12-21 | 1 | -5/+6 |
|
|
* | | Merged revisions 74303 via svnmerge from | Mark Dickinson | 2009-08-04 | 1 | -1/+1 |
|/ |
|
* | Merged revisions 70062 via svnmerge from | Mark Dickinson | 2009-02-28 | 1 | -2/+2 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -2/+4 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+17 |
|
|
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
|
|
* | Merged revisions 62420-62421,62423-62424 via svnmerge from | Christian Heimes | 2008-04-21 | 1 | -1/+10 |
|
|
* | Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,... | Christian Heimes | 2008-04-20 | 1 | -109/+128 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -133/+886 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Patch #826074: cmath.log optional base argument, fixes #823209 | Raymond Hettinger | 2004-06-14 | 1 | -7/+27 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -3/+3 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -34/+34 |
|
|
* | Use the PyModule_*() API instead of manipulating the module dictionary | Fred Drake | 2002-04-01 | 1 | -7/+5 |
|
|
* | SF bug 525705: [2.2] underflow raise OverflowException. | Tim Peters | 2002-03-09 | 1 | -2/+1 |
|
|
* | Revert parts of patch #453627, documenting the resulting test failures | Martin v. Löwis | 2001-09-06 | 1 | -18/+2 |
|
|
* | Rework the way we try to check for libm overflow, given that C99 no longer | Tim Peters | 2001-09-05 | 1 | -15/+2 |
|
|
* | Patch #453627: Define the following macros when compiling on a UnixWare 7.x s... | Martin v. Löwis | 2001-09-05 | 1 | -2/+18 |
|
|
* | asin micro-optimization suggested in email. | Tim Peters | 2001-02-22 | 1 | -2/+3 |
|
|
* | Bug #133297: cmath.asin is the same as cmath.asinh. | Tim Peters | 2001-02-21 | 1 | -8/+9 |
|
|
* | Rename some constants for easier readability. | Tim Peters | 2001-02-20 | 1 | -8/+8 |
|
|
* | Mechanical edits just so I can read it. | Tim Peters | 2001-02-20 | 1 | -142/+138 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -16/+32 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -2/+0 |
|
|
* | Fix typo in previous patch. | Thomas Wouters | 2000-07-24 | 1 | -3/+3 |
|
|
* | *** empty log message *** | Thomas Wouters | 2000-07-24 | 1 | -3/+3 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -2/+2 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -38/+19 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -1/+1 |
|
|
* | Patch by Nadav Horesh to make acosh and asinh better. | Guido van Rossum | 2000-06-30 | 1 | -7/+12 |
|
|
* | Docstring fix: acosh() returns the hyperbolic arccosine, not the | Fred Drake | 1999-03-16 | 1 | -1/+1 |
|
|
* | Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). | Guido van Rossum | 1999-01-14 | 1 | -1/+5 |
|
|