Commits
User selector
Commit History
Commits on Nov 19, 2020
Always use preprocessor for MICROPY_ERROR_REPORTING
Show description for b2b8520committed
Commits on Oct 12, 2020
Commits on Oct 11, 2020
Commits on Oct 10, 2020
- committed
async def syntax rigor and __await__ magic method
Show description for bf849ffcommitted
Commits on Jul 29, 2020
Merge pull request #3222 from WarriorOfWire/pick_micropython
Show description for 61d1148authored
Commits on Jul 25, 2020
py/compile: Don't await __aiter__ special method in async-for.
Show description for 901f3dcauthored andcommitted- committed
Commits on Jul 24, 2020
add coroutine behavior for generators
Show description for 51a79b1committed
Commits on Jul 6, 2020
Commits on Mar 1, 2020
compile: Give a proper error on 'async with'/'async for' outside 'async def'
Show description for 862830dcommitted
Commits on Nov 26, 2019
Make the @micropython.native decorator no-op if support isn't enabled
Show description for 84e1d7fcommitted
Commits on Nov 5, 2019
Allow boards to enable the `micropython.native` decorator
Show description for c7195c4committed
Commits on Aug 17, 2018
Compress all translated strings with Huffman coding.
Show description for de5a9d7committed
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5bcommitted
Commits on Jun 22, 2018
py/compile: Combine expr, xor_expr and and_expr into one function.
Show description for 25ae98fcommitted- committed
- committed
- committed
- committed
Commits on May 22, 2018
py/emit: Combine setup with/except/finally into one emit function.
Show description for 18e6358committedpy/emit: Merge build set/slice into existing build emit function.
Show description for 436e0d4committedpy/emit: Combine import from/name/star into one emit function.
Show description for d97906ccommittedpy/emit: Combine break_loop and continue_loop into one emit function.
Show description for 8a513dacommittedpy/emit: Combine load/store/delete attr into one emit function.
Show description for 6211d97committedpy/emit: Combine load/store/delete subscr into one emit function.
Show description for a4941a8committedpy/emit: Combine name and global into one func for load/store/delete.
Show description for d298013committedpy/emit: Combine build tuple/list/map emit funcs into one.
Show description for 26b5754committedpy/emit: Combine yield value and yield-from emit funcs into one.
Show description for e686c94committedpy/emit: Combine fast and deref into one function for load/store/delete.
Show description for 0a25fffcommitted
Commits on May 18, 2018
Commits on Feb 24, 2018
py/compile: Adjust c_assign_atom_expr() to use return instead of goto.
Show description for 7dfa56ecommitted
Commits on Feb 4, 2018
py/compile: Combine compiler-opt of 2 and 3 tuple-to-tuple assignment.
Show description for 253f2bdcommitted
Commits on Dec 11, 2017
Commits on Nov 1, 2017
py/compile: Use alloca instead of qstr_build when compiling import name.
Show description for 487dbdbcommitted