-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule jedi
updated
38 files
Submodule parso
updated
11 files
+2 −5 | .github/workflows/build.yml | |
+5 −0 | CHANGELOG.rst | |
+1 −1 | parso/__init__.py | |
+5 −5 | parso/grammar.py | |
+1 −1 | parso/pgen2/generator.py | |
+41 −10 | parso/python/errors.py | |
+169 −0 | parso/python/grammar313.txt | |
+3 −0 | parso/python/tree.py | |
+4 −0 | setup.cfg | |
+7 −3 | setup.py | |
+23 −0 | test/test_python_errors.py |