David Halter
|
d1f23444b1
|
add property tests for renaming and removed some limitations of renaming, fixes davidhalter/jedi-vim#57
|
2012-12-27 00:03:02 +01:00 |
|
David Halter
|
a7deb4766f
|
test for davidhalter/jedi-vim#57
|
2012-12-26 23:28:24 +01:00 |
|
David Halter
|
e057387910
|
added docstring tests (forgot to add them a while ago), important for #87
|
2012-12-26 23:08:34 +01:00 |
|
David Halter
|
45c9fe16b8
|
many tests and fixes for instance element renamings
|
2012-12-26 22:56:56 +01:00 |
|
David Halter
|
2534269cce
|
many new renaming tests (and bug fixes)
|
2012-12-26 21:34:21 +01:00 |
|
David Halter
|
3bf0ec70fc
|
improved goto on assignees (just return the assignee).
|
2012-12-26 20:53:15 +01:00 |
|
David Halter
|
92cd50b2b7
|
added goto tests for params
|
2012-12-25 02:26:36 +01:00 |
|
David Halter
|
70b949b6e5
|
test for class inheritance renaming
|
2012-12-24 17:22:45 +01:00 |
|
David Halter
|
1a4b556ddb
|
removed whitespace in renaming tests
|
2012-12-24 17:15:21 +01:00 |
|
David Halter
|
6322df11f3
|
renaming tests refactored. It's now much easier and understandable to create rename tests
|
2012-12-24 17:12:46 +01:00 |
|
David Halter
|
40898450af
|
support for super()
|
2012-12-24 12:27:43 +01:00 |
|
David Halter
|
e647e09f0c
|
fix problems with unnecessary brackets and following executions, which fixes also the last remaining lambda problem
|
2012-12-24 10:47:11 +01:00 |
|
David Halter
|
3f95d33f4d
|
added tests for executions/follows of unnecessary brackets
|
2012-12-24 02:25:26 +01:00 |
|
David Halter
|
6ab9390bce
|
lambdas: fix remaining problems with tests
|
2012-12-24 01:28:03 +01:00 |
|
David Halter
|
716d2362fd
|
fixed mostly wrong lambda tests (and a few lambda improvements as well)
|
2012-12-23 15:52:49 +01:00 |
|
David Halter
|
c7fd196850
|
get_code is now able to process returns again
|
2012-12-22 20:28:34 +01:00 |
|
David Halter
|
3fbf66f42c
|
14 lambda tests
|
2012-12-22 18:59:55 +01:00 |
|
David Halter
|
2ee09980eb
|
improve sqlite3 support -> added mixins -> fixes #84
|
2012-12-19 22:26:53 +01:00 |
|
David Halter
|
ca21f76128
|
no confusions in executions for dict assignments, fixes #83
|
2012-12-19 21:23:50 +01:00 |
|
David Halter
|
571a96c02b
|
test for #83
|
2012-12-19 02:01:57 +01:00 |
|
David Halter
|
7d3fd315d3
|
dots without any other actual relevant code shouldn't just complete, fixes #46
|
2012-12-19 01:55:32 +01:00 |
|
David Halter
|
b571964939
|
param arguments that are being forgotten by the user are now added (no strange behaviour anymore)
|
2012-11-30 18:00:48 +01:00 |
|
David Halter
|
99aed7ce91
|
added magic function names to completion, fixes nothing, but makes jedi more awesome :-D
|
2012-11-30 16:27:24 +01:00 |
|
David Halter
|
4627e22a1c
|
better understanding of isinstance in executions (temporary commit)
|
2012-11-24 02:10:21 +01:00 |
|
David Halter
|
a4b8c720e7
|
re.compile returns string - tests for #68
|
2012-11-23 00:34:17 +01:00 |
|
David Halter
|
936f7f9fd5
|
private variables are not accessible anymore, but still completeable - fixes and tests for #56
|
2012-11-22 23:50:26 +01:00 |
|
David Halter
|
7d38fc6513
|
again method param access
|
2012-11-22 15:24:38 +01:00 |
|
David Halter
|
816d01b543
|
finally fixed the most prominent bug, that is being featured on the front page of github-jedi -> class methods shouldn't return their params as a completion
|
2012-11-22 13:01:00 +01:00 |
|
David Halter
|
a7c806e96f
|
added tests for magic methods
|
2012-11-19 12:13:07 +01:00 |
|
David Halter
|
ed7c004881
|
fixed sys_path test
|
2012-11-18 02:34:32 +01:00 |
|
David Halter
|
5430d156ba
|
added fullname for #61
|
2012-11-18 01:02:07 +01:00 |
|
David Halter
|
4adcc774c4
|
new api problems - fixes #62, #63
|
2012-11-17 23:12:17 +01:00 |
|
David Halter
|
c6cbe61538
|
a correct test for issue 29 of jedi-vim
|
2012-11-12 18:20:27 +01:00 |
|
David Halter
|
5423dda8d3
|
multi line funcs with comments don't raise an error anymore - fixes jedi-vim issue 29
|
2012-11-12 18:07:25 +01:00 |
|
David Halter
|
80609a676b
|
corrected a pylab test
|
2012-11-12 16:12:14 +01:00 |
|
David Halter
|
948b72d27f
|
fix for #51
|
2012-11-02 17:01:33 +01:00 |
|
David Halter
|
1fa0230339
|
regression test for #51
|
2012-11-02 16:21:49 +01:00 |
|
David Halter
|
86eb8f24f7
|
isinstance checks should now also work within functions. -> fixes #39
|
2012-10-23 15:52:09 +02:00 |
|
David Halter
|
658e5833ce
|
Import missed a get_set_vars function, which caused an error with user_stmt checking -> fixes issue 16 of jedi-vim
|
2012-10-18 22:00:13 +02:00 |
|
David Halter
|
6a8b160e1b
|
nested list comprehension with brackets: parser failed; fixes #26
|
2012-10-16 13:56:10 +02:00 |
|
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
|
9cb9e53922
|
ignore multiple param names
|
2012-10-10 23:17:58 +02:00 |
|
David Halter
|
b204f2f5d9
|
fixed edge cases of dynamic array completion, which led to StopIteration
|
2012-10-10 23:10:25 +02:00 |
|
David Halter
|
8059b075c6
|
handled import statement recursions
|
2012-10-10 22:55:07 +02:00 |
|
David Halter
|
6b76fdc0ba
|
fixed tuple assignment problem
|
2012-10-09 16:42:51 +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
|
39f89462b4
|
assert isinstance checks
|
2012-10-07 15:13:40 +02:00 |
|