- 22 Nis, 2008 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
* 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 yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
work. (The test wasn't properly linked with libm. Sigh.)
-
- 21 Nis, 2008 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
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 yazdı
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 yazdı
a warning instead of failing with a termios.error.
-
-
Gregory P. Smith yazdı
-
David Goodger yazdı
-
David Goodger yazdı
-
Thomas Heller yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
-
Andrew M. Kuchling yazdı
-
- 20 Nis, 2008 9 kayıt (commit)
-
-
Mark Dickinson yazdı
should fix the problem in the same way that the cmath.phase problems were fixed.
-
Amaury Forgeot d'Arc yazdı
info for all processed zip files, even when they are no longer used.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
the phase and polar methods.
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
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 yazdı
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 yazdı
special-value handling to math.modf code.
-
Mark Dickinson yazdı
test_math, to help track down debian-alpha buildbot failure.
-
- 19 Nis, 2008 12 kayıt (commit)
-
-
Mark Dickinson yazdı
Remove meaningless 'in radians' from inverse hyperbolic functions.
-
Mark Dickinson yazdı
0**nan is nan, not 0. (But nan**0 and 1**nan are 1.) Also fix minor typo: 'quite NaN' -> 'quiet NaN'
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
Windows/VS2008 doesn't like (-1)**(+-inf).
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
handling code in math.pow, in the hope of making all tests pass on the alpha Tru64 buildbot.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-