- skip tests based on bundled typeshed
- refreshed unbundle.patch
* Call signatures are now detected a lot better
* Add fuzzy completions with Script(...).completions(fuzzy=True)
* Files bigger than one MB (about 20kLOC) get cropped to avoid
getting stuck completely.
* A big refactoring around contexts/values
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=51
- enable tests
- add unbundle.patch
* Added goto_*(prefer_stubs=True) as well as goto_*(prefer_stubs=True)
* Stubs are used now for type inference
* Typeshed is used for better type inference
* Reworked Definition.full_name, should have more correct return values
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=38