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
23f40d89989f80845273e7e052ae66f740c0c234
jedi-fork
/
jedi
/
parser
T
History
Dave Halter
23f40d8998
Merge branch 'linter' of
https://github.com/reinhrst/jedi
into pep484
...
Conflicts: AUTHORS.txt
2015-12-17 23:46:20 +01: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
Fix: print_stmt was not actually cared for in Python 2.7,
#662
.
2015-12-15 13:08:37 +01:00
fast.py
Change parser and api to use tree instead of pr.
2015-04-27 23:38:48 +02:00
grammar2.7.txt
Remove some unnecessary comment parts in the Python 2.7 grammar.
2015-03-08 22:40:22 +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
\\\r\n is as possible as \\\n.
2015-04-28 18:53:14 +02:00
tree.py
Merge branch 'linter' of
https://github.com/reinhrst/jedi
into pep484
2015-12-17 23:46:20 +01:00
user_context.py
Fix: Nested flows user scope detection was wrong.
2015-11-25 21:36:17 +01:00