Commits
User selector
Commit History
Commits on Oct 20, 2015
Commits on May 12, 2015
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4ecommitted
Commits on Apr 25, 2015
py: Support conversion of bignum to bytes.
Show description for 271d18ecommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 14, 2015
Commits on Feb 27, 2015
py: Use m_{new,renew,del} consistently.
Show description for 4d77e1acommitted
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1committed
Commits on Jan 24, 2015
- authored andcommitted
- authored andcommitted
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 16, 2015
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 29, 2014
- committed
py: Partially fix float to int conversion.
Show description for 12033dfcommitted
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Oct 6, 2014
py: Make int.to_bytes work on big endian machine.
Show description for fcdb239committed
Commits on Oct 3, 2014
py: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9committed
Commits on Sep 10, 2014
py: Enable struct/binary-helper to parse q and Q sized ints.
Show description for 9530743committed
Commits on Aug 30, 2014
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Show description for 4abff75committedpy: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committed
Commits on Aug 29, 2014
- committed
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Aug 27, 2014
py: Improve efficiency of MP_OBJ_IS_STR_OR_BYTES.
Show description for a75b02ecommitted- committed
Commits on Aug 13, 2014
py: Fix mult by negative number of tuple, list, str, bytes.
Show description for 9b7a8eecommitted
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 24, 2014
py: Make long ints hashable.
Show description for ffe911dcommitted
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 6, 2014
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed
Commits on May 28, 2014
py: Fix check of small-int overflow when parsing ints.
Show description for d1e355ecommitted- committed
py: Implement long int parsing in int(...).
Show description for 503d611committed
Commits on May 21, 2014
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Show description for 6ac5dcecommitted