Commits
User selector
Commit History
Commits on Nov 19, 2020
Use mp_raise instead of nlr_raise(new_exception) where possible
Show description for d5f6748committed
Commits on Jul 6, 2020
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5bcommitted
Commits on Mar 31, 2018
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 9, 2017
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 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5authored andcommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 9, 2017
py: Provide mp_decode_uint_skip() to help reduce stack usage.
Show description for a8a5d1ecommitted
Commits on Apr 22, 2017
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Show description for dd11af2committed
Commits on Mar 28, 2017
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Show description for 94c41bbcommitted
Commits on Mar 22, 2017
py/bc: Provide better error message for an unexpected keyword argument.
Show description for 58f23decommitted
Commits on Mar 17, 2017
py: Provide mp_decode_uint_value to help optimise stack usage.
Show description for 5640e6dcommittedpy: Reduce size of mp_code_state_t structure.
Show description for 71a3d6ecommitted
Commits on Feb 24, 2017
Commits on Oct 17, 2016
py: Use mp_raise_msg helper function where appropriate.
Show description for 7d0d721committed
Commits on Sep 23, 2016
py: Update opcode format table because 3 opcodes were removed, 1 added.
Show description for 7df9291committed
Commits on Aug 27, 2016
py: Rename struct mp_code_state to mp_code_state_t.
Show description for 581a59acommitted
Commits on Apr 21, 2016
py: Fix bug passing a string as a keyword arg in a dict.
Show description for fea40adcommitted
Commits on Jan 28, 2016
py/bc: Update opcode format table now that MP_BC_NOT opcode is gone.
Show description for 7b05b1bcommitted
Commits on Dec 17, 2015
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 Nov 13, 2015
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Show description for d8c834ccommittedpy: Add constant table to bytecode.
Show description for 713ea18committed- committed
- committed
Commits on Sep 4, 2015
Commits on Apr 16, 2015
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed