mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Update submodule pythonx/parso c0ace63...fb010f2
* pythonx/parso c0ace63...fb010f2 (22):
> Add a release date to the Changelog
> Prepare the next release v0.5.2
> Merge pull request #93 from yangyangxcf/fstring_tokenize
> Add information about named expressions (#90) to the Changelog
> Use a lower pytest version so python3.4 is able to pass
> Use Python 3.8 on travis for testing
> Whitespace changes
> Fix: Add more cases for named expression errors, see #89, #90
> Add Python 3.8 to tested environments for tox
> Fix: Catch some additional cases named expr errors, see #89, #90
> Make sure that function executions are errors as well, see #90
> Some minor refactorings for #90
> Merge https://github.com/JarryShaw/parso into master
> Fix trailing comma error
> Remove debug print statement
> Fix typo (#84)
> Fix is_definition test
> Add include_setitem for get_defined_names, is_definition and get_definition
> Make is_definition work on setitem modifications, see #66
> ENH: update grammar for py39 (#78)
> Refactor the ambiguity tests a bit, see #70
> Make pgen2's grammar ambiguity detection handle more cases
This commit is contained in: