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
c96370641803f82bc675b2f04708df9695024b83
jedi-fork
/
jedi
/
parser
T
History
Dave Halter
e6b9111749
Python 2.7 compatibility.
2015-01-13 02:12:49 +01:00
..
pgen2
Now able to remove both tokenize and token from pgen2.
2014-12-16 02:00:33 +01:00
__init__.py
Grammar modifications so that the Python2.7 grammar looks more like the Python 3.4 grammar.
2015-01-13 01:05:13 +01:00
fast.py
Replace the tokenizer's output with a tuple (switching back from a Token class).
2014-12-16 00:10:07 +01:00
grammar2.7.txt
Python 2.7 compatibility.
2015-01-13 02:12:49 +01:00
grammar3.4.txt
…
token.py
Python 2 compatibility with the new tokens.
2014-12-16 02:03:05 +01:00
tokenize.py
The tokenizer now includes all newlines and comments in its prefix.
2014-12-17 20:11:42 +01:00
tree.py
Implemented the in operator in a very simple fashion: It returns nothing.
2015-01-09 16:05:09 +01:00
user_context.py
Use names_dicts now for all completions.
2015-01-07 23:49:13 +01:00