Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9b342c6fd4455aa5ee988007a0cac09032b3219c
/
Lib
/
test
/
test_strtod.py
8019236
Merge test_strtod and test_float string-to-float conversion tests.
by Mark Dickinson
· 15 years ago
92cb4a8
Reduce number of random tests in test_strtod, to avoid hogging buildbot time.
by Mark Dickinson
· 15 years ago
841e7f3
Skip test_strtod entirely when correctly-rounded string->float isn't implemented
by Mark Dickinson
· 16 years ago
a3112d1
Use // for floor division.
by Mark Dickinson
· 16 years ago
5a63348
Add two more test_strtod test values.
by Mark Dickinson
· 16 years ago
294d6ac
Additional testcases for strtod.
by Mark Dickinson
· 16 years ago
4141d65
Various dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing code
by Mark Dickinson
· 16 years ago
ab6ee7a
Increase number of strtod tests slightly, to make it more likely that a memory leak is detected.
by Mark Dickinson
· 16 years ago
d87f22c
Add better error reporting for MemoryErrors caused by str->float conversions.
by Mark Dickinson
· 16 years ago
811ff82
Issue #7632: Fix one more case of incorrect rounding for str -> float
by Mark Dickinson
· 16 years ago
476279f
Issue #7632: Fix a serious wrong output bug for string -> float conversion.
by Mark Dickinson
· 16 years ago
647ed91
Issue #7632: add tests for bugs fixed so far.
by Mark Dickinson
· 16 years ago