summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/float_parse.py
Commit message (Expand)AuthorAge
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* tests/float/float_parse.py: Add tests for accuracy of small decimals.Damien George2018-09-20
* tests: Add some tests for bigint hash, float hash and float parsing.Damien George2018-05-21
* tests/float/float_parse: Allow test to run on 32-bit archs.Damien George2018-05-11
* tests/float: Adjust float-parsing tests to pass with only a small error.Damien George2018-02-26
* py/parsenum: Fix parsing of floats that are close to subnormal.Damien George2018-02-08
* py/parsenum: Improve parsing of floating point numbers.Damien George2017-11-27