Commits
User selector
Commit History
Commits on Mar 24, 2016
extmod/modwebsocket: Start module for WebSocket helper functions.
Show description for 24342ddcommitted
Commits on Jan 17, 2016
extmod/modurandom: Add "urandom" module.
Show description for a58a91ecommitted
Commits on Dec 12, 2015
unix: Move modmachine into unix directory
Show description for f925165authored andcommitted
Commits on Dec 6, 2015
py: Make it easy to build without MICROPY_PY_BUILTINS_COMPLEX.
Show description for 2b7236dcommitted
Commits on Dec 4, 2015
py/modsys: Implement sys.modules.
Show description for 1a1d11fcommitted
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 Oct 26, 2015
extmod/modlwip: slip: Use stream protocol and be port-independent.
Show description for e0d7740committed
Commits on Oct 12, 2015
Commits on Oct 6, 2015
Commits on May 4, 2015
- committed
modmachine: Add new module to access hardware, starting with physical memory.
Show description for 0116218committed
Commits on Apr 16, 2015
- committed
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 11, 2015
py: Combine load_attr and store_attr type methods into one (attr).
Show description for b1bbe96committed
Commits on Mar 20, 2015
py: Implement core of OrderedDict type.
Show description for 0ef01d0authored andcommitted
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommittedpy, unix, stmhal: Allow to compile with -Wshadow.
Show description for 50912e7committed
Commits on Jan 7, 2015
py: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 9, 2014
py: Allow builtins to be overridden.
Show description for 78d702ccommitted
Commits on Nov 4, 2014
unix: fast: Set initial module dict size big to have high pystone score.
Show description for 346aacfcommitted
Commits on Sep 8, 2014
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 8, 2014
py: Finish implementation of all del opcodes.
Show description for 1d24ea5committed
Commits on Apr 5, 2014
py: Make globals and locals proper dictionary objects.
Show description for 7efc5b3committedpy: Change module globals from mp_map_t* to mp_obj_dict_t*.
Show description for 8b0535ecommitted
Commits on Mar 30, 2014
Merge map.h into obj.h.
Show description for df6567ecommitted
Commits on Mar 25, 2014
Proper support for registering builtin modules in ROM.
Show description for caac542committed
Commits on Mar 24, 2014
Add mp_obj_module_register
Show description for 89d4524committed
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Mar 8, 2014
Implement ROMable modules. Add math module.
Show description for 0c36da0committed
Commits on Feb 15, 2014
Implement proper exception type hierarchy.
Show description for c596612committedChange mp_obj_type_t.name from const char * to qstr.
Show description for a71c83acommitted