Commits
User selector
Commit History
Commits on Jul 6, 2020
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 Oct 10, 2017
py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.
Show description for dc948e4committedpy/formatfloat: Don't print the negative sign of a NaN value.
Show description for 08a1966committed
Commits on Aug 21, 2017
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 19, 2017
Commits on Jul 7, 2017
- authored andcommitted
Commits on Jun 13, 2017
py/formatfloat: Fix number of digits and exponent sign when rounding.
Show description for 6ed4581committed
Commits on Jan 19, 2017
py/formatfloat: Remove unreachable code.
Show description for 94a587acommitted
Commits on Mar 29, 2016
py/formatfloat: Fix further cases of buffer overflow in formatting.
Show description for e1e7657committedpy/formatfloat: Fix case of float format where leading digit was "10".
Show description for 03b8bb7committed
Commits on Mar 15, 2016
Commits on Jan 29, 2016
py/formatfloat: Add ability to format doubles with exponents > 99.
Show description for 7417ccfcommitted
Commits on Nov 22, 2015
py/formatfloat: Handle calculation of integer digit for %f format properly.
Show description for 3d6240bcommitted- committed
py/formatfloat: Convert to fully portable implementation.
Show description for 9aaccd4committed
Commits on Sep 11, 2015
stmhal: fix single precision float printing error
Show description for 9d6128aauthored andcommitted
Commits on May 17, 2015
py: Implement mp_format_float for doubles and use where appropriate
Show description for 861670bauthored andcommitted
Commits on Apr 12, 2015
py/formatfloat.c: Fix format of floating point numbers near 1.0.
Show description for b217869authored andcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Jul 17, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 1, 2014
Enhance str.format support
Show description for baf6f14committed
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Mar 10, 2014
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
Show description for 8bfec2bcommitted
Loading