Files
cpython/Modules
Stefan Krah c35a8e5c98 Proactive reliability fix for broken FPUs: The base conversion functions
use log10() to calculate the size of the output array. The current code
has been tested on x86/amd64 (and to a lesser extent on qemu-mips qemu-sparc)
and produces sufficiently large values for all inputs tested so far (coefficient
sizes of 10**18 - 1 are hard to test exhaustively).

The new code does not rely on the correctness of log10() and resizes
the output arrays if the allocated space is insufficient.
2012-06-30 18:05:33 +02:00
..
2012-02-21 13:59:40 +02:00
2012-03-14 18:21:35 -05:00
2011-09-28 07:41:54 +02:00
2012-06-22 21:12:59 +02:00
2012-05-05 19:45:37 +01:00
2012-03-13 16:13:35 -05:00
2012-03-06 15:37:36 +01:00
2011-06-06 20:24:11 -07:00
2012-06-28 01:45:48 +02:00
2011-12-10 17:50:22 -05:00
2012-06-23 14:17:39 +02:00
2012-02-20 22:24:29 -05:00
2012-02-20 22:24:29 -05:00
2012-05-25 10:22:29 -07:00