Dave Halter
2e65fbb00f
rename parser.tokenizer -> parser.tokenize
2014-01-05 13:38:14 +01:00
Dave Halter
05f7e6f4b5
import changes so that all local imports are 'from jedi.* import *'
2013-12-25 18:48:12 +01:00
Jean-Louis Fuchs
3204a39f6c
* made Token readonly like a tuple by using @property
...
* end_pos calculation didn't respect multiline tokens
* replaced all index access to Token
* wrapped all code that injects token tuples with
Token.from_tuple()
* repr of Token is still its tuple form!?
* PEP8 where I read or wrote code
2013-12-08 01:32:58 +01:00
David Halter
13f0c2b91f
all the import changes
2013-09-06 01:19:19 +04:30
David Halter
4c6a58644e
removed used_vars and set_vars parameters, because they are unused
2013-09-03 01:17:35 +04:30
Laurens Van Houtven
cdc41128b4
(Mostly) whitespace fixes
2013-07-10 14:45:47 +02:00
Takafumi Arakaki
633f582184
Add jedi.interpret.ObjectImporter
...
and move scope manipulation functions in api.Interpreter to there.
2013-05-11 21:33:57 +02:00