COMMITS
/ Modules/cmathmodule.c September 10, 2020
M
bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165)
Mohamed Koubaa committed
February 12, 2020
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed
November 20, 2019
V
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
May 17, 2019
N
bpo-36908: 'This module is always available' isn't helpful. (#13297)
Ned Batchelder committed
August 29, 2016
M
Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.
Mark Dickinson committed
August 15, 2016
G
Issue #12345: Add mathemathcal constant tau to math and cmath.
Guido van Rossum committed
July 7, 2016
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 9, 2016
S
Issue #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka committed
June 23, 2015
A
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou committed
A
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou committed
May 31, 2015
T
Issue #19543: Implementation of isclose as per PEP 485
Tal Einat committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
February 20, 2015
S
Regenerated Argument Clinic checksums.
Serhiy Storchaka committed
January 11, 2015
M
Issue #21092: Merge from 3.4.
Mark Dickinson committed
October 14, 2014
B
Issue #20152: Convert the cmath module to Argument Clinic.
Brett Cannon committed
July 7, 2014
A
Fix compilation failure (followup to #21803)
Antoine Pitrou committed
January 31, 2014
B
The function name for cmath.isinf in PyArg_ParseTuple() was wrong.
Brett Cannon committed
July 20, 2013
M
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
July 11, 2010
M
Issue #9165: Add math.isfinite and cmath.isfinite.
Mark Dickinson committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
December 21, 2009
M
Merged revisions 76978 via svnmerge from
Mark Dickinson committed
August 4, 2009
M
Merged revisions 74305 via svnmerge from
Mark Dickinson committed
M
Merged revisions 74303 via svnmerge from
Mark Dickinson committed
February 28, 2009
M
Merged revisions 70062 via svnmerge from
Mark Dickinson committed
July 16, 2008
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 16, 2008
A
Merged revisions 63361-63373,63375,63377-63380 via svnmerge from
Alexandre Vassalotti committed
April 21, 2008
C
Merged revisions 62420-62421,62423-62424 via svnmerge from
Christian Heimes committed
April 20, 2008
April 19, 2008
C
Merged revisions 62380,62382-62383 via svnmerge from
Christian Heimes committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
June 14, 2004
R
Patch #826074: cmath.log optional base argument, fixes #823209
Raymond Hettinger committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
July 17, 2002
J
staticforward bites the dust.
Jeremy Hylton committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
April 1, 2002
F
Use the PyModule_*() API instead of manipulating the module dictionary
Fred Drake committed
March 9, 2002
T
SF bug 525705: [2.2] underflow raise OverflowException.
Tim Peters committed
September 6, 2001
M
Revert parts of patch #453627, documenting the resulting test failures
Martin v. Löwis committed
September 5, 2001
T
Rework the way we try to check for libm overflow, given that C99 no longer
Tim Peters committed
M
Patch #453627: Define the following macros when compiling on a UnixWare 7.x system:
Martin v. Löwis committed
February 22, 2001
T
asin micro-optimization suggested in email.
Tim Peters committed
February 21, 2001
T
Bug #133297: cmath.asin is the same as cmath.asinh.
Tim Peters committed
February 20, 2001
T
Rename some constants for easier readability.
Tim Peters committed
T
Mechanical edits just so I can read it.
Tim Peters committed
August 3, 2000
A
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling committed