| Age | Commit message (Expand) | Author |
| 2017-02-03 | tests/float: Add tests for zero to a negative power. | Damien George |
| 2017-01-19 | tests/float: Add test for assigning to attribute of complex number. | Damien George |
| 2017-01-05 | tests/float: Improve formatfloat.c test coverage using Python. | Rami Ali |
| 2016-12-21 | tests: Add tests to improve coverage of runtime.c. | Rami Ali |
| 2016-12-20 | tests/float/builtin_float_round: Test round() with second arg. | Damien George |
| 2016-09-27 | tests/float: Add test for parsing a float from an empty string. | Damien George |
| 2016-03-29 | py/formatfloat: Fix further cases of buffer overflow in formatting. | Damien George |
| 2016-03-15 | py/formatfloat: Fix buffer overflow when formatting tiny numbers. | Damien George |
| 2016-03-06 | test/string_format_fp30: Variant of string_format for 30-bit stuffed float. | Paul Sokolovsky |
| 2016-03-06 | test/float2int_fp30: Variant of float2int for 30-bit stuffed float. | Paul Sokolovsky |
| 2016-02-13 | float/string_format: Split large test in 2. | Paul Sokolovsky |
| 2016-02-13 | test/float2int: Make test output clearer. | Paul Sokolovsky |
| 2016-01-08 | tests: Fix math_fun_special test so it passes with single prec float. | Damien George |
| 2016-01-08 | tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled. | Damien George |
| 2015-12-12 | py/modmath: Add domain error checking to sqrt, log, log2, log10. | Michael Buesch |
| 2015-11-22 | tests/float/string_format: Add testcase for incorrect rounding for %f. | Paul Sokolovsky |
| 2015-10-01 | py: Catch all cases of integer (big and small) division by zero. | Damien George |
| 2015-10-01 | tests: Add further tests for mpz code. | Damien George |
| 2015-09-11 | stmhal: fix single precision float printing error | Dave Hylands |
| 2015-09-07 | py/lexer: Properly classify floats that look like hex numbers. | Damien George |
| 2015-08-29 | tests: Add a few tests for bool, bytearray, float to improve coverage. | Damien George |
| 2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George |
| 2015-07-19 | modbuiltins: Implement round() to precision. | Sebastian Plamauer |
| 2015-06-13 | py: Implement second arg for math.log (optional value for base). | Damien George |
| 2015-05-28 | tests: Add some tests for printing floats to improve coverage. | Damien George |
| 2015-05-28 | py: Remove unnecessary extra handling of padding of nan/inf. | Damien George |
| 2015-05-17 | py: Implement mp_format_float for doubles and use where appropriate | stijn |
| 2015-05-13 | py: Fix printing of complex number when imaginary part is nan | stijn |
| 2015-05-04 | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky |
| 2015-04-22 | py: Fix printing of "inf" and "nan" floating point values. | Damien George |
| 2015-04-04 | tests: Add tests to exercise lexer; and some more complex number tests. | Damien George |
| 2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George |
| 2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George |
| 2015-03-14 | tests: Add some more tests for complex numbers and ure module. | Damien George |
| 2015-03-12 | tests: Add tests for things that are not already tested. | Damien George |
| 2015-03-03 | tests: Add tests for boundmeth; and bignum cmp, unary, float, error. | Damien George |
| 2015-03-03 | tests: Skip special math fun tests when math module exists but not funs. | stijn |
| 2015-03-02 | tests: Add tests for builtins: all, any, sum, abs. | Damien George |
| 2015-03-02 | tests: Add tests for op special meths, ubinascii, complex. | Damien George |
| 2015-02-22 | tests: Add test for math special functions. | Damien George |
| 2015-02-08 | py: Parse big-int/float/imag constants directly in parser. | Damien George |
| 2015-02-02 | tests: Add test for cmath module. | Damien George |
| 2015-01-29 | tests: Make float/int_power.py pass on pyboard/single prec float. | Damien George |
| 2015-01-29 | tests: Add some tests to improve coverage. | Damien George |
| 2015-01-27 | py: Add support for floats in mp_binary_{get,set}_val() | David Steinberg |
| 2015-01-24 | tests: Update float2int tests for new range classifications | David Steinberg |
| 2015-01-22 | lib/libm: Add frexp and modf functions; use in stmhal; add tests. | Damien George |
| 2015-01-08 | tests: Separate out test cases that rely on float support to float/ dir. | Damien George |
| 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 |