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
e296b00201a5a2b137b57cbc04c31597678e03ce
jedi-fork
/
jedi
/
parser
T
History
farhad
32081bd156
Merge branch 'dev' into unicode_tokenize_fix2
...
Conflicts: AUTHORS.txt
2015-03-06 12:14:38 +04:00
..
pgen2
Remove the strange check in the parser to always create expr_stmt and file_input.
2015-03-05 15:30:07 +01:00
__init__.py
Remove the strange check in the parser to always create expr_stmt and file_input.
2015-03-05 15:30:07 +01:00
fast.py
Fix some issues in call signatures.
2015-02-24 16:55:33 +01:00
grammar2.7.txt
FastModule should inherit from SubModule, because it has almost all the same properties.
2015-01-28 14:59:00 +01:00
grammar3.4.txt
Fix fast parser tests.
2015-01-24 00:06:16 +01:00
token.py
Python 2 compatibility with the new tokens.
2014-12-16 02:03:05 +01:00
tokenize.py
Merge branch 'dev' into unicode_tokenize_fix2
2015-03-06 12:14:38 +04:00
tree.py
Writing a different Name.get_definition() implementation, returns the node, if there's no expr_stmt parent.
2015-03-05 15:17:08 +01:00
user_context.py
Fix and test CallSignature.bracket_start.
2015-03-04 12:15:43 +01:00