Commit Graph

38 Commits

Author SHA1 Message Date
Dave Halter 3b4f292464 Move the evaluate package to inference 2019-08-15 00:14:26 +02:00
David Halter fbcecaf1ef deprecate 'source_path' as a Script parameter in favour of 'path' 2013-08-15 19:25:19 +04:30
David Halter 7c8fee1257 removed a lot of the goto usages, used goto_assignments instead. Did the same also for a lot of definition uses 2013-05-03 21:26:29 +04:30
David Halter beae920177 Script.complete has been deprecated, therefore changed all usages / documatation to Script.completions 2013-05-03 20:28:11 +04:30
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 1fa0230339 regression test for #51 2012-11-02 16:21:49 +01:00
David Halter eefac2a473 tests & fixes #19 2012-09-22 17:38:13 +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 1775843e23 refined docstr parsing for builtins, because psycopg2 didn't run, even so I thought it would. 2012-09-03 15:11:16 +02:00
David Halter c3bdd00a8c rename psycopg2 test 2012-09-03 14:05:26 +02:00
David Halter c9fb482480 psycopg2 fix for github issue 4 2012-09-03 01:02:38 +02:00
David Halter dd0cc343f8 mainly settings documentation 2012-08-30 01:41:40 +02:00
David Halter 73f341866c added recursion decorator / fast_parent_copy fix 2012-08-29 22:53:51 +02:00
David Halter 19b03ccbe9 new jedi test, which is working pretty good 2012-08-27 11:55:04 +02:00
David Halter e28d7f0cdf cleaning / pep8 2012-08-23 14:45:29 +02:00
David Halter 2c66af7868 fixed possibility of StopIteration Exception to happen with wrong written ternary operators 2012-08-23 02:26:42 +02:00
David Halter cfba8216c9 completions on jedi now don't run into almost endless loop anymore 2012-08-23 02:05:45 +02:00
David Halter ddc7c73c46 temporary jedi tests (they do not work as they should) 2012-08-22 17:29:05 +02:00
David Halter 37b5f2cb93 found the memory-critical pieces. also removed old debug code 2012-08-13 16:46:34 +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 b4d147738f solved goto-import problems 2012-08-03 00:14:14 +02:00
David Halter 24f81ea75c updated/added import test (nested structures) 2012-08-02 13:49:40 +02:00
David Halter ffa736264e goto: module lookup now don't includes star imports 2012-08-01 14:08:42 +02:00
David Halter 7e4658122a imports of c_builtins are now more pythonic, messing with the sys path is history 2012-08-01 13:18:44 +02:00
David Halter 510a49957c It was not possible to load PyQt4, now it works fine. 2012-07-30 15:11:00 +02:00
David Halter 163b0c0f9d fixed numpy bugs, that made it impossible to use complete numpy (including regression tests) 2012-07-29 20:56:54 +02:00
David Halter 4739eb6c02 changed the way the tests react, when multiple elements are produced 2012-07-12 16:19:47 +02:00
David Halter 5f33bbd8ca new jedi self completion tests 2012-07-11 02:04:27 +02:00
David Halter 53358b28d3 properties work now also with initialization values of classes 2012-07-10 17:52:46 +02:00
David Halter e4739fddf9 generators are now working with arguments (yield stmts) 2012-07-10 13:36:36 +02:00
David Halter 37f2b8ff56 recursions are now being catched 2012-07-09 12:05:07 +02:00
David Halter 28ad77406f default of no arguments at an execution changed to a parsing.Array 2012-07-05 18:22:56 +02:00
David Halter 70b3895e42 debugging stuff 2012-07-05 01:03:28 +02:00
David Halter d7d4e36558 started testing the completion of jedi itself 2012-06-28 21:19:28 +02:00
David Halter e7a579ce31 added thirdparty testing (test/completion/thirdparty/) and fixed an AttributeError 2012-06-25 21:05:10 +02:00