Commits
User selector
Commit History
Commits on Oct 20, 2015
py: Add object repr "C", where 30-bit floats are stuffed in obj word.
Show description for 183edefcommitted- committed
- committed
- committed
Commits on Oct 11, 2015
Commits on Jun 13, 2015
Commits on May 17, 2015
py: Implement mp_format_float for doubles and use where appropriate
Show description for 861670bauthored andcommitted
Commits on Apr 22, 2015
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 14, 2015
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Sep 13, 2014
py: Implement divmod, % and proper // for floating point.
Show description for 8594ce2committed
Commits on Sep 11, 2014
py and libm: Add asinf,acosf; print higher precision for float.
Show description for 20beff9committed
Commits on Aug 30, 2014
py: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committed
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Jun 20, 2014
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
Show description for 3b6f7b9committed
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed
Commits on May 21, 2014
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Show description for 6ac5dcecommitted
Commits on May 11, 2014
py: Use mp_arg_check_num in more places.
Show description for ee7a880committed
Commits on May 10, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on May 2, 2014
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Show description for f54bcbfcommitted
Commits on Apr 18, 2014
objfloat: Try to achieve the same float printing format as CPython does.
Show description for 7de5377committed
Commits on Apr 17, 2014
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
Show description for ea8d06ccommitted
Commits on Apr 13, 2014
Commits on Apr 11, 2014
py: Implement float and complex == and !=.
Show description for b8a053acommitted
Commits on Apr 10, 2014
Commits on Apr 5, 2014
- committed
py: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed
Commits on Apr 2, 2014
Commits on Mar 30, 2014
objfloat: Quick&dirty implementation of float floor division.
Show description for 96ed213committedobjfloat: Make sure that floats always have dot (for C "double" type case).
Show description for 864038dcommitted- committed