Commits
User selector
Commit History
Commits on Mar 14, 2016
py: Fix passing of some wide int types to printf varg format list.
Show description for 2a1cca2committed
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committedpy: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Jan 4, 2016
Commits on Jan 3, 2016
- authored andcommitted
- committed
Commits on Dec 18, 2015
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Show description for dd5353acommitted
Commits on Dec 7, 2015
- authored andcommitted
- authored andcommitted
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on Nov 23, 2015
py: Check that second argument to hasattr is actually a string.
Show description for 0e3f29ccommitted
Commits on Oct 20, 2015
Commits on Oct 17, 2015
py: Add support for _ in REPL to hold last computed value.
Show description for 035a0a2committed
Commits on Oct 11, 2015
Commits on Aug 30, 2015
Commits on Aug 19, 2015
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Show description for 22ff397committed
Commits on Jul 19, 2015
- authored andcommitted
Commits on Jun 13, 2015
Commits on Jun 5, 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 May 5, 2015
objsingleton: New home for Ellipsis and NotImplemented.
Show description for 7667727committed
Commits on May 4, 2015
modbuiltins: Add NotImplemented builtin constant.
Show description for 5ab5ac5committed
Commits on Apr 20, 2015
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Show description for c8b60f0committed
Commits on Apr 19, 2015
py: Fix builtin ord so that it can handle bytes values >= 0x80.
Show description for d8cbbcacommitted
Commits on Apr 16, 2015
- committed
py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.
Show description for 5ae5ec9committedpy: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 9, 2015
py: Use a dummy type for referring to extern structs
Show description for e50cff6committed
Commits on Apr 6, 2015
Commits on Mar 30, 2015
modbuiltins: round(): Accept second arg, and at least support it to be 0.
Show description for fdaac1dcommitted