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
081fa79d9b24efd73023e44e6a7a22cb287b7b2f
jedi-fork
/
jedi
/
parser
History
Dave Halter
0b926ca454
get rid of is_list_comp boolean in favor of a direct check of ListComprehensionFlow
2014-06-09 20:19:31 +02:00
..
__init__.py
the parser in general now cares for carriage return/new line combinations
2014-05-04 12:32:02 +02:00
fast.py
the fast parser was able to return wrong sub parsers, because the sometimes hashes were not updated,
fixes
#396
.
2014-05-04 16:36:41 +02:00
representation.py
get rid of is_list_comp boolean in favor of a direct check of ListComprehensionFlow
2014-06-09 20:19:31 +02:00
tokenize.py
again tokenize simplifications
2014-04-28 19:31:41 +02:00
user_context.py
backwards tokenizer can now handle 10e-5 and so on literals
2014-04-07 15:51:24 +02:00