COMMITS
/ Modules/mathmodule.c January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
April 6, 2005
M
Make that a C, not a C++, comment.
Michael W. Hudson committed
M
Add a comment explaining the import of longintrepr.h.
Michael W. Hudson committed
March 22, 2004
H
Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD.
Hye-Shik Chang committed
November 19, 2003
J
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
December 29, 2002
R
SF patch #659536: Use PyArg_UnpackTuple where possible.
Raymond Hettinger committed
December 14, 2002
R
Apply SF patch 652930: Add optional base argument to math.log(x[, base]).
Raymond Hettinger committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
May 13, 2002
R
Added degrees() and radians() to mathmodule. Closes patch 552452 and
Raymond Hettinger 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
T
loghelper(): Try to nudge the compiler into doing mults in an order that
Tim Peters committed
T
Return reasonable results for math.log(long) and math.log10(long) (we were
Tim Peters committed
September 4, 2001
T
Mechanical fiddling to make this easier to work with in my editor.
Tim Peters committed
August 7, 2001
T
Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from
Tim Peters committed
June 10, 2001
P
annoying whitespace inconsistency
Peter Schneider-Kamp committed
October 12, 2000
T
Repaired a comment and asserted a precondition.
Tim Peters committed
T
Stop raising OverflowError on underflows reported by libm (errno==ERANGE and
Tim Peters committed
September 16, 2000
T
Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough.
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
B
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw committed
August 10, 2000
P
remove all occurence of math.rint() from the sources
Peter Schneider-Kamp committed
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 3, 2000
T
Typo repair in docstring -- my fault.
Tim Peters committed
F
ANSI-fication, remove Py_PROTO, etc.
Fred Drake committed
July 2, 2000
T
Repair docs for math.frexp (they were wrong).
Tim Peters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 11, 2000
G
The addition of rint() (by Peter Schneider-Kamp; I forgot to mention
Guido van Rossum committed
G
Added math.rint() -- round according to current IEEE754 mode
Guido van Rossum committed
May 8, 2000
G
Trent Mick:
Guido van Rossum committed
December 8, 1998
G
Correctly document atan2.
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
May 20, 1997
G
Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)
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 18, 1996
R
Removed references to getdoublearg and get2doublearg rename macros and
Roger E. Masse committed
G
Correct *another* mistake (initmath() always fell through to fatal error).
Guido van Rossum committed
G
Correct 1-char typo / syntax error.
Guido van Rossum committed
December 17, 1996
B
Better error checking in initmath().
Barry Warsaw committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 29, 1996
G
Move backup definition for hypot() to Python/hypot.c.
Guido van Rossum committed
August 21, 1996
G
Avoid complaint about inconsistent hypot() linkage on NT.
Guido van Rossum committed
August 8, 1996
G
Hack for Mac (where fabs is not usable as a function pointer).
Guido van Rossum committed