- 21 Apr, 2008 12 commits
-
-
Gregory P. Smith authored
a warning instead of failing with a termios.error.
-
Jeroen Ruigrok van der Werven authored
-
Gregory P. Smith authored
-
David Goodger authored
-
David Goodger authored
-
Thomas Heller authored
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Mark Dickinson authored
-
Andrew M. Kuchling authored
-
- 20 Apr, 2008 9 commits
-
-
Mark Dickinson authored
should fix the problem in the same way that the cmath.phase problems were fixed.
-
Amaury Forgeot d'Arc authored
info for all processed zip files, even when they are no longer used.
-
Mark Dickinson authored
-
Mark Dickinson authored
the phase and polar methods.
-
Andrew M. Kuchling authored
-
Mark Dickinson authored
cmath module is loaded) instead of statically. This fixes compile-time problems on platforms where HUGE_VAL is an extern variable rather than a constant. Thanks Hirokazu Yamamoto for the patch.
-
Mark Dickinson authored
math.pow behave on alpha Tru64. All IEEE 754 special values are now handled directly; only the finite**finite case is handled by libm.
-
Mark Dickinson authored
special-value handling to math.modf code.
-
Mark Dickinson authored
test_math, to help track down debian-alpha buildbot failure.
-
- 19 Apr, 2008 15 commits
-
-
Mark Dickinson authored
Remove meaningless 'in radians' from inverse hyperbolic functions.
-
Mark Dickinson authored
0**nan is nan, not 0. (But nan**0 and 1**nan are 1.) Also fix minor typo: 'quite NaN' -> 'quiet NaN'
-
Georg Brandl authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
Windows/VS2008 doesn't like (-1)**(+-inf).
-
Benjamin Peterson authored
-
Mark Dickinson authored
handling code in math.pow, in the hope of making all tests pass on the alpha Tru64 buildbot.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill().
-
- 18 Apr, 2008 4 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
More Windows related fixes are coming soon
-
Amaury Forgeot d'Arc authored
Perform additional cleanup, mostly deleting from sys.modules, or clearing the warnings registry.
-
Christian Heimes authored
I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
-