1
0
forked from VimPlug/jedi
Commit Graph

117 Commits

Author SHA1 Message Date
David Halter
211ad9a640 fixed other part of jedi-vim issue 8, 'import x as' caused parsing error 2012-10-16 12:08:41 +02:00
David Halter
1d2debf38d fixes jedi-vim issue 9 - parser error in with statement 2012-10-16 10:07:44 +02:00
David Halter
80ec5e0e9d statements have no get_defined_names function 2012-10-14 12:33:58 +02:00
David Halter
9cb9e53922 ignore multiple param names 2012-10-10 23:17:58 +02:00
David Halter
fc861313ce fixed statement parsing problem of list slicing 2012-10-09 15:01:32 +02:00
David Halter
01da60b594 fix another = error and goto error with dicts 2012-10-09 07:55:42 +02:00
David Halter
a8371d37be again another fix for = 2012-10-08 10:44:25 +02:00
David Halter
8e9047158e fixed a bug related to string literal tokens with = in them 2012-10-07 22:05:03 +02:00
David Halter
db315f44f4 better support for get_in_function_call 2012-10-07 21:43:27 +02:00
David Halter
39f89462b4 assert isinstance checks 2012-10-07 15:13:40 +02:00
David Halter
74fe520597 invalid for loops completion should work now 2012-10-01 09:51:57 +02:00
David Halter
eda2430ad7 __class__ -> type 2012-10-01 08:50:12 +02:00
David Halter
99cd894a7b fix IndexErrors which sometimes happened, related to inter-module param searching 2012-09-29 17:54:22 +02:00
David Halter
1ae2a36838 fixed some exceptions -> mostly related to used_names access of module 2012-09-27 09:37:23 +02:00
David Halter
4735126f1b goto / related_name fixed -> tests are passing again 2012-09-22 15:15:21 +02:00
David Halter
7dc96502eb again working with further refactorings 2012-09-22 00:54:20 +02:00
Danilo Bargen
21826e7a34 Moved jedi files to separate package folder 2012-09-17 22:38:38 +02:00