Commits
User selector
Commit History
Commits on Nov 19, 2020
Always use preprocessor for MICROPY_ERROR_REPORTING
Show description for b2b8520committed
Commits on Aug 30, 2020
builtinimport: Fix a crash with 'import ulab.linalg' on unix port only
Show description for 455226fcommitted
Commits on Jul 6, 2020
Commits on Feb 26, 2020
Commits on Feb 25, 2020
Support importing native modules in native packages.
Show description for 86fd93bcommitted
Commits on Oct 7, 2018
modsys: exc_info: Add traceback
Show description for db4a8f5committedpy/builtinimport: Set __file__ on MPY modules
Show description for a63555acommitted
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5bcommitted
Commits on Jul 11, 2018
Commits on Jul 3, 2018
Always collect after an import
Show description for 9de611ccommitted
Commits on Feb 20, 2018
py/builtinimport: Add compile-time option to disable external imports.
Show description for 2099368committed- committed
Commits on Jan 24, 2018
Introduce a long lived section of the heap.
Show description for 416abe3committed
Commits on Dec 13, 2017
py/builtinimport: Call __init__ for modules imported via a weak link.
Show description for f1c9e77committed
Commits on Dec 11, 2017
Commits on Nov 16, 2017
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Show description for 4601759committed
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Sep 6, 2017
py: Only load frozen modules when the filename has the prefix. (#235)
Show description for 6baacf4authored andcommitted
Commits on Sep 1, 2017
Fix issue #207, esp8266 file operations problems (#222)
Show description for a0d0b27authored
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5authored andcommitted
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634ecommitted
Commits on Aug 10, 2017
py: Pretend frozen files are stored under .frozen rather than the empty path.
Show description for f6a7025committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 7, 2017
- authored andcommitted
Commits on Jul 4, 2017
Commits on Jun 28, 2017
py/builtinimport: Remove unreachable code for relative imports.
Show description for 2f7fad6committed
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 15, 2017
Commits on May 29, 2017
- committed
Commits on May 9, 2017
Commits on Mar 29, 2017
- committed
py: Convert mp_uint_t to size_t for tuple/list accessors.
Show description for 6213ad7committed
Commits on Mar 28, 2017
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Show description for 94c41bbcommitted