Takafumi Arakaki
|
747ada1816
|
Add TestFeature.test_full_name_builtin (failing)
|
2012-12-02 20:24:42 +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 |
|
Takafumi Arakaki
|
5308f657d3
|
Use re module in full_name test instead of argparse
for Python 2.5 and 2.6.
|
2012-11-24 22:44:04 +01:00 |
|
Takafumi Arakaki
|
fe43ce9042
|
Add test_full_name_tuple_mapping
|
2012-11-24 22:32:59 +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
|
576e53f771
|
a few pep8 improvements
|
2012-11-21 16:49:01 +01:00 |
|
David Halter
|
586dcc273c
|
developed star import caching. useful for numpy/pylab/scipy... fixes jedi-vim issue 23
|
2012-11-21 16:47:31 +01:00 |
|
David Halter
|
890748ac9f
|
star caching preparations
|
2012-11-21 13:45:38 +01:00 |
|
David Halter
|
8ce2633c06
|
Removed an ancient bug. Don't know why it's that easy this time.
|
2012-11-20 14:59:12 +01:00 |
|
David Halter
|
a7c806e96f
|
added tests for magic methods
|
2012-11-19 12:13:07 +01:00 |
|
David Halter
|
bbcd822dd8
|
fixes python 2.5 problems
|
2012-11-18 02:49:11 +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
|
3e631f7980
|
Merge branch 'dev' of github.com:davidhalter/jedi into dev
|
2012-11-11 02:49:44 +01:00 |
|
Takafumi Arakaki
|
8b31117faf
|
Add a test for multi-byte string source
|
2012-11-10 19:55:56 +01:00 |
|
David Halter
|
7fd3f6bac6
|
regression test for #57
|
2012-11-08 23:30:31 +01:00 |
|
David Halter
|
dbb36fd9fb
|
the statement 'a=b=c' returned 'b' only and ignored 'a' - fixes #45
|
2012-11-07 17:54:45 +01:00 |
|
David Halter
|
0de5793187
|
@gwrtheyrn's regression tests #45
|
2012-11-07 17:36:19 +01:00 |
|
David Halter
|
b021a72e5b
|
it's the weird test case again, this time he only fails on travis and only with py2.5/6
|
2012-11-02 18:53:40 +01:00 |
|
David Halter
|
299f52c04b
|
renamed BytesIO to StringIO, because it no longer made sense
|
2012-11-02 18:10:23 +01:00 |
|
David Halter
|
ee524eb2a9
|
again: try to use unicode, #52
|
2012-11-02 18:05:04 +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
|
0704873fd7
|
switched completely to unicode (in python2), fixes #52
|
2012-11-02 16:08:38 +01:00 |
|
David Halter
|
82c86dcd3e
|
regression test for #52
|
2012-11-02 15:19:14 +01:00 |
|
Danilo Bargen
|
d591568186
|
Regression test for os.P_NOWAIT completion
|
2012-10-26 12:59:16 +02:00 |
|
David Halter
|
5dba06caa8
|
reenabled a test
|
2012-10-24 16:45:35 +02:00 |
|
David Halter
|
106a3f953c
|
python compatibility stuff
|
2012-10-23 19:40:34 +02:00 |
|
David Halter
|
ba7cc5db24
|
added speed tests (currently uncommented) and ignored a test case that fails
|
2012-10-23 18:37:08 +02:00 |
|
David Halter
|
86eb8f24f7
|
isinstance checks should now also work within functions. -> fixes #39
|
2012-10-23 15:52:09 +02:00 |
|
David Halter
|
87f11b638d
|
added speed tests
|
2012-10-22 18:09:26 +02:00 |
|
David Halter
|
197c2f642b
|
fixed some evil bugs in the import mechanism and even worse: In helpers.fast_parent_copy.
|
2012-10-22 17:22:44 +02:00 |
|
David Halter
|
99739754ef
|
pep8
|
2012-10-21 14:33:14 +02:00 |
|
David Halter
|
36fd73a239
|
much faster parsing for get_in_function_call, fixes parts of #34
|
2012-10-21 01:42:05 +02:00 |
|
David Halter
|
bb76792ea8
|
make source_path in script optional, fixes #32
|
2012-10-20 13:57:04 +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
|
fa9772c82e
|
import statements completion; little bug noticed in #27
|
2012-10-18 00:16:49 +02:00 |
|
David Halter
|
6a8b160e1b
|
nested list comprehension with brackets: parser failed; fixes #26
|
2012-10-16 13:56:10 +02:00 |
|
David Halter
|
172b297b59
|
fixed jedi-vim issue 11
|
2012-10-16 12:31:07 +02:00 |
|
David Halter
|
4074890364
|
fixed python3 build, because datetime in python3 is different than 2, so test was failing
|
2012-10-16 12:16:54 +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 |
|