This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
You've already forked jedi-fork
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
1874e9be8132fec2ece54b12548ec551f0020abc
jedi-fork
/
jedi
History
Lior Goldberg
1874e9be81
Remove the word 'class' from annotation_string
...
Currently, 'foo(x: int)' results with annotation_string="<class 'int'>". Change this to 'int'.
2020-02-20 09:35:01 +01:00
..
api
Actually use follow_builtin_imports and improve the goto docstring,
fixes
#1492
2020-02-04 19:34:42 +01:00
common
Add __ne__ to BaseValueSet. Might have caused issues in Python 2, see
#1442
2019-11-30 10:01:27 +01:00
inference
Remove the word 'class' from annotation_string
2020-02-20 09:35:01 +01:00
plugins
Make sure fixture resolving works in conftest.py, see
#791
2020-01-06 23:27:25 +01:00
third_party
Upgrade typeshed,
fixes
#1084
2019-12-14 11:38:37 +01:00
__init__.py
Bump version to 0.16.1
2020-01-31 13:38:27 +01:00
__main__.py
Make sure to print errors in __main__ completions
2020-02-02 23:28:55 +01:00
_compatibility.py
Make sure to be able to deal with all kinds of loaders,
fixes
#1487
2020-01-31 13:26:56 +01:00
cache.py
Remove underscore_memoization caching method
2020-01-25 17:29:52 +01:00
debug.py
Better debugging with the increase_indent_cm
2019-05-28 18:50:46 +02:00
file_io.py
Revisit reference finding, scan a lot of folders
2020-01-20 01:43:51 +01:00
parser_utils.py
Fix some more dict tests
2019-12-30 00:29:55 +01:00
refactoring.py
find_references -> get_references, see
#1476
2020-01-22 01:06:37 +01:00
settings.py
Remove use_filesystem_cache and additional_dynamic_modules, it hasn't been implemented for a long time
2020-01-23 23:37:36 +01:00
utils.py
A few renames for readability in the api/completion.py file
2019-12-20 17:40:04 +01:00