Age | Commit message (Expand) | Author |
---|---|---|
2017-03-06 | tests/float2int*: Suffix with _intbig, don't run on any other int type. | Paul Sokolovsky |
2017-03-06 | float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE. | Paul Sokolovsky |
2016-02-13 | test/float2int: Make test output clearer. | Paul Sokolovsky |
2015-05-04 | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky |
2015-01-24 | tests: Update float2int tests for new range classifications | David Steinberg |
2015-01-07 | py: Temporary fix for conversion of float to int when fits in small int. | Damien George |
2015-01-02 | py: Raise exception if trying to convert inf/nan to int. | Damien George |
2015-01-02 | py: Fix float to int conversion for large exponents. | David Steinberg |
2014-12-31 | objstr: Fix %d-formatting of floats. | Paul Sokolovsky |
2014-12-30 | py: Partially fix float to int conversion. | Paul Sokolovsky |