1
0
forked from VimPlug/jedi
Commit Graph

23 Commits

Author SHA1 Message Date
David Halter 3838b5482e builtin scope doesn't load by default anymore. This makes Jedi faster at startup. -> jedi issue 7 2012-10-17 21:26:55 +02:00
David Halter 7fda97767e fixed a problem with positions of modules/imports 2012-10-14 14:07:31 +02:00
David Halter 6b76fdc0ba fixed tuple assignment problem 2012-10-09 16:42:51 +02:00
David Halter 0c7105c190 revised TODOs 2012-10-09 16:02:52 +02:00
David Halter 01da60b594 fix another = error and goto error with dicts 2012-10-09 07:55:42 +02:00
David Halter 39f89462b4 assert isinstance checks 2012-10-07 15:13:40 +02:00
David Halter 8795b4fbac some operator support for '*' 2012-10-04 01:31:57 +02:00
David Halter 7e39a7d1ba isinstance checks for if/while 2012-10-04 00:34:26 +02:00
David Halter 8d842dd596 getattr on more complex objects - fixes #23 2012-10-02 22:58:03 +02:00
David Halter 74fe520597 invalid for loops completion should work now 2012-10-01 09:51:57 +02:00
David Halter eda2430ad7 __class__ -> type 2012-10-01 08:50:12 +02:00
David Halter 61f465a7d6 fixed bugs for os.path.join(). 2012-10-01 00:25:14 +02:00
David Halter 99cd894a7b fix IndexErrors which sometimes happened, related to inter-module param searching 2012-09-29 17:54:22 +02:00
David Halter 40a61d7b9e doc/todos 2012-09-24 11:50:08 +02:00
David Halter 56a97c9df5 can now refactor statements ahead of '=', fixes #20 2012-09-23 14:19:47 +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 ef451f6dca rename working again with different goto function. now change the goto function itself 2012-09-21 22:36:47 +02:00
David Halter bfca702bf9 total rewrite of goto -> incomplete 2012-09-21 20:26:41 +02:00
David Halter 0e5a70a2db renaming again, should be a little bit better. but some things are commented. 2012-09-20 17:27:00 +02:00
David Halter ba36729368 Array is an instance of list and not just the class -> fixed issue 2 of vim-jedi 2012-09-20 00:27:54 +02:00
Danilo Bargen 21826e7a34 Moved jedi files to separate package folder 2012-09-17 22:38:38 +02:00