Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule pythonx/jedi a79a1fb...e7a019e
* pythonx/jedi a79a1fb...e7a019e (37): > The implicit namespace package test from 4b276bae87a3170672f7ddb3e00f5851fe24d562 can only be used for Python 3.4+ > The import resolution for namespace packages was wrong > Add a way to use the interpreter environment for tests > MergedExecutedParams -> DynamicExecutedParams > Fix a recursion error, fixes #1173 > Remove two recursion tests again that will belong into a commit at a point where it is not failing anymore > Don't merge params if it's just one param > Add a repr for AnonymousArguments > Fix a doctest > Some minor flake8 fixes > Script.__repr__: include environment > Add params to CallSignature.__repr__ > Environments are now always created on request > Improve Environment > Add max line length 100 to the config for flake8 > tests: use monkeypatch.setenv > Don't test Python 3.3 on appveyor anymore, it's getting really hard to get all the right dependencies for it, because 3.3 is deprecated everywhere. > Mention that it's ok to have a line length of 100 characters in our files. > Don't use invalid escape sequences in regex, see #843 > subprocess: listen: exit normally with EOFError > Script: improve ValueError for column > The sys path might be lazy or not in a venv > The encoding parameter should be used again (includes test), fixes #1167 > Remove source_encoding from documentation (see #1167) > Actually use the fast_parser setting again > Use an import name list as long as possible > Different _load_module API > Directly load modules if possible, with this it's not necessary anymore to use dotted_from_fs_path, also fixes #1013. > Don't mutate the sys.path. This is pretty nasty bug that fixes #1148 > Don't follow builtin imports anymore by default when follow_imports is on (goto) > Add a changelog entry for the include_builtins change > additional_module_paths in usages never actually worked > Add include_builtins to usages, fixes #1131. > Finally make it possible to use auto_import_modules for packages > Test auto_import_modules in a very basic way > Fix a bug about fstring completion > Comprehensions are also possible arguments. Fixes 1146
- Loading branch information