Commits
User selector
Commit History
Commits on Jun 18, 2021
- committed
tests/float: Make bytes/bytearray construct tests work with obj repr C.
Show description for adf35cbcommitted
Commits on May 26, 2021
tests: Make float and framebuf tests skip or run on big-endian archs.
Show description for dc86e04committed
Commits on May 11, 2021
Commits on May 5, 2021
Commits on May 3, 2021
Commits on Apr 20, 2021
- committed
Commits on Sep 11, 2020
py: Fix handling of NaN in certain pow implementations.
Show description for 2e54d9dauthored andcommittedpy/objfloat: Fix handling of negative float to power of nan.
Show description for 8d5a40ccommitted
Commits on Sep 3, 2020
all: Rename "sys" module to "usys".
Show description for 40ad8f1authored andcommitted
Commits on Aug 29, 2020
all: Update Python code to conform to latest black formatting.
Show description for 0665907committedtests: Split out complex reverse-op tests to separate test file.
Show description for 0c7354acommitted
Commits on Jun 26, 2020
py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.
Show description for 9f911d8committed
Commits on May 27, 2020
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
Show description for 81db22fauthored andcommitted
Commits on Apr 18, 2020
py/objint: Do not use fpclassify.
Show description for f31f9a8authored andcommittedtests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.
Show description for 7fb9edfauthored andcommitted
Commits on Mar 30, 2020
tests/float: Add new lexer test to test parsing of float without prefix.
Show description for 6110cd3authored andcommittedtests: Format all Python code with black, except tests in basics subdir.
Show description for 3dc324dauthored andcommitted
Commits on Feb 11, 2020
tests/basics: Add tests for equality between bool and int/float/complex.
Show description for 27465e6committed
Commits on Jan 23, 2020
tests: Add boolean-as-integer formatting tests for fixed regression.
Show description for cb4472dauthored andcommitted
Commits on Oct 22, 2019
Commits on Aug 17, 2019
py/modmath: Implement math.isclose() for non-complex numbers.
Show description for af5c998authored andcommitted
Commits on Sep 27, 2018
py/objfloat: Fix abs(-0.0) so it returns 0.0.
Show description for b3eadf3committed
Commits on Sep 26, 2018
py/modmath: Add math.factorial, optimised and non-opt implementations.
Show description for 8c65675authored andcommitted
Commits on Sep 20, 2018
Commits on Sep 4, 2018
Commits on Jun 12, 2018
py/lexer: Add support for underscores in numeric literals.
Show description for 6a445b6committed
Commits on May 21, 2018
tests: Add some tests for bigint hash, float hash and float parsing.
Show description for 1ad0013committed
Commits on May 11, 2018
tests/float/float_parse: Allow test to run on 32-bit archs.
Show description for d2c1db1committed
Commits on Mar 1, 2018
py/formatfloat: Fix case where floats could render with negative digits.
Show description for 955ee64committedpy/formatfloat: Fix case where floats could render with a ":" character.
Show description for 7b050facommittedpy/formatfloat: Fix rounding of %f format with edge-case FP values.
Show description for bc12ecacommitted
Commits on Feb 26, 2018
tests/float: Adjust float-parsing tests to pass with only a small error.
Show description for 6dad088committed
Commits on Feb 8, 2018
py/objfloat: Fix case of raising 0 to -infinity.
Show description for bbb0843committed