index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
/
syntaxerror.py
Age
Commit message (
Expand
)
Author
2025-10-04
all: Replace legacy name with MicroPython and MPy as applicable.
Angus Gratton
2020-02-06
tests/basics: Move test for "return" outside function to own file.
Petr Viktorin
2018-02-14
tests: Automatically skip tests that require eval, exec or frozenset.
Damien George
2017-12-19
tests: Add some more tests to improve coverage of py/parse.c.
Damien George
2017-01-09
tests: Update test suite to be compatible with CPython 3.6.
Damien George
2016-10-11
tests: Improve test coverage of py/compile.c.
Damien George
2015-11-23
py/compile: Do proper checking of * and ** in function definition.
Damien George
2015-10-02
tests: Allow tests to pass against CPython 3.5.
Damien George
2015-09-07
py/compile: Refine SyntaxError for repeated use of global/nonlocal.
Damien George
2015-04-22
tests: Add tests for attrtuple, and for more corner cases.
Damien George
2015-04-04
tests: Add tests to exercise lexer; and some more complex number tests.
Damien George
2015-03-25
tests: Add tests for SyntaxError, TypeError, and other missing things.
Damien George