David Halter
|
303672f037
|
memoize_default is now able to use different caches.
|
2012-12-13 12:39:51 +01:00 |
|
David Halter
|
30fef3ffde
|
added time used by test script
|
2012-12-12 21:38:22 +01:00 |
|
David Halter
|
7969e19a5b
|
cleanup/pep8
|
2012-12-12 21:34:04 +01:00 |
|
David Halter
|
9b45ddcb7c
|
removed faked_scopes, was only necessary because of weakrefs.
|
2012-12-12 21:31:41 +01:00 |
|
David Halter
|
e8ddc35a1b
|
caches have their own module now.
|
2012-12-12 21:28:19 +01:00 |
|
David Halter
|
169b35b5a9
|
setup.py should be executable
|
2012-12-12 18:11:39 +01:00 |
|
David Halter
|
5a7a420026
|
merge and a few changes for the SyntaxError problem with mixin in (pip installation). -> fixes #79, also important for #82, #81, davidhalter/jedi-vim/issues/41, solution from #65
|
2012-12-12 18:10:42 +01:00 |
|
David Halter
|
181d700e50
|
change the way mixins are being added by setup.py, may fix #79
|
2012-12-12 11:32:53 +01:00 |
|
David Halter
|
2d75f509b7
|
typo for symmetric_difference, davidhalter/jedi-vim#45
|
2012-12-11 14:03:24 +01:00 |
|
David Halter
|
cef7da7035
|
method signatures and return types of some 'set' methods, fixes davidhalter/jedi-vim#45
|
2012-12-11 14:01:18 +01:00 |
|
David Halter
|
b8a92ecbe3
|
speed debugging for completions
|
2012-12-11 13:59:59 +01:00 |
|
David Halter
|
6217e1e85a
|
private members are now being put at the end of a completion list, #78
|
2012-12-11 09:37:52 +01:00 |
|
David Halter
|
a3647a4c03
|
version update
|
2012-12-11 09:36:14 +01:00 |
|
David Halter
|
800f6eb84b
|
bugfix for the latest patch
v0.5b4
|
2012-12-10 20:20:39 +01:00 |
|
David Halter
|
ba6297a070
|
fix for a problem with get_in_function_call, if parentheses were not closed.
|
2012-12-10 19:46:17 +01:00 |
|
David Halter
|
9f8c27c956
|
ignore an exception with incomplete 'as' statements
|
2012-12-10 13:49:57 +01:00 |
|
David Halter
|
f8cf04894a
|
removed testing code that wasn't supposed to be in this place
|
2012-12-09 22:59:13 +01:00 |
|
David Halter
|
92b5c70ea0
|
reduced support for None paths in path search, because the path should be set normally. -> fixes #75
|
2012-12-09 22:55:49 +01:00 |
|
David Halter
|
655f05f34f
|
follow inexistant imports in the case of goto - fixes #77
|
2012-12-09 22:45:17 +01:00 |
|
David Halter
|
9a28ae4b42
|
added regression test for #77
|
2012-12-09 22:13:12 +01:00 |
|
David Halter
|
9dfa98c474
|
refactoring of a few tests
|
2012-12-09 21:38:39 +01:00 |
|
David Halter
|
830f50e314
|
fix a problem with python3
|
2012-12-09 19:40:30 +01:00 |
|
David Halter
|
a012880c0c
|
different solution for imports in davidhalter/jedi-vim#44
|
2012-12-09 19:10:35 +01:00 |
|
David Halter
|
48a45ee55b
|
import statement doc works now -> fixes davidhalter/jedi-vim#44
|
2012-12-09 19:02:37 +01:00 |
|
David Halter
|
b4aca5d490
|
print isn't in pydoc_topics -> ignore
|
2012-12-09 18:09:36 +01:00 |
|
David Halter
|
3008b96e44
|
follow_definition function for completions. fixes #54
|
2012-12-09 17:58:22 +01:00 |
|
David Halter
|
93aaff4cf4
|
changed code for more readability that has been used because of weakrefs
|
2012-12-09 16:59:32 +01:00 |
|
David Halter
|
d7727bdccd
|
fix python3.2 problems
|
2012-12-09 16:49:26 +01:00 |
|
David Halter
|
8416a0dc9f
|
add python 2.6 to travis testing again, because weakrefs are gone now
|
2012-12-09 16:43:21 +01:00 |
|
David Halter
|
6bdda36205
|
removed all the weakref stuff again. It didn't speed up anything, but made things much more complicated
|
2012-12-09 16:33:24 +01:00 |
|
David Halter
|
ac610f97fb
|
remove mem_debug again, was just temporary
|
2012-12-09 15:34:33 +01:00 |
|
David Halter
|
9888e2faaf
|
fixed problem with cache duration of star imports
|
2012-12-09 15:03:49 +01:00 |
|
David Halter
|
151bd3c5a1
|
test for star_import cache that wasn't invalidated
|
2012-12-09 14:40:24 +01:00 |
|
David Halter
|
60ed17ec53
|
don't follow imports automatically, there will be an attribute/method later on, that does this. -> #45
|
2012-12-06 17:08:37 +01:00 |
|
David Halter
|
92dea00f0d
|
hopefully fixes a long-lasting problem with weakrefs
|
2012-12-05 00:34:18 +01:00 |
|
David Halter
|
dd56b2dcbf
|
ignored possible following of completions again, because of other problems, #54
|
2012-12-04 13:57:47 +01:00 |
|
David Halter
|
c28d3617b7
|
basics/tests for following imports if possible (on completion), #54.
|
2012-12-03 00:56:27 +01:00 |
|
David Halter
|
1940fbe4fe
|
Merge branch 'dev' of github.com:davidhalter/jedi into dev
|
2012-12-02 23:15:40 +01:00 |
|
David Halter
|
90fd3dea34
|
readme: add sphinx docstrings, #40
|
2012-12-02 23:15:19 +01:00 |
|
David Halter
|
2a14558ba1
|
readme: add virtual env support
|
2012-12-02 23:14:35 +01:00 |
|
David Halter
|
d728ba6413
|
removed python 2.6 from travis testing, because one test failed non-reproducible on my systems
|
2012-12-02 23:13:59 +01:00 |
|
David Halter
|
a79b3e2b87
|
docstring parsing to infer argument types, fixes #40
|
2012-12-02 23:12:59 +01:00 |
|
David Halter
|
773546c23c
|
Merge pull request #74 from tkf/full_name-builtin
No __builtin__ prefix for BaseOutput.full_name
|
2012-12-02 12:53:57 -08:00 |
|
Takafumi Arakaki
|
d03f8daa52
|
Fix for Python 3.x: its "builtin" in 3.x
|
2012-12-02 20:40:18 +01:00 |
|
Takafumi Arakaki
|
12afb6dec8
|
No __builtin__ prefix for BaseOutput.full_name
|
2012-12-02 20:33:52 +01:00 |
|
Takafumi Arakaki
|
747ada1816
|
Add TestFeature.test_full_name_builtin (failing)
|
2012-12-02 20:24:42 +01:00 |
|
David Halter
|
c2f5a6a4b9
|
added tests for sphinx docstrings, #40
|
2012-11-30 23:49:32 +01:00 |
|
David Halter
|
8bc2fd1c67
|
__import__ is not being supported by jedi
|
2012-11-30 18:46:34 +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
|
447ae46b2f
|
fixes a bug with magic functions of functions
|
2012-11-30 16:52:44 +01:00 |
|