Commits
User selector
Commit History
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
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on Jun 19, 2014
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed
Commits on May 24, 2014
Rename configuration variables controling Python features.
Show description for ee3fd46committed
Commits on May 12, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 26, 2014
Commits on Apr 17, 2014
py: Add cmath module, for complex math. Disabled by default.
Show description for dbdfee1committed
Commits on Apr 5, 2014
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
Show description for 8b0535ecommitted
Commits on Apr 1, 2014
Commits on Mar 30, 2014
Merge map.h into obj.h.
Show description for df6567ecommitted
Commits on Mar 25, 2014
Proper support for registering builtin modules in ROM.
Show description for caac542committed
Loading