Commits
User selector
Commit History
Commits on Jun 3, 2020
Fix up end of file and trailing whitespace.
Show description for dd5d7c8committed
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 bbb0843committedpy/parsenum: Fix parsing of floats that are close to subnormal.
Show description for b75cb83committed
Commits on Dec 19, 2017
Commits on Nov 27, 2017
py/parsenum: Improve parsing of floating point numbers.
Show description for 84895f1committed
Commits on Nov 21, 2017
py/objfloat: Allow float() to parse anything with the buffer protocol.
Show description for a07fc5bcommitted
Commits on Oct 10, 2017
py/formatfloat: Don't print the negative sign of a NaN value.
Show description for 08a1966committedpy/modmath: Add full checks for math domain errors.
Show description for 25e1406committed
Commits on Sep 26, 2017
py/objfloat: Support raising a negative number to a fractional power.
Show description for bdc6e86committed
Commits on Sep 4, 2017
py/obj: Fix comparison of float/complex NaN with itself.
Show description for d4b75f6committed
Commits on Sep 2, 2017
py/objfloat: Fix binary ops with incompatible objects.
Show description for 9950865committed
Commits on Jul 25, 2017
py: Implement raising a big-int to a negative power.
Show description for 04552ffcommitted
Commits on Jul 3, 2017
Commits on Jun 13, 2017
py/formatfloat: Fix number of digits and exponent sign when rounding.
Show description for 6ed4581committed
Commits on Jun 8, 2017
- committed
tests/float: Convert "sys.exit()" to "raise SystemExit".
Show description for fde5435committed
Commits on Apr 4, 2017
Commits on Apr 2, 2017
Commits on Mar 24, 2017
Commits on Mar 23, 2017
tests/float: Add tests for math funcs that return ints.
Show description for bacb52acommitted
Commits on Mar 8, 2017
Commits on Mar 6, 2017
- committed
tests/float2int*: Suffix with _intbig, don't run on any other int type.
Show description for 4b03941committedfloat/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.
Show description for 121fb88committed- committed
Commits on Feb 2, 2017
Commits on Jan 19, 2017
Commits on Jan 5, 2017
- authored andcommitted