Files
cpython/Lib
Mark Dickinson a0de26c342 Make floating-point exception error messages slightly more verbose: in
particular, the error message now allows one to distinguish between a
ValueError arising from a singularity (e.g. log(0.)), which would
usually produce +-infinity in non-stop mode, and a ValueError resulting
from an invalid input (e.g. sqrt(-1.)), which would normally produce a
NaN in non-stop mode.
2008-04-30 23:30:57 +00:00
..
2007-11-29 18:48:53 +00:00
2008-01-06 18:23:30 +00:00
2007-11-21 19:29:53 +00:00
2008-02-04 22:43:27 +00:00
2008-02-21 22:11:37 +00:00
2008-01-27 16:16:19 +00:00
2007-12-07 11:10:11 +00:00
2007-12-04 23:02:19 +00:00
2007-10-26 04:29:23 +00:00
2008-03-18 20:13:50 +00:00
2007-08-12 00:43:29 +00:00
2007-08-30 01:19:48 +00:00
2008-01-17 00:13:27 +00:00
2007-12-07 11:10:11 +00:00
2008-02-10 20:41:56 +00:00
2007-12-14 22:08:56 +00:00
2007-11-21 19:29:53 +00:00
2007-08-31 07:58:27 +00:00
2008-02-28 22:21:11 +00:00
2007-08-12 00:43:29 +00:00
2007-11-21 19:29:53 +00:00
2007-08-16 14:35:24 +00:00