- 22 Apr, 2008 5 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
* Default to using /dev/tty for the password prompt and input before falling back to sys.stdin and sys.stderr. * Use sys.stderr instead of sys.stdout. * print the 'password may be echoed' warning to stream used to display the prompt rather than always sys.stderr. * warn() with GetPassWarning when input may be echoed.
-
Neal Norwitz authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
work. (The test wasn't properly linked with libm. Sigh.)
-
- 21 Apr, 2008 15 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
It seems to work, but will fail at the first flush. This causes IDLE to crash when too many warnings are printed. Will backport.
-
Mark Dickinson authored
apparently because tanh(-0.) loses the sign of zero on that platform. If true, this is a bug in FreeBSD. Added a configure test to verify this. I still need to figure out how best to deal with this failure.
-
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 11 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
-