Revisions of python-jedi

Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 54)
- add delete.patch
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 53)
- update to 0.16.0
 * Added Script.get_context to get information where you currently are.
 * Completions/type inference of Pytest fixtures.
 * Tensorflow, Numpy and Pandas completions should now be about 4-10x faster after the first time they are used.
 * Dict key completions are working now. e.g. d = {1000: 3}; d[10 will expand to 1000.
 * Completion for “proxies” works now. These are classes that have a __getattr__(self, name) method that does a return getattr(x, name). after loading them initially.
 * Goto on a function/attribute in a class now goes to the definition in its super class.
 * Big Script API Changes:
   + The line and column parameters of jedi.Script are now deprecated
   + completions deprecated, use complete instead
   + goto_assignments deprecated, use goto instead
   + goto_definitions deprecated, use infer instead
   + call_signatures deprecated, use get_signatures instead
   + usages deprecated, use get_references instead
   + jedi.names deprecated, use jedi.Script(...).get_names()
 * BaseDefinition.goto_assignments renamed to BaseDefinition.goto
 * Add follow_imports to Definition.goto. Now its signature matches Script.goto.
 * Python 2 support deprecated. For this release it is best effort. Python 2 has reached the end of its life and now it’s just about a smooth transition. Bugs for Python 2 will not be fixed anymore and a third of the tests are already skipped.
 * Removed settings.no_completion_duplicates. It wasn’t tested and nobody was probably using it anyway.
 * Removed settings.use_filesystem_cache and settings.additional_dynamic_modules, they have no usage anymore. Pretty much nobody was probably using them.
buildservice-autocommit accepted request 759790 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 52)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 51)
- update to 0.15.2
- 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
buildservice-autocommit accepted request 750559 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 50)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 49)
Fix changes
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 48)
- Grr, forgot to ignore test_compiled_signature as well. See the
  previous changelog record.
buildservice-autocommit accepted request 742710 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 47)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 46)
- Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429
buildservice-autocommit accepted request 730454 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 45)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 44)
- Skip another time based test test_os_path_join
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 43)
- Skip flaky test test_static_analysis
buildservice-autocommit accepted request 727460 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 42)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 727363 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 41)
update to latest version
buildservice-autocommit accepted request 715640 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 40)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 39)
- update to 0.14.1
 * CallSignature.index should now be working a lot better
 * A couple of smaller bugfixes
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 38)
- update to 0.14.0
- 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
buildservice-autocommit accepted request 706299 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 37)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 36)
- Disable tests as it is not working at all on python 3.7
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 35)
- Do not bother condition for typing, on 3.7+ it is provided by base
  * Fixed an issue with embedded Python see https://github.com/davidhalter/jedi-vim/issues/870
Displaying revisions 61 - 80 of 114
openSUSE Build Service is sponsored by