COMMITS
/ Modules/cmathmodule.c 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
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 24, 2000
T
Fix typo in previous patch.
Thomas Wouters committed
T
*** empty log message ***
Thomas Wouters committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
June 30, 2000
G
Patch by Nadav Horesh to make acosh and asinh better.
Guido van Rossum committed
March 16, 1999
F
Docstring fix: acosh() returns the hyperbolic arccosine, not the
Fred Drake committed
January 14, 1999
G
Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh().
Guido van Rossum committed
December 4, 1998
G
Added Doc strings -- by Chris Petrilli.
Guido van Rossum committed
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
March 14, 1997
G
New form of PyFPE_END_PROTECT macro.
Guido van Rossum committed
February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed
December 10, 1996
G
Removed redundant inclusion of <errno.h> (sorry, Roj!).
Guido van Rossum committed
December 9, 1996
R
Renamed Grandly
Roger E. Masse committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
July 21, 1996
G
complex -> Py_complex
Guido van Rossum committed
May 24, 1996
G
Made all c_* symbols static.
Guido van Rossum committed
January 12, 1996
G
complex math
Guido van Rossum committed