Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: micropython/micropython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 79abdad
Choose a base ref
...
head repository: dpwe/micropython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73f3b37
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    cbf5cc1 View commit details
    Browse the repository at this point in the history
  2. py/formatfloat: Uses pow(10, e) instead of pos/neg_pow lookup tables.

    Rework the conversion of floats to decimal strings so it aligns
    precisely with the conversion of strings to floats in parsenum.c.
    This is to avoid rendering 1eX as 9.99999eX-1 etc.
    
    Signed-off-by: Dan Ellis <dan.ellis@gmail.com>
    dpwe committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0419279 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    73f3b37 View commit details
    Browse the repository at this point in the history
Loading