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
5cd212c51cae314ff212c418da6868cffdb1ba67
jedi-fork
/
jedi
History
Dave Halter
5cd212c51c
Merge branch 'expandtab' of
https://github.com/Carreau/jedi
...
Also modify the test a bit to make sure that it passes properly if there are folders present.
2020-03-13 23:40:48 +01:00
..
api
Merge branch 'expandtab' of
https://github.com/Carreau/jedi
2020-03-13 23:40:48 +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
Changed semantics of ClassVar attributes in classes,
fixes
#1502
2020-03-13 12:54:29 +01:00
plugins
Fix namedtuple docstring/signature issues,
fixes
#1506
2020-03-10 20:07:10 +01:00
third_party
Upgrade typeshed,
fixes
#1084
2019-12-14 11:38:37 +01:00
__init__.py
Make InterpreterEnvironment public
2020-03-01 12:47:26 +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
Create the basics to work with TypedDict in the future
2020-01-26 19:25:23 +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