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
1e8674b51c7d60355d52135f76527a717046fcce
jedi-fork
/
jedi
History
immerrr
1e8674b51c
get_module_names: fix "all_scopes=False" handling
...
Previously, names defined within the scope of first-level classes or functions were returned.
2018-10-18 14:47:20 +03:00
..
api
Fixed completions of global vars and tensorflow slowness,
fixes
#1228
,
#1116
2018-10-02 15:28:51 +02:00
common
Start using our own monkeypatch function for some things
2018-04-23 21:26:51 +02:00
evaluate
get_module_names: fix "all_scopes=False" handling
2018-10-18 14:47:20 +03:00
__init__.py
Create a new 0.13.1 release
2018-10-02 19:07:35 +02:00
__main__.py
Fix: CompFor.nodes_to_execute didn't include the right nodes. Sometimes too many, sometimes too few.
2015-11-18 18:00:15 +01:00
_compatibility.py
Drop support for EOL Python 3.3 (
#1019
)
2018-08-04 00:40:00 +02:00
cache.py
If the VIRTUAL_ENV variable changes, need to reload the default environment,
fixes
#1201
,
#1200
2018-09-30 19:07:48 +02:00
debug.py
Some minor flake8 fixes
2018-07-16 23:41:42 +02:00
parser_utils.py
get_module_names: fix "all_scopes=False" handling
2018-10-18 14:47:20 +03:00
refactoring.py
Don't call it the plugin API anymore, that's confusing
2018-04-15 11:35:58 +02:00
settings.py
Finally make it possible to use auto_import_modules for packages
2018-07-03 00:58:43 +02:00
utils.py
Some minor flake8 fixes
2018-07-16 23:41:42 +02:00