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
adcc1c2b51e1c242d070ab320d2a10ab5006ec8e
jedi-fork
/
jedi
T
History
Dave Halter
adcc1c2b51
Don't delete ErrorNode names. They are part of the parser now.
...
Fixes
#594
and possibly also
#590
and
#579
.
2016-07-07 18:33:45 +02:00
..
api
Remove the old interpreter logic.
2016-07-04 08:35:22 +02:00
evaluate
Fix issue
https://github.com/DamnWidget/anaconda/issues/449
. Using self should not cause side effects in completion.
2016-07-06 18:31:47 +02:00
parser
Don't delete ErrorNode names. They are part of the parser now.
2016-07-07 18:33:45 +02:00
__init__.py
Jedi description update.
2015-04-08 11:47:58 +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
Some python 2.7 (and 3.3) compatibility improvements.
2016-07-03 02:54:21 +02:00
cache.py
Reenable call signature caching and move a lot of parser specific caching to the parser itself.
2016-06-28 08:46:29 +02:00
common.py
Merge dev and the away branch.
2016-06-07 08:45:26 +02:00
debug.py
Merge with the linter branch (especially the changes of pep484.
2016-06-07 13:51:25 +02:00
refactoring.py
Fix a few tokenize tests and merge them back together.
2014-11-26 16:09:28 +01:00
settings.py
Remove needs_dot and settings.add_dot_after_module. Both are not really used anymore with context completions anymore.
2016-06-22 22:52:10 +02:00
utils.py
Finally able to remove the user_context. This is awesome!
2016-06-23 16:26:28 +02:00