Commits
User selector
Commit History
Commits on Oct 11, 2015
Commits on Aug 2, 2015
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 25, 2015
py: Cast mp_obj_t to concrete types explicitly.
Show description for 3d59825committed
Commits on Mar 20, 2015
Commits on Feb 27, 2015
objarray: Implement array slice assignment.
Show description for cefcbb2committedpy: Fix adding of traceback so that it appends to existing info.
Show description for 4852e09committed
Commits on Feb 21, 2015
Commits on Feb 15, 2015
objexcept: Optimize traceback allocation for exception.
Show description for fa3b895committed
Commits on Feb 2, 2015
py: Make list.sort keep stack usage within O(log(N)) bound.
Show description for 744e767committed
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 10, 2014
Commits on Oct 3, 2014
py: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9committed
Commits on Sep 17, 2014
py: Add native json printing using existing print framework.
Show description for 612045fcommitted
Commits on Aug 30, 2014
py: Make tuple and list use mp_int_t/mp_uint_t.
Show description for 9c4cbe2committed
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committedpy: Use memmove instead of memcpy when appropriate.
Show description for 17ae239committed
Commits on Aug 13, 2014
py: Fix mult by negative number of tuple, list, str, bytes.
Show description for 9b7a8eecommitted
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed
Commits on May 25, 2014
Commits on May 24, 2014
objlist: Implement growing slice assignment.
Show description for 2705f4ccommittedRename configuration variables controling Python features.
Show description for ee3fd46committed
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
- committed
objlist: Implement non-growing slice assignment.
Show description for 94d8246committed- committed
- committed
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 27, 2014
py: Clear allocated, but unused memory in containers.
Show description for a224067committed