COMMITS
/ Modules/mathmodule.c December 21, 2008
December 11, 2008
M
Merged revisions 67707 via svnmerge from
Mark Dickinson committed
August 1, 2008
M
Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from
Mark Dickinson committed
July 2, 2008
B
Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from
Benjamin Peterson committed
June 18, 2008
M
Quick fix for test_math failures on Solaris 10 buildbot. For future
Mark Dickinson committed
June 17, 2008
B
Merged revisions 64349 via svnmerge from
Benjamin Peterson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
June 10, 2008
May 26, 2008
B
Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from
Benjamin Peterson committed
May 20, 2008
N
Remove duplicate check for PyLong_Check(). It was checked above.
Neal Norwitz committed
May 15, 2008
A
Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from
Alexandre Vassalotti committed
May 9, 2008
M
Revert the temporary change in r62624
Mark Dickinson committed
May 4, 2008
May 2, 2008
M
One more attempt to track down Debian/alpha test_math failures:
Mark Dickinson committed
May 1, 2008
M
Whoops. errno should only be tested when the result is finite.
Mark Dickinson committed
April 30, 2008
M
Make floating-point exception error messages slightly more verbose: in
Mark Dickinson 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
February 3, 2008
C
Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from
Christian Heimes committed
February 1, 2008
C
Merged revisions 60475-60479,60481-60488 via svnmerge from
Christian Heimes committed
January 28, 2008
C
Merged revisions 60379-60382 via svnmerge from
Christian Heimes committed
January 27, 2008
C
Merged revisions 60284-60349 via svnmerge from
Christian Heimes committed
January 25, 2008
C
Merged revisions 60245-60277 via svnmerge from
Christian Heimes committed
January 5, 2008
J
Make math.floor and math.ceil return ints instead of floats.
Jeffrey Yasskin committed
January 4, 2008
C
Merged revisions 59680-59695 via svnmerge from
Christian Heimes committed
January 3, 2008
C
Merged revisions 59666-59679 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
August 23, 2007
G
Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
March 24, 2006
N
Get rid of remnants of integer division
Neal Norwitz committed
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