This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
You've already forked jedi
mirror of
https://github.com/davidhalter/jedi.git
synced
2026-01-03 02:33:23 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
daee273a08b4d9e33677d2b1655c515a85c32de5
jedi
/
jedi
/
parser
History
Dave Halter
daee273a08
Remove all the old get_code references.
2014-10-09 11:38:57 +02:00
..
pgen2
Remove some fixer related stuff (lib2to3 stuff).
2014-10-08 15:04:01 +02:00
__init__.py
Remove NamePart from existance and rename it to Name.
2014-09-26 16:29:53 +02:00
fast.py
parentheses checks in the fast parser (tokenizer) have been improved to really cover all cases. real fix for
davidhalter/jedi-vim#288
2014-07-18 10:59:28 +02:00
grammar.txt
Add a new parser, check it pgen2 would work. (already modified outside this repository)
2014-10-08 14:26:52 +02:00
pytree.py
statement refactoring.
2014-10-09 11:36:27 +02:00
representation.py
Remove all the old get_code references.
2014-10-09 11:38:57 +02:00
tokenize.py
fix strange issues of Python's std lib tokenizer, might be in there as well (not sure, cause I modified a lot).
fixes
#449
2014-08-04 16:47:36 +02:00
user_context.py
use the new implementation of splitlines all over the code,
fixes
#424
2014-07-18 16:59:22 +02:00