* pythonx/jedi 35e5cf2c...005f6939 (5):
> Write the CHANGELOG for 0.15.1
> Remove forgotten debug/print in filename completion. (#1380)
> staticmethod and a few other cases might not have properly returned its signatures
> Remove reference to a file that doesn't exist anymore
> Bump version to make it clear that it's a different one than the current one
* pythonx/jedi 60415033...35e5cf2c (106):
> A small Changelog improvement
> Cleanup Changelog for the next release
> Make it possible to access functions that were inherited, see #1347
> Messed up a Windows test
> Again a small windows issue fixed.
> Need to escape the path backslash for windows slashes
> Make it possible to access properties again
> A small compatibility fix
> Fix an issue with type vars that might have been a problem for other things as well
> Don't add quotes after paths if they are already there
> A small speed optimization that helps a lot with sys.version_info >= (3, 0) patterns in typeshed
> Remove an unnecessary isinstance usage
> Make CompiledValue lazy
> A python 2 fix
> Fix an error that occured because of some refactorings
> Fix one more os.path.join issue
> Fix more issues with os.path path completion
> Make join detection much easier
> Fix some remaining issues with file path completions
> A few more tests for path completions (join)
> Fix quote completions for os.path.join path completions
> Fix first param argument of os.path.join file completions
> Fix arglist/trailer issues
> in os.path.join completions, directories should not end in a slash
> Make some file path completions in os.path.join work
> Fix os.path.join static value gathering
> os.path.sep should always have a clear value
> Fix string name completion for stuff like dirname and abspath
> Fix bytes issue with file path adding
> Python 2 compatibility
> Make __file__ return the correct value
> Fix string additions when used in certain ways
> Make string additions work for file path completion
> Fix interpeter project path
> Fix the REPL completer for file path completions
> Fix a few more file name completion cases
> A first iteration for file path completions
> Fix a test failure
> Add Definition.execute, fixes#1076
> Add tests to show that #516 is not working, yet
> List possible Definition.type in its docstring, fixes#1069.
> Start writing the Changelog for 0.15.0
> 3.8-dev should not be allowed to fail
> Skip more Python 2 tests
> Skipping of tests was done the wrong way again
> Skip the right tests
> Parameter.kind is not avaialble in Python 3.5
> Fix Python 2 test issues
> Add a few docstrings to make some things clearer
> Add ParamDefinition.kind, fixes#1361
> Make it possible to format a param to a string, fixes#1074
> Add another test for signature annotations
> Add Signature.to_string() with proper tests, fixes#779, fixes#780
> Test infer_default
> Use a helper to create definitions
> Add a execute_annotation option to infer_annotation
> Test infer_annotation
> Make it possible for users to infer annotations/defaults
> A first iteration of adding signatures to the API, fixes#1139
> Fix a caching issue
> Forgot the right resolve_stars parameters in one place
> Cache getting resolved param names
> Turn around resolve_stars, it shouldn't by default be resolved
> Remove a class that is not needed anymore
> Revert "Use __str__ instead of to_string"
> Fix the last remaining issues with function signature
> overloaded_functions should be private
> Use __str__ instead of to_string
> Better repr for CallSignature
> Fix some minor signature issues
> Remove the unused function signature_matches
> Fix signatures for __init__ calls when used with supers, fixes#1163
> Fix some issues for args resolving in method calls
> Remove a bit of code that i sprobably unused
> Move get_signatures from Function to FunctionMixin
> Merge the signature changes
> Remove an import
> Small refactoring
> Skipped Python 2 Interpreter tests the wrong way
> Remove a paragraph in docs that was arguing that stubs and generics (and other things) were not properly supported, fixes#1012
> Fix partial signatures for MixedObject
> Fix partial signatures, fixes#1371
> Make sure with a test that the staticmethod signature is also correct
> Fix classmethod signature, fixes#498
> Deal with annotation on *args and **kwargs correctly, fixes#980
> Use LazyContextWrapper more
> Very small refactoring
> Fix for failing assertion on native modules Issue #1354 (#1370)
> Skip numpydoc tests for Python 2
> Remove code that didn't mean anything
> Fix docstrings for wrapped functions, fixes#906
> Fix an isue about dict ordering in Python before 3.6.
> Make it clearer when get_param is used.
> A small dataclass refactoring
> Evaluate annotations for dataclasses when infer is called on param
> Get inheritance of dataclass right
> A first working iteration of dataclass signatures, fixes#1213
> Remove an unused function
> Dataclass progress
> Add enum changes to changelog
> Fix a recursion error about getting metaclasses
> One test about recursion issues only applied to Python 2
> Use class filters in instances differently so metaclass plugins work, fixes#1090
> First step in working with metaclasses in plugins, see #1090.
> Refactor the plugin registry
> Remove classes from plugins and use decorators instead
* pythonx/jedi 454447d4...60415033 (54):
> Prepare the v0.14.1 release
> Use fixture names everywhere
> Cleanup a test file
> Use parametrize instead of TestCase
> Remove a TestCase class usage
> Use pytest.mark.parametrize for something instad of a class
> Use the names fixture even more
> Use the names fixture more
> A small rename
> Refactor names tests
> A small refactoring
> Make sure __wrapped__ works properly when using an Interpreter, fixes#1353
> Small refactoring
> Make API param names appear without leading double underscores, fixes#1357 again
> Fix some call signature tests
> Make expected index work in Python 3
> Test both closing brackets and non-closing brackets for CallSignature.index
> Fix a case with errors
> Move some code around
> Fix some kwargs cases
> Fix some *args issues
> Deal better with some error nodes
> Delete unused code
> Fix some error node handling for call signatures
> Fix CallSignature index for a looot of cases, fixes #1364,#1363
> Use recursion rather than other stuff
> Even more refactorings
> small name refactoring
> Refactor some call details
> Disable a test for Python 2
> Fix pow() signature, fixes#1357
> Merge branch 'master' of github.com:davidhalter/jedi
> Fix signature to_string
> Fix an issue with keyword params, fixes#1356
> Simplify some test code for param defaults, see #1356
> Merge branch 'function_signature_in_interpreter' of https://github.com/linupi/jedi
> Improve a bit of dataclasses support, so at least the attributes can be seen
> Make sure in tests that pep 0526 variables are also able to be used when using self, see #933
> Get typing.NewType working (#1344)
> Cannot use pytest 5 yet
> Fix filters for classes and functions
> Fix some small things to get more tests passing
> A better repr for Definition
> Merge branch 'master' of github.com:davidhalter/jedi
> Fix ClassVar filter for instances
> Keyword completions are no longer possible directly after a number, fixes#1085
> Fix super call goto for multiple inheritance, fixes#1311
> goto should always goto definitions, fixes#1304
> Fix star imports checks, fixes#1235
> Actually import IsADirectoryError
> Add 3.8 to supported versions
> Fix project search if a directory is called manage.py, fixes#1314
> Return annotations for compiled objects now help to infer
> Update parso requirement
* pythonx/parso 59df3fa...c0ace63 (9):
> For Python 2.7 and 3.4 pytest 5 doesn't work anymore
> Prepare the 0.5.1 release
> Fix name tokenizing for Python 2
> Fix positioning for names that are interleaved with error tokens
> Merge branch 'master' of github.com:davidhalter/parso
> Fixed name tokenizing issues for tamil characters, fixes davidhalter/jedi#1368
> Document that the cache uses pickle files
> Fix changelog dates, fixes#77
> Try to use collections.abc.Mapping instead of collections.Mapping
Update submodule pythonx/parso a2b153e...f1ee761
* pythonx/parso a2b153e...f1ee761 (6):
> Release of 0.3.3
> Rename a test
> Remove some unused code
> Fix working with async functions in the diff parser, fixes#56
> Fix bytes/fstring mixing when using iter_errors, fixes#57.
> Improve a docstring, fixes#55.
Update submodule pythonx/parso 930ec08...a2b153e
* pythonx/parso 930ec08...a2b153e (91):
> Upgrade the Changelog
> Escape a backslash properly
> Bump the parso version to 0.3.2
> f-string parts are also PythonLeaf instances
> Fix get_start_pos_of_prefix
> Remove dead code
> Refactor f-string support
> Fix: End detection for strings was mostly wrong, fixes#51
> Fix f-string escapes, fixes#48
> Tokenizer: Simplify end of string regexes
> Add a comment from the Python3.7 code base
> Fix diff parser: The previous fix was a bit off
> Change fuzzer: Add ways to not always use correct parse input
> Fix diff parser: issue with opening brackets
> Async doesn't work in 3.4
> Skip some tests for Python2.6 and Python3.3
> Fix diff parser: DEDENT as error leaves should also be ignored and reparsed
> Fix diff parser: error dedents in between nodes should be ignored for now when copying
> Fix diff parser: Don't copy error nodes/leaves in the beginning, leads to strange issues in some cases
> Diff fuzzer: Create a check to see if the errors make sense.
> Fix diff parser: Don't copy DEDENT tokens at the beginning
> Fix diff parser: Skip last leaves for last line offset leaves
> Fix indentation error tokens
> Fix diff parser: Avoid side effects for prefix
> Fix tokenizer: backslashes sometimes led to newline token generation
> Make lines easier copyable in the fuzzer
> Fix tokenizer: Carriage returns after backslashes were not properly handled
> Fix in diff parser: prefix calculation was wrong when copying nodes
> Replace --print-diff with --print-code
> Fix diff parser generation for empty files
> Docopt should not be needed for tests
> Fix tokenizer: Form feeds and multiline docstrings didn't work together
> Fix diff parser: Need to calculate the prefix for the diff tokenizer better
> Remove copied nodes stuff, to simplify some things
> Fix newline endings and a few parser/copy counts
> Feature: The diff parser fuzzer is now able to use random Python fragments
> Fix: The Python 3.8 grammar did not include f-string support
> Fix tokenizer: Closing parentheses in the wrong place should not lead to strange behavior
> Fix end positions with error dedents
> Fix diff parser tests for Python 2
> Randomize the fuzzer a bit more with inserting characters
> Simplify the regexes
> Fix a regex clause that was totally wrong
> Fix another tokenizer issue
> Apply \r changes in syntax trees
> Actually make \r usable
> Fix split lines for Python code
> Add \r as a valid linebreak for splitlines
> Move split_lines tests around
> Start generating really random strings with the fuzzer
> Fix tokenizer: Dedents before error tokens are properly done, now.
> Fix diff parser: Also check async with
> Make the diff parser use a lot of different files by default
> Fix diff parser: Forgot that with statments are also flows
> Fix valid graph asserting for some dedents that are errors
> Fix diff parser: If funcs are not copied, errors shouldn't either
> Better documentation for the fuzz diff parser script
> Rename a test
> More verbose output for the diff fuzzer
> Fix diff parser: error dedent issues
> Fix diff parser: Avoid indentation issues
> Use the right diff order in debug output
> Fix diff parser: The prefix was wrong in some copy cases
> Make fuzz parser compatible with Python 2
> Make it possible to print all diffs in fuzzer
> Introduce a redo flag 'only_last' to narrow down issues
> Add docopt to testing dependencies
> Rewrite the fuzz diff parser to cache errors (so we can re-run those)
> Fix diff parser: Decorators were sometimes parsed without their functions
> Fix tokenizer: Dedents should only happen after newlines
> Usability for diff parser fuzzing
> Fix for diff parser: Rewrite prefix logic and don't mutate prematurely
> Fix diff parser: positioning of functions if decorators were removed
> Ignore ERROR_DEDENT in graph validation
> Add a small diff parser fuzzer
> Fix diff parser: get_last_line was sometimes wrong
> Fix error reporting order for diff issues
> Clean up the test diff parser file
> Avoid nasty side effects in creation of Node
> Make parso errors even more informative
> Fix diff parser get_last_line calculation
> Fix graph asserting for error indents
> Better checks for checking valid graphs
> Create better ways for debugging the diff parser
> Fix diff-parser: Copying parts of if else should not lead to the whole thing being copied
> Reenable diff parser parser counting in all tests
> Fix: Make the NodesStack to a NodesTree
> Fix for diff parser : Make sure that start_pos are growing always The problem was that functions/classes were sometimes not well positioned. Now all diff tests are ensuring that leaves always grow.
> Add a check to see if leaves have the right start positions
> Add parso version to an exception
> MNT: add grammar for python 3.8
* pythonx/jedi a79a1fb...bd1010b (91):
> Create a new 0.13.1 release
> Fixed completions of global vars and tensorflow slowness, fixes#1228, #1116
> The changelog date was wrong
> Release notes for 0.13.0
> Fix tensorflow issues with a few hacks (temporary), fixes#1195
> If the VIRTUAL_ENV variable changes, need to reload the default environment, fixes#1201, #1200
> Return SameEnvironment as a default, fixes#1226, #1196
> Document that using the REPL autocompletion is only available on Linux/Mac, fixes#1184
> Fix an issue with f-strings, fixes#1224
> Ignore some errors that are happening when the Python process ends and its subprocesses are cleaned up
> also remove crashes with pep 448 unpacking of lists and sets
> Fixed crash (and now recognises correctly) {**d, "b": "b"}["b"]
> Recognize {**d} as a dict instead of set
> Add extras_require=testing
> _get_virtual_env_from_var: use safe=False
> tests: venv_path: use session scope
> jedi/api/environment.py: minor flake8 fix
> jedi.api.environment._SUPPORTED_PYTHONS: add 3.7
> Removing a test from doctests, becaues it shouldn't be one
> Refactor argument clinic usage
> With the recent changes one performance optimization got lost
> FunctionExecutionContext should use the parent if possible
> Use anonymous instance arguments in a different way
> Move some anonymous instance function execution stuff
> Get rid of InstanceFunctionExecution, because it's really not needed
> Use the InstanceArguments for super as well
> Use InstanceArguments directly and not via InstanceFunctionExecution
> Remove old garbage code
> Don't use arguments that are not needed
> Also move the remaining get_params to get_executed_params
> get_params -> get_executed_params where possible
> Subprocess error reporting improvements
> Fix a recursion issue about compiled objects
> Use a CompiledInstanceNameFilter that wraps the class name as well
> Prefer Python 3 import over 2
> Now it's actually possible to specify a pytest environment for the same Python version
> Note that Python 3.3 support was dropped in Changelog
> Drop support for EOL Python 3.3 (#1019)
> Rewrite the pyc test
> Fix an issue with stderr debugging of subprocesses
> stderr of the child processes should be printed in debug output
> Use close_fds for posix.
> Remove some redundant code
> Use names of classes to infer names of instances
> Don't have execute and execute_evaluated on name
> Fix an issue where __ prefixed variables where not hidden when accessed from a class
> Bound methods are now working correctly in all Python versions. Therefore a test was wrong.
> Remove a print in tests
> BoundMethods now have access to the function that they are using
> Remove another usage of is_class where it's not needed
> FunctionContext should be created from a unified interface
> Don't create a FunctionExecutionContext if it's not used.
> Use TreeContext in a good way
> Fix broken link in documentation
> 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 https://github.com/davidhalter/jedi-vim/issues/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
The main motivation is to being able to use normal/other pytest based
tests.
Therefore this moves everything from conftest into test_integration
itself.
When being initialized via ftplugin `set shortmess+=F` (default in
Neovim by now) causes the additional information (the full traceback) to
be silenced.
This patch uses `:unsilent` to always display it.
Ref: https://github.com/neovim/neovim/issues/8675