Commits
User selector
Commit History
Commits on Jul 6, 2020
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 Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 5, 2017
py/compile: Combine arith and bit-shift ops into 1 compile routine.
Show description for a040fb8authored andcommitted
Commits on Apr 22, 2017
py/compile: Refactor handling of special super() call.
Show description for 5335942committed
Commits on Feb 17, 2017
py/grammar: Remove unused rule.
Show description for bdebfaacommittedpy: Do adjacent str/bytes literal concatenation in lexer, not compiler.
Show description for 534b7c3committed
Commits on Feb 16, 2017
py/grammar: Group no-compile grammar rules together to shrink tables.
Show description for 71019aecommitted
Commits on Apr 14, 2016
py: Simplify "and" action within parser by making ident-rules explicit.
Show description for 0c1de1ccommitted
Commits on Apr 13, 2016
py: add async/await/async for/async with syntax
Show description for 81ebba7authored andcommitted
Commits on Mar 16, 2016
py: Don't allocate an extra parse node for power exponent.
Show description for 3acaa28committed
Commits on Nov 23, 2015
py/compile: Do proper checking of * and ** in function definition.
Show description for 9a56912committed
Commits on Nov 17, 2015
Commits on Oct 8, 2015
py: Don't generate unnecessary parse nodes for assignment or kwargs.
Show description for b948de3committed
Commits on Jul 24, 2015
Commits on Apr 21, 2015
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1committed
Commits on Dec 27, 2014
py: Allow to properly disable builtin slice operation.
Show description for 83204f3committedpy: Allow to properly disable builtin "set" object.
Show description for e37dcaacommitted
Commits on Dec 20, 2014
py: Add blank and ident flags to grammar rules to simplify parser.
Show description for b47ea4ecommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 27, 2014
py: Change the way function arguments are compiled.
Show description for 2c0842bcommitted
Commits on Feb 10, 2014
Commits on Feb 5, 2014
- committed
Commits on Jan 15, 2014
- committed
Commits on Jan 4, 2014
- committed
Commits on Dec 12, 2013
Commits on Oct 18, 2013
Commits on Oct 4, 2013
- committed
Loading