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
1065768c778850d33fb7f3cc7468781ca98fdbc1
jedi-fork
/
jedi
T
History
Dave Halter
1065768c77
Use ContextualizedNode instead of Node in get_calling_nodes
...
This improves working with these nodes by a lot.
2018-12-22 14:55:37 +01:00
..
api
Fix calculate_dotted_path_from_sys_path. It was broken beyond stupid.
2018-12-18 09:30:49 +01:00
common
Use ContextSet closer to they way how Python's set works
2018-09-24 20:30:57 +02:00
evaluate
Use ContextualizedNode instead of Node in get_calling_nodes
2018-12-22 14:55:37 +01:00
plugins
Typing does not need to be installed for Jedi to work, vendored typeshed is enough
2018-12-16 17:26:56 +01:00
third_party
Upgrade typeshed version
2018-12-16 00:13:54 +01:00
__init__.py
Fix some doctests that were slightly changed because of stubs
2018-12-15 22:20:05 +01: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
Fix a colorama debug highlighting issue
2018-12-06 01:12:48 +01:00
parser_utils.py
Merge remote-tracking branch 'origin/master' into typeshed
2018-12-15 18:20:51 +01:00
refactoring.py
Don't call it the plugin API anymore, that's confusing
2018-04-15 11:35:58 +02:00
settings.py
Some more minor adaptions
2018-09-05 01:49:19 +02:00
utils.py
Some minor flake8 fixes
2018-07-16 23:41:42 +02:00