summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/float2int.py
Commit message (Expand)AuthorAge
* test/float2int: Make test output clearer.Paul Sokolovsky2016-02-13
* modstruct: Rename module to "ustruct", to allow full Python-level impl.Paul Sokolovsky2015-05-04
* tests: Update float2int tests for new range classificationsDavid Steinberg2015-01-24
* py: Temporary fix for conversion of float to int when fits in small int.Damien George2015-01-07
* py: Raise exception if trying to convert inf/nan to int.Damien George2015-01-02
* py: Fix float to int conversion for large exponents.David Steinberg2015-01-02
* objstr: Fix %d-formatting of floats.Paul Sokolovsky2014-12-31
* py: Partially fix float to int conversion.Paul Sokolovsky2014-12-30