Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Mar 9, 2020
f-strings: Make optional, defaulting to !CIRCUITPY_MINIMAL_BUILD
Show description for 473e9c5committedpy: Implement partial PEP-498 (f-string) support
Show description for 3a7a5baauthored andcommitted
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 Feb 17, 2017
- committed
py/lexer: Simplify handling of line-continuation error.
Show description for 773278ecommittedpy/lexer: Use strcmp to make keyword searching more efficient.
Show description for ae43679committed
Commits on Dec 21, 2016
py/lexer: Permanently disable the mp_lexer_show_token function.
Show description for c305ae3committed
Commits on Nov 16, 2016
Commits on Apr 13, 2016
py: add async/await/async for/async with syntax
Show description for 81ebba7authored andcommitted
Commits on Jun 4, 2015
unix: Allow to cat a script into stdin from the command line.
Show description for 031278fcommitted
Commits on Mar 19, 2015
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1committed
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 Dec 27, 2014
Commits on Dec 5, 2014
py: Optimise lexer by exposing lexer type.
Show description for a4c52c5committed
Commits on Jul 30, 2014
py: Change lexer stream API to return bytes not chars.
Show description for 94fbe97committed
Commits on Jul 3, 2014
Commits on Jun 3, 2014
py: Instead of having "debug on" var, have "optimization level" var.
Show description for d3439d0committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Feb 5, 2014
Commits on Jan 25, 2014
Commits on Jan 18, 2014
Add source file name and line number to error messages.
Show description for 0833500committed
Commits on Jan 15, 2014
Convert parse errors to exceptions.
Show description for 9528cd6committed
Commits on Jan 12, 2014
Commits on Jan 8, 2014
Commits on Jan 4, 2014
- committed
Commits on Jan 3, 2014
Basic implementation of import.
Show description for 66028abcommitted
Commits on Dec 21, 2013
Change object representation from 1 big union to individual structs.
Show description for d99b052committed
Commits on Oct 20, 2013
Commits on Oct 9, 2013
Commits on Oct 4, 2013
- committed
Loading