Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Jan 15, 2019
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5bcommitted
Commits on Nov 2, 2017
Merge tag 'v1.9.3'
Show description for 7b393bccommitted
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Oct 19, 2017
py/argcheck: Remove #if guard around terse error message helper func.
Show description for 93ce125committed
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
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 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jun 21, 2017
Commits on Jun 9, 2017
py: Prevent mp_arg_check_num from being optimized away by the compiler.
Show description for 43881f9committed
Commits on Mar 28, 2017
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Show description for 94c41bbcommitted
Commits on Nov 21, 2016
Commits on Oct 17, 2016
py: Use mp_raise_msg helper function where appropriate.
Show description for 7d0d721committed
Commits on Sep 30, 2016
Commits on Mar 14, 2016
Commits on Sep 3, 2015
Commits on Apr 16, 2015
Commits on Jan 20, 2015
py, unix, stmhal: Allow to compile with -Wshadow.
Show description for 50912e7committed
Commits on Jan 2, 2015
msvc: Fix unresolved mp_arg_error_terse_mismatch since 7f23384
Show description for fbfd355committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committedpy: Make terse_arg_mismatch a global function and use it elsewhere.
Show description for 7f23384committed
Commits on Nov 6, 2014
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Show description for 1e9a92fcommitted
Commits on Aug 30, 2014
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Show description for 4abff75committed
Commits on May 6, 2014
Merge branch 'master' of https://github.com/micropython/micropython
Show description for c53b408committedpy: Add keyword arg support to enumerate constructor.
Show description for 491cbd6committedpy: enumerate(): Add NotImplementedError for kwargs.
Show description for 47d3bd3committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committedMerge pull request #535 from pfalcon/blurb
Show description for ff380c2committed
Commits on May 2, 2014
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Show description for f54bcbfcommitted