Commits
User selector
Commit History
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 Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 15, 2017
Commits on May 29, 2017
- committed
Commits on Mar 29, 2017
py: Convert mp_uint_t to size_t for tuple/list accessors.
Show description for 6213ad7committed
Commits on Mar 28, 2017
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Show description for 94c41bbcommitted
Commits on Mar 26, 2017
Commits on Mar 23, 2017
py: Use size_t as len argument and return type of mp_get_index.
Show description for c88cfe1committed
Commits on Feb 24, 2017
Commits on Feb 16, 2017
py: Add iter_buf to getiter type method.
Show description for ae8d867committed
Commits on Dec 21, 2016
py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.
Show description for e4af712committed
Commits on Oct 21, 2016
Commits on Oct 17, 2016
py: Use mp_raise_msg helper function where appropriate.
Show description for 7d0d721committed
Commits on Jul 21, 2016
unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Show description for 918851ecommittedpy/obj: Issue a warning when str and bytes objects are compared.
Show description for 707cae7committed
Commits on May 4, 2016
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 2, 2016
py: Change exception traceback data to use size_t instead of mp_uint_t.
Show description for 3d2daa2committed
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Oct 20, 2015
Commits on Sep 3, 2015
py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe.
Show description for 5169822committed
Commits on May 12, 2015
py: Add mp_obj_get_int_truncated and use it where appropriate.
Show description for c50772dcommittedpy: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4ecommitted
Commits on May 5, 2015
obj: Handle user instance hash based on Python adhoc rules.
Show description for 37c6555committedobjsingleton: 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 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 Feb 16, 2015
- committed
py: Revamp mp_obj_print() to use Python streams.
Show description for 1f91e92committed
Commits on Jan 25, 2015
py: Check for NDEBUG using #ifdef rather than #if.
Show description for 8788b13committed