summaryrefslogtreecommitdiff
path: root/tests/float/float2int.py
AgeCommit message (Expand)Author
2015-05-04modstruct: Rename module to "ustruct", to allow full Python-level impl.Paul Sokolovsky
2015-01-24tests: Update float2int tests for new range classificationsDavid Steinberg
2015-01-07py: Temporary fix for conversion of float to int when fits in small int.Damien George
2015-01-02py: Raise exception if trying to convert inf/nan to int.Damien George
2015-01-02py: Fix float to int conversion for large exponents.David Steinberg
2014-12-31objstr: Fix %d-formatting of floats.Paul Sokolovsky
2014-12-30py: Partially fix float to int conversion.Paul Sokolovsky