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
1d812c241432c057ec86a0df49cad23f67de68df
jedi-fork
/
jedi
/
parser
History
Dave Halter
1d812c2414
Use the "wrong" parents again for next/execution in StatementElement. This is important for call_signature lookups. We might still be able to change this somewhere in time.
2014-08-18 11:22:38 +02:00
..
__init__.py
introduce maybe_docstr in parse_statement, which should have been introduced way earlier.
2014-08-12 17:13:14 +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
Use the "wrong" parents again for next/execution in StatementElement. This is important for call_signature lookups. We might still be able to change this somewhere in time.
2014-08-18 11:22:38 +02:00
tokenize.py
fix strange issues of Python's std lib tokenizer, might be in there as well (not sure, cause I modified a lot).
fixes
#449
2014-08-04 16:47:36 +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