Commits
User selector
Commit History
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Dec 18, 2015
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Show description for dd5353acommitted
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 Feb 15, 2015
py: Check for valid file when creating lexer for execfile.
Show description for 0868942committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 19, 2014
py: Add execfile function (from Python 2); enable in stmhal port.
Show description for 2a3e2b9committed
Commits on Oct 25, 2014
py: Implement compile builtin, enabled only on unix port.
Show description for c9fc620committed
Commits on Oct 5, 2014
py: Implement proper context save/restore for eval/exec; factor code.
Show description for c4d0868committed- committed
Commits on Sep 23, 2014
py: Free non-interned strings in the parser when not needed.
Show description for 52b5d76committed
Commits on Aug 30, 2014
py: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committed
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 13, 2014
py: Add traceback info to syntax errors.
Show description for 4b01de4committed
Commits on Apr 6, 2014
py: Add option to compiler to specify default code emitter.
Show description for 65cad12committed
Commits on Apr 5, 2014
py: Make globals and locals proper dictionary objects.
Show description for 7efc5b3committedpy: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed
Commits on Mar 30, 2014
Merge map.h into obj.h.
Show description for df6567ecommittedRename rt_* to mp_*.
Show description for d17926dcommitted
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Feb 15, 2014
Implement proper exception type hierarchy.
Show description for c596612committed
Commits on Feb 12, 2014
Commits on Feb 8, 2014
Make mp_obj_str_get_data return char* instead of byte*.
Show description for 698ec21committed
Commits on Feb 3, 2014
- committed
Loading