Dave Halter
|
eca8278eef
|
Fix an error recovery goto issue, fixes davidhalter/jedi-vim#962
|
2019-12-23 10:09:45 +01:00 |
|
Dave Halter
|
b13c4c446f
|
Fix a globals context issue, fixes #1435
|
2019-12-01 01:28:03 +01:00 |
|
Dave Halter
|
f4fe113c0f
|
One test about recursion issues only applied to Python 2
|
2019-07-18 12:00:47 +02:00 |
|
Dave Halter
|
039e7ba07b
|
Some more sys path corrections.
The sys path should be defined more or less in the beginning and not be different for all modules
|
2018-02-16 14:39:01 +01:00 |
|
Dave Halter
|
e389c61377
|
Relative imports with more than one level did not work
Fixes #784.
|
2017-09-14 22:06:08 +02:00 |
|
Dave Halter
|
e660a5a703
|
Forgot to include the test for #884.
|
2017-04-04 20:31:27 +02:00 |
|
Dave Halter
|
54b1b2be74
|
Fix: flow analysis crashed when using in combination with different modules.
|
2015-12-17 12:37:26 +01:00 |
|
Dave Halter
|
0203461980
|
Disable the star import cache.
|
2015-04-26 00:02:47 +02:00 |
|
Dave Halter
|
ed74dde45c
|
forgot to check in invisible_pkg
|
2015-04-23 13:40:05 +02:00 |
|
Dave Halter
|
9b9049e574
|
Some small import changes that fix a few of the broken test cases.
|
2015-04-21 17:31:43 +02:00 |
|
Dave Halter
|
bc765979ca
|
Import priorities are wrong (__dict__ > files). Test for #536.
|
2015-04-13 15:04:49 +02:00 |
|
Dave Halter
|
3c6d5dafb1
|
Split Import, now there is ImportFrom and ImportName as it exists in the python grammar.
|
2014-11-19 00:40:16 +01:00 |
|
David Halter
|
33711ba966
|
fix problems with literals, finally
|
2013-09-06 00:40:08 +04:30 |
|
David Halter
|
9d1e527b7c
|
merge issue-213-from-import-definition of @tkf into dev
|
2013-08-11 01:20:45 +04:30 |
|
David Halter
|
6cb021f4ae
|
add memoize decorator to an Instance method, fixes RecursionError of #239
|
2013-07-10 10:23:05 +02:00 |
|
Takafumi Arakaki
|
46ac76e8be
|
Reproduce the previous test failure w/o stdlib
It turned out that the failure occurs when you define "fake module path"
by importing some module from others. Indeed, this is what happens
in os.py.
|
2013-05-21 17:40:20 +02:00 |
|
David Halter
|
41362370ed
|
follow imports if they are in the file path, fixes davidhalter/jedi-vim#56
|
2012-12-30 10:29:35 +01:00 |
|
David Halter
|
ef451f6dca
|
rename working again with different goto function. now change the goto function itself
|
2012-09-21 22:36:47 +02:00 |
|
David Halter
|
521aa6691c
|
commit wasn't clean a few commits ago
|
2012-09-20 00:33:07 +02:00 |
|
David Halter
|
639457b9ec
|
imports are now fully functional
|
2012-08-03 13:01:12 +02:00 |
|
David Halter
|
a9fbb2edce
|
temporary import work
|
2012-08-03 12:18:48 +02:00 |
|
David Halter
|
d8c0b8f8e9
|
again import tests
|
2012-08-02 20:09:45 +02:00 |
|
David Halter
|
24f81ea75c
|
updated/added import test (nested structures)
|
2012-08-02 13:49:40 +02:00 |
|