aboutsummaryrefslogtreecommitdiff
path: root/Modules/cmathmodule.c
AgeCommit message (Expand)Author
2016-08-29Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.Mark Dickinson
2016-08-15Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum
2016-07-07Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka
2016-06-09Issue #26305: Argument Clinic now escapes braces. No need to double them.Serhiy Storchaka
2015-06-23Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou
2015-06-23Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou
2015-05-31Issue #19543: Implementation of isclose as per PEP 485Tal Einat
2015-04-03Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka
2015-02-20Regenerated Argument Clinic checksums.Serhiy Storchaka
2015-01-11Issue #21092: Merge from 3.4.Mark Dickinson
2015-01-11Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...Mark Dickinson
2014-10-14Issue #20152: Convert the cmath module to Argument Clinic.Brett Cannon
2014-07-07Fix compilation failure (followup to #21803)Antoine Pitrou
2014-01-31The function name for cmath.isinf in PyArg_ParseTuple() was wrong.Brett Cannon
2013-07-20Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson
2011-03-16#11565: Merge with 3.1.Ezio Melotti
2011-03-16#11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti
2010-07-11Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson
2010-05-09Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou
2010-05-09Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou
2009-12-21Merged revisions 76978 via svnmerge fromMark Dickinson
2009-08-04Merged revisions 74305 via svnmerge fromMark Dickinson
2009-08-04Merged revisions 74303 via svnmerge fromMark Dickinson
2009-02-28Merged revisions 70062 via svnmerge fromMark Dickinson
2008-07-16Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl
2008-06-11Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis
2008-05-16Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti
2008-04-21Merged revisions 62420-62421,62423-62424 via svnmerge fromChristian Heimes
2008-04-20Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes
2008-04-19Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes
2006-01-19Check return result from Py_InitModule*(). This API can fail.Neal Norwitz
2004-06-14Patch #826074: cmath.log optional base argument, fixes #823209Raymond Hettinger
2002-08-02Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond
2002-07-17staticforward bites the dust.Jeremy Hylton
2002-06-13Patch #568124: Add doc string macros.Martin v. Löwis
2002-04-01Use the PyModule_*() API instead of manipulating the module dictionaryFred Drake
2002-03-09SF bug 525705: [2.2] underflow raise OverflowException.Tim Peters
2001-09-06Revert parts of patch #453627, documenting the resulting test failuresMartin v. Löwis
2001-09-05Rework the way we try to check for libm overflow, given that C99 no longerTim Peters
2001-09-05Patch #453627: Define the following macros when compiling on a UnixWare 7.x s...Martin v. Löwis
2001-02-22asin micro-optimization suggested in email.Tim Peters
2001-02-21Bug #133297: cmath.asin is the same as cmath.asinh.Tim Peters
2001-02-20Rename some constants for easier readability.Tim Peters
2001-02-20Mechanical edits just so I can read it.Tim Peters
2000-08-03Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling
2000-07-31merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp
2000-07-24Fix typo in previous patch.Thomas Wouters
2000-07-24*** empty log message ***Thomas Wouters
2000-07-21Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters
2000-07-10ANSI-ficationPeter Schneider-Kamp