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
0c1bbf78e248ab96ebb0e05e29557bef1ef19f58
jedi-fork
/
jedi
/
parser
History
Dave Halter
0c1bbf78e2
Rename SubModule to Module, because that's a more fitting description. There were reasons for the name before the new fast parser, but those don't exist anymore.
2015-02-05 14:16:43 +01:00
..
pgen2
Fix fast parser tests.
2015-01-24 00:06:16 +01:00
__init__.py
Rename SubModule to Module, because that's a more fitting description. There were reasons for the name before the new fast parser, but those don't exist anymore.
2015-02-05 14:16:43 +01:00
fast.py
Rename SubModule to Module, because that's a more fitting description. There were reasons for the name before the new fast parser, but those don't exist anymore.
2015-02-05 14:16:43 +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
Removed the line_offset from tokenize, we have better ways to modify positions, now.
2015-02-05 14:00:58 +01:00
tree.py
Rename SubModule to Module, because that's a more fitting description. There were reasons for the name before the new fast parser, but those don't exist anymore.
2015-02-05 14:16:43 +01:00
user_context.py
Remove param from get_statement_for_position.
2015-02-05 12:28:55 +01:00