1
0
forked from VimPlug/jedi
Commit Graph

24 Commits

Author SHA1 Message Date
David Halter
d7727bdccd fix python3.2 problems 2012-12-09 16:49:26 +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
1e259c1c6e none positions shouldn't be an option, (0, 0) is the 'invalid' or 'generated' position for objects that are always found 2012-11-24 17:42:52 +01:00
David Halter
e921ec11e3 fixed a recursion problem, that occured with invalidate_star_imports 2012-11-24 15:43:05 +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
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
c706bae55b fixed star import invalidation exception 2012-11-21 16:58:22 +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
1d3ee0237e remove RessourceWarning from Python3 tests 2012-11-20 15:56:15 +01:00
David Halter
95eab8e0d4 remove module_find_path, fixes #36 2012-11-18 01:17:12 +01:00
David Halter
6a98aaf65d star imports of object imports were ignored, fixes #59 2012-11-13 11:22:35 +01:00
David Halter
20ef1ffd18 restructured api_classes, use the same base class 2012-11-07 23:29:40 +01:00
David Halter
47608b1f4d added debug var imports_processed 2012-10-23 14:06:50 +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
bb76792ea8 make source_path in script optional, fixes #32 2012-10-20 13:57:04 +02:00
David Halter
3a6d9ba955 fixed bug in recursion detection (not really a fix, I don't understand why this happens only in python3) 2012-10-14 02:19:58 +02:00
David Halter
8059b075c6 handled import statement recursions 2012-10-10 22:55:07 +02:00
David Halter
eda2430ad7 __class__ -> type 2012-10-01 08:50:12 +02:00
David Halter
0bdcc968e3 removed statement_path/goto_names 2012-09-22 00:29:03 +02:00
David Halter
c464925647 removal of old unused goto stuff 2012-09-22 00:26:30 +02:00
David Halter
fd760f1870 renaming and goto work now +/- 2012-09-22 00:15:32 +02:00
David Halter
32b51e0c68 import goto tests work almost again 2012-09-21 23:26:39 +02:00
Danilo Bargen
21826e7a34 Moved jedi files to separate package folder 2012-09-17 22:38:38 +02:00