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
413da3b790458e62e81eecd5c0a37372d074823d
jedi-fork
/
jedi
/
parser
T
History
Dave Halter
413da3b790
Remove the line_offset calculation. We can now also remove it from tokenize. With the position_modifier we have enough tools to change a position, we don't need to do that in tokenize.py.
2015-01-29 17:57:01 +01:00
..
pgen2
Fix fast parser tests.
2015-01-24 00:06:16 +01:00
__init__.py
Remove the line_offset calculation. We can now also remove it from tokenize. With the position_modifier we have enough tools to change a position, we don't need to do that in tokenize.py.
2015-01-29 17:57:01 +01:00
fast.py
Remove the line_offset calculation. We can now also remove it from tokenize. With the position_modifier we have enough tools to change a position, we don't need to do that in tokenize.py.
2015-01-29 17:57:01 +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
Fix the prefix in tokenize, which was the wrong way around.
2015-01-29 17:10:00 +01:00
tree.py
We don't need set_global_names, just set the attribute directly.
2015-01-28 15:00:17 +01:00
user_context.py
Fix issues with error correction / newline correction.
2015-01-27 12:24:54 +01:00