Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5bcommitted
Commits on Jul 12, 2018
Commits on Nov 2, 2017
Merge tag 'v1.9.3'
Show description for 7b393bccommitted
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Oct 10, 2017
py/modmath: Convert log2 macro into a function.
Show description for d8d4e4dcommittedpy/modmath: Add full checks for math domain errors.
Show description for 25e1406committed
Commits on Aug 30, 2017
py: Change obsolete "///" comment formatting to normal comments.
Show description for 0102ee0committed
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 3, 2017
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 15, 2017
Commits on Mar 23, 2017
py/modmath: Allow trunc/ceil/floor to return a big int if necessary.
Show description for febeff4committed
Commits on Feb 24, 2017
Commits on Nov 21, 2016
Commits on Nov 3, 2016
py: Add MICROPY_FLOAT_CONST macro for defining float constants.
Show description for 561844fcommitted
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on May 12, 2016
py/objfloat, py/modmath: Ensure M_PI and M_E defined.
Show description for a896951authored andcommitted
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Dec 12, 2015
py/modmath: Add domain error checking to sqrt, log, log2, log10.
Show description for 17298afauthored andcommitted
Commits on Nov 29, 2015
Commits on Nov 17, 2015
py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS.
Show description for a24eafacommitted
Commits on Nov 13, 2015
- committed
- committed
unix/mpconfigport: Move log2() definition to modmath.c.
Show description for 6d1eabfcommitted
Commits on Oct 20, 2015
Commits on Oct 11, 2015
Commits on Jun 13, 2015
Commits on Feb 22, 2015
py: Make math special functions configurable and disabled by default.
Show description for 5cbeacecommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 10, 2014
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Aug 10, 2014
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed