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
e07f51387fb59e29762c293ec0e75d41842e2a56
jedi-fork
/
jedi
/
parser
History
Dave Halter
ee1c5041ed
use the new implementation of splitlines all over the code,
fixes
#424
2014-07-18 16:59:22 +02:00
..
__init__.py
merged dev and linter
2014-07-17 23:17:49 +02:00
fast.py
parentheses checks in the fast parser (tokenizer) have been improved to really cover all cases. real fix for
davidhalter/jedi-vim#288
2014-07-18 10:59:28 +02:00
representation.py
dicts should not be used to check against in get_defined_names, because they cannot contain a defined name (lists and tuples can) so just ignore them.,
fixes
#417
2014-07-18 15:37:10 +02:00
tokenize.py
again tokenize simplifications
2014-04-28 19:31:41 +02:00
user_context.py
use the new implementation of splitlines all over the code,
fixes
#424
2014-07-18 16:59:22 +02:00