Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Jan 13, 2020
Commits on Nov 22, 2019
Commits on Jun 6, 2019
Commits on Apr 8, 2019
Commits on Mar 12, 2019
Commits on Jul 11, 2018
Commits on Jun 12, 2018
py/gc: Add gc_sweep_all() function to run all remaining finalisers.
Show description for 522ea80committed
Commits on Jan 24, 2018
Introduce a long lived section of the heap.
Show description for 416abe3committed
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 30, 2016
py/gc: Calculate (and report) maximum contiguous free block size.
Show description for 749cbaccommitted
Commits on Nov 29, 2015
py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t.
Show description for 94fe6e5committed
Commits on Nov 7, 2015
py: Clear finalizer flag when calling gc_free.
Show description for 7f3c0d1authored andcommitted
Commits on Jul 14, 2015
py: Improve allocation policy of qstr data.
Show description for ade9a05committed
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 Oct 31, 2014
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Show description for 109c1decommitted
Commits on Oct 24, 2014
py: Improve memory usage debugging; better GC AT dumping.
Show description for 0b13f3ecommitted
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jul 1, 2014
Try not to cause a MemoryError when raising an exception during nterrupt handling.
Show description for 2fe841dcommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 8, 2014
Commits on Apr 5, 2014
Commits on Apr 3, 2014
- committed
Commits on Feb 26, 2014
Commits on Feb 11, 2014
Commits on Oct 23, 2013
Commits on Oct 22, 2013
Commits on Oct 21, 2013
Loading