index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_strtod.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge test_strtod and test_float string-to-float conversion tests.
Mark Dickinson
2010-06-20
1
-0/+6
*
Reduce number of random tests in test_strtod, to avoid hogging buildbot time.
Mark Dickinson
2010-02-21
1
-36/+30
*
Skip test_strtod entirely when correctly-rounded string->float isn't implemented
Mark Dickinson
2010-02-07
1
-2/+4
*
Use // for floor division.
Mark Dickinson
2010-01-21
1
-2/+2
*
Add two more test_strtod test values.
Mark Dickinson
2010-01-21
1
-0/+36
*
Additional testcases for strtod.
Mark Dickinson
2010-01-21
1
-0/+54
*
Various dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing code
Mark Dickinson
2010-01-20
1
-4/+41
*
Increase number of strtod tests slightly, to make it more likely that a memor...
Mark Dickinson
2010-01-17
1
-1/+1
*
Add better error reporting for MemoryErrors caused by str->float conversions.
Mark Dickinson
2010-01-16
1
-0/+2
*
Issue #7632: Fix one more case of incorrect rounding for str -> float
Mark Dickinson
2010-01-16
1
-6/+3
*
Issue #7632: Fix a serious wrong output bug for string -> float conversion.
Mark Dickinson
2010-01-16
1
-0/+2
*
Issue #7632: add tests for bugs fixed so far.
Mark Dickinson
2010-01-14
1
-0/+269