Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Aug 30, 2017
py: Change obsolete "///" comment formatting to normal comments.
Show description for 0102ee0committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Jul 20, 2016
py/gc: Implement GC running by allocation threshold.
Show description for 93e353ecommitted
Commits on Dec 17, 2015
Commits on Nov 29, 2015
Commits on Oct 11, 2015
Commits on Feb 7, 2015
py: Put mp_sys_path, mp_sys_argv and gc_collected in mp_state_ctx_t.
Show description for e1e359fcommitted
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 Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Oct 31, 2014
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Show description for 109c1decommitted
Commits on Aug 10, 2014
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 25, 2014
modgc: Add mem_free()/mem_alloc() methods.
Show description for 5aa740ccommitted
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on Jun 19, 2014
Commits on Jun 6, 2014
- committed
Commits on Jun 5, 2014
Commits on May 24, 2014
Rename configuration variables controling Python features.
Show description for ee3fd46committed
Commits on May 8, 2014
Commits on May 5, 2014
Loading