-
-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update parso/jedi (v0.6.0, v0.16.0+) (#991)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule parso
updated
25 files
+1 −0 | AUTHORS.txt | |
+8 −0 | CHANGELOG.rst | |
+2 −2 | conftest.py | |
+1 −1 | parso/__init__.py | |
+5 −39 | parso/_compatibility.py | |
+37 −4 | parso/cache.py | |
+1 −1 | parso/grammar.py | |
+16 −2 | parso/python/errors.py | |
+0 −159 | parso/python/grammar26.txt | |
+1 −1 | parso/python/issue_list.txt | |
+0 −2 | parso/python/parser.py | |
+4 −5 | parso/python/tokenize.py | |
+17 −3 | parso/python/tree.py | |
+3 −2 | parso/tree.py | |
+5 −4 | parso/utils.py | |
+1 −2 | setup.py | |
+14 −4 | test/failing_examples.py | |
+52 −0 | test/test_cache.py | |
+0 −1 | test/test_diff_parser.py | |
+1 −1 | test/test_load_grammar.py | |
+1 −1 | test/test_normalizer_issues_files.py | |
+17 −1 | test/test_parser_tree.py | |
+1 −12 | test/test_python_errors.py | |
+10 −10 | test/test_tokenize.py | |
+1 −3 | tox.ini |