This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
142f6652b51e26792d7040c3ba486cfbe1e6d1b3
jedi-fork
/
jedi
T
History
Dave Halter
142f6652b5
Move toward ParserWithRecovery for the completion context.
...
It was simply not possible to do it with the normal parser, because of dedents.
2016-07-28 23:14:24 +02:00
..
api
Move toward ParserWithRecovery for the completion context.
2016-07-28 23:14:24 +02:00
evaluate
More comprehension issues.
2016-07-28 18:12:41 +02:00
parser
Move toward ParserWithRecovery for the completion context.
2016-07-28 23:14:24 +02:00
__init__.py
Remove .dev suffix
2016-07-21 11:06:09 +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
Add support for ZIP and EGG packages in imports
2016-07-25 20:29:02 +08: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
Fix a recursion issue with nested for loops.
2016-07-27 23:36:44 +02:00
debug.py
More comprehension issues.
2016-07-28 18:12:41 +02:00
refactoring.py
Fix a few tokenize tests and merge them back together.
2014-11-26 16:09:28 +01:00
settings.py
Limit dynamic param searches to not go crazy in a lot of occasions. Refs
#574
.
2016-07-17 19:49:43 +02:00
utils.py
Finally fix all tests.
2016-07-25 00:15:58 +02:00