David Halter
|
444e4fd466
|
sys path modifications working not only on imports, but on everything
|
2012-09-14 04:03:32 +02:00 |
|
David Halter
|
9a2ec13230
|
sys path modifications
|
2012-09-14 03:05:31 +02:00 |
|
David Halter
|
6f0cbf18db
|
again all sort of import related stuff, relative imports work now! fixes #2
|
2012-09-13 15:03:10 +02:00 |
|
David Halter
|
0322aceeca
|
fixed remainig problems with imports. detected with py3k
|
2012-09-12 22:56:29 +02:00 |
|
David Halter
|
119455c3b3
|
cleaned up and fixed most cases of import related stuff, fixes #2
|
2012-09-12 21:36:16 +02:00 |
|
David Halter
|
7a49bb4496
|
bugfix for imports (bug due to Name interface change)
|
2012-09-09 20:46:52 +02:00 |
|
David Halter
|
c725b6624b
|
fixed a sys.path issue disscussed in github issue #7
|
2012-09-03 14:07:35 +02:00 |
|
David Halter
|
911495da30
|
relative imports should work now
|
2012-09-02 16:27:41 +02:00 |
|
David Halter
|
83a5a4267f
|
improved many docstrings
|
2012-08-30 15:07:11 +02:00 |
|
David Halter
|
673cb30ee8
|
probably half of the tests are running again.
|
2012-08-12 02:09:10 +02:00 |
|
David Halter
|
3ae7d3f278
|
use weakrefs for parents now: rest
|
2012-08-12 01:42:37 +02:00 |
|
David Halter
|
1571931088
|
python 2.5 compatibility (future import)
|
2012-08-11 00:16:55 +02:00 |
|
David Halter
|
2d6ba4e8ec
|
pep8 compatibility
|
2012-08-10 23:31:56 +02:00 |
|
David Halter
|
ae60bce836
|
dynamic arrays are now working pretty good
|
2012-08-09 16:03:28 +02:00 |
|
David Halter
|
c2a5876d7b
|
refactorings / added used_names to Module
|
2012-08-04 01:20:41 +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
|
7733642a26
|
removed old import stuff
|
2012-08-03 00:17:09 +02:00 |
|
David Halter
|
b4d147738f
|
solved goto-import problems
|
2012-08-03 00:14:14 +02:00 |
|
David Halter
|
d8c0b8f8e9
|
again import tests
|
2012-08-02 20:09:45 +02:00 |
|
David Halter
|
e99ff5528e
|
goto follows now also import statements
|
2012-07-28 18:28:38 +02:00 |
|
David Halter
|
a8908ea01a
|
basic functionality of vim-jedi goto plugin
|
2012-07-28 13:17:08 +02:00 |
|
David Halter
|
37c0f7e743
|
goto done including 22 tests! vim plugin is not done yet
|
2012-07-28 01:07:19 +02:00 |
|
David Halter
|
2feef20dc5
|
import completion fully working
|
2012-07-17 00:44:40 +02:00 |
|
David Halter
|
45413a18b9
|
most import completions work now, but some other tests don't
|
2012-07-16 20:42:22 +02:00 |
|