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 Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Apr 22, 2017
py/objtype: mp_obj_new_super doesn't need to be public, so inline it.
Show description for 4df013ccommitted
Commits on Apr 12, 2017
py/objfloat: Add implementation of high-quality float hashing.
Show description for a73501bcommittedpy: Optimise types for common case where type has a single parent type.
Show description for 816413ecommitted- committed
Commits on Apr 4, 2017
py: Add very simple but correct hashing for float and complex numbers.
Show description for 19f2e47committed
Commits on Apr 2, 2017
py/obj.h: Make sequence grow more efficient and support overlapping.
Show description for a5500a8committed
Commits on Mar 29, 2017
- committed
py: Convert mp_uint_t to size_t for tuple/list accessors.
Show description for 6213ad7committed
Commits on Mar 26, 2017
Commits on Mar 23, 2017
py: Define and use MP_OBJ_ITER_BUF_NSLOTS to get size of stack iter buf.
Show description for 60656eacommitted- committed
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- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Feb 8, 2017
py/map: Change mp_uint_t to size_t where appropriate.
Show description for af622ebcommitted
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0committed
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 Nov 21, 2016
Commits on Oct 21, 2016
py: Specialise builtin funcs to use separate type for fixed arg count.
Show description for 571e6f2committedpy: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Show description for 4ebdb1fcommitted
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted