Commit Graph

  • 83ce8b1162 Make the completions possible for Interpreter objects Dave Halter 2019-12-31 14:52:44 +01:00
  • b7a8929905 Add a few more tests for dict completions Dave Halter 2019-12-31 11:23:54 +01:00
  • ca13c44788 Make sure to avoid duplicates in completions Dave Halter 2019-12-31 11:15:23 +01:00
  • 94a97ff8e8 Fix remaining issues with dict completions Dave Halter 2019-12-30 22:59:01 +01:00
  • 46ac4371df Make most dict completions possible Dave Halter 2019-12-30 14:15:32 +01:00
  • 9fa4811425 Get dict completions mostly working Dave Halter 2019-12-30 03:25:17 +01:00
  • 7e769b87f3 Fix some more dict tests Dave Halter 2019-12-30 00:29:55 +01:00
  • c7296ade68 Merge branch 'master' into dict Dave Halter 2019-12-28 12:17:04 +01:00
  • eff670679c Make sure to mention that Jedi understands Pytest fixtures Dave Halter 2019-12-28 00:01:05 +01:00
  • 3ec73f1da3 Fix namedtuple issues that were uncovered by the 'self' changes Dave Halter 2019-12-27 23:57:22 +01:00
  • cc136a2879 Self manipulations are now more correct, fixes #1392 Dave Halter 2019-12-27 18:58:50 +01:00
  • 73161fe72e Skip pytest tests when environments is not the same one Dave Halter 2019-12-27 16:54:11 +01:00
  • 35fb8a942c Make sure pytest stdlib fixtures are completable Dave Halter 2019-12-27 16:28:07 +01:00
  • e86487cb96 Make sure the monkeypatch fixture completion works Dave Halter 2019-12-27 16:13:20 +01:00
  • b4163a3912 Merge branch 'pytest', fixes parts of #791 Dave Halter 2019-12-27 14:13:46 +01:00
  • dc3d6a3975 Fix python 2 tests Dave Halter 2019-12-27 14:13:35 +01:00
  • 0931c5492d Fix tests Dave Halter 2019-12-27 13:30:53 +01:00
  • 7715655c96 Fix selection of what is a pytest fixture and what isn't Dave Halter 2019-12-27 13:26:06 +01:00
  • 4c22f4dbb1 Fix completion for non-pytest params Dave Halter 2019-12-27 13:02:16 +01:00
  • 31936776a5 Make completion of pytest fixtures possible Dave Halter 2019-12-27 12:29:18 +01:00
  • 8611fcf8ea Fix some tests Dave Halter 2019-12-27 11:59:40 +01:00
  • ff0e3ec8fb Fix _BuiltinMappedMethod to use a ValueWrapper Dave Halter 2019-12-27 11:52:14 +01:00
  • a8782d0070 Make sure param completions work the right way Dave Halter 2019-12-27 11:48:39 +01:00
  • 70bf3d9586 Deprecate Python 2 support Dave Halter 2019-12-27 11:29:39 +01:00
  • 8c737ba17e Make goto work for pytest fixtures Dave Halter 2019-12-27 10:51:49 +01:00
  • 5a54d94aa5 Make sure that infering params is possible from the API Dave Halter 2019-12-27 10:36:13 +01:00
  • 02320f832d Check better for when something is a picture Dave Halter 2019-12-27 02:12:02 +01:00
  • 148fffae28 Make yield pytest fixtures work Dave Halter 2019-12-27 01:50:17 +01:00
  • c45c8ec8ef Get some pytest fixtures working with some side effects Dave Halter 2019-12-27 01:04:01 +01:00
  • dd89325441 Make sure py__name__ and name are defined on all values Dave Halter 2019-12-27 00:31:58 +01:00
  • 82ed28955d Fix tests Dave Halter 2019-12-25 15:02:35 +01:00
  • f3c8bc10f5 Keyword completion after ... should not work, fixes davidhalter/jedi-vim#506 Dave Halter 2019-12-25 14:37:52 +01:00
  • 9fb94bb621 Fix python 2 environment finalizing, fixes #1412 Dave Halter 2019-12-25 14:30:08 +01:00
  • 3e478cc6bb Remove a function that did nothing anymore Dave Halter 2019-12-25 03:54:16 +01:00
  • a4a0d482a2 Make sure modules for dynamic searches are not checked twice Dave Halter 2019-12-25 03:53:45 +01:00
  • 3b2dddd1d3 Make sure classmethod param completion works better for the first param Dave Halter 2019-12-25 03:39:37 +01:00
  • 110d89724e Make sure staticmethod params are (mostly) inferred correctly, fixes #735 Dave Halter 2019-12-24 21:28:30 +01:00
  • 7a988d9d8b Python 2 test fixes Dave Halter 2019-12-24 19:52:44 +01:00
  • 6daa03e98d Add the fix for #997 to the changelog Dave Halter 2019-12-24 12:51:14 +01:00
  • 9578e4252b Goto on a function/attribute in a class now goes to the definition in its super class, fixes #1175 Dave Halter 2019-12-24 12:49:23 +01:00
  • a21f443756 Fix a few tests Dave Halter 2019-12-24 12:32:13 +01:00
  • 1d17033717 Add support for completion even when __getattr__ is present, fixes #997 Dave Halter 2019-12-24 01:44:53 +01:00
  • eca8278eef Fix an error recovery goto issue, fixes davidhalter/jedi-vim#962 Dave Halter 2019-12-23 10:08:43 +01:00
  • d9383f1927 Add a test to make sure some renamings work always Dave Halter 2019-12-23 00:48:01 +01:00
  • 1087b62e95 Refactor references: Matching more names that might be related Dave Halter 2019-12-22 23:12:39 +01:00
  • f2a64e24c8 Catch an additional case for get_context where the cursor is e.g. on the function name Dave Halter 2019-12-22 17:35:40 +01:00
  • fcf8506531 Add Script().get_context, fixes #253 Dave Halter 2019-12-22 17:18:10 +01:00
  • 22c3beffd0 Fix some issues with Definition.parent() Dave Halter 2019-12-22 15:37:53 +01:00
  • 0202d4ed0a Test parents a bit better Dave Halter 2019-12-22 14:32:07 +01:00
  • 63a9418bd5 Refactor tests a bit Dave Halter 2019-12-22 02:32:31 +01:00
  • fc785ce6ea Attribute docstrings work now, fixes #138 Dave Halter 2019-12-22 02:05:02 +01:00
  • 4161bfc7f2 Avoid some duplication of code Dave Halter 2019-12-22 01:24:50 +01:00
  • 290d1c151a Remove the _Help class completely Dave Halter 2019-12-21 20:07:43 +01:00
  • fcede44c2a Move the docstring checking code to the names Dave Halter 2019-12-21 20:06:37 +01:00
  • 536fd8c7c0 Add the Script.help function, fixes #392 Dave Halter 2019-12-21 12:46:51 +01:00
  • 341d79681a Add big API changes to Changelog Dave Halter 2019-12-21 03:12:28 +01:00
  • 66a36c3b94 Merge branch 'api', fixes #1166 Dave Halter 2019-12-20 20:05:10 +01:00
  • fcecac20ec Add tests to fix all the deprecations Dave Halter 2019-12-20 20:03:12 +01:00
  • 9e818dc377 Test setting line/column multiple times Dave Halter 2019-12-20 20:03:00 +01:00
  • e5496381f3 sith now also uses the new API Dave Halter 2019-12-20 19:45:20 +01:00
  • 5fc308f1f8 call signature -> signature Dave Halter 2019-12-20 19:41:57 +01:00
  • 694b05bb8c usage -> reference Dave Halter 2019-12-20 19:26:33 +01:00
  • bd861e40a8 Rename references file Dave Halter 2019-12-20 19:25:46 +01:00
  • e1d787821b usages -> find_references Dave Halter 2019-12-20 19:23:26 +01:00
  • adff6d34a4 goto_assignment -> goto everywhere where it was left Dave Halter 2019-12-20 19:15:41 +01:00
  • d7d9c9642a Don't use goto_definitions anymore, use infer Dave Halter 2019-12-20 19:02:18 +01:00
  • 4bbaec68e8 Make sure goto_definitions is no longer used in the main code Dave Halter 2019-12-20 18:47:04 +01:00
  • dbb61357c3 Make sure that jedi.names is not references anymore Dave Halter 2019-12-20 18:04:47 +01:00
  • f90aeceb27 Move names to Script and mark deprecations Dave Halter 2019-12-20 17:55:45 +01:00
  • 7f8ba17990 Get rid of all completions usages Dave Halter 2019-12-20 17:47:37 +01:00
  • 5bf6e7048b A few renames for readability in the api/completion.py file Dave Halter 2019-12-20 17:40:00 +01:00
  • ebe9921208 Try to use the new API names everywhere Dave Halter 2019-12-20 17:29:42 +01:00
  • f03c70e577 Refactor run.py to use the new API Dave Halter 2019-12-20 17:25:35 +01:00
  • 2cc898ba35 Get rid of completions in tests Dave Halter 2019-12-20 16:29:43 +01:00
  • 38460ce9d7 Use complete instead of completions in test_api/ Dave Halter 2019-12-20 16:16:01 +01:00
  • 2b5af19989 Fix signature issues Dave Halter 2019-12-20 16:14:01 +01:00
  • bcf726054e Make sure the line numbers are validated for the new API methods Dave Halter 2019-12-20 16:00:45 +01:00
  • 1514695fc1 usages -> find_references, see #1166 Dave Halter 2019-12-20 15:46:17 +01:00
  • f32b0aebeb call_signatures -> find_signatures Dave Halter 2019-12-20 15:41:20 +01:00
  • 6c7b8f669f goto_definitions -> infer; goto_assignments -> goto, see #1166 Dave Halter 2019-12-20 15:35:19 +01:00
  • 87d5334b9e completions -> complete, see #1166 Dave Halter 2019-12-20 15:21:09 +01:00
  • cefc4a46a3 Add latest changes to Changelog Dave Halter 2019-12-20 14:57:58 +01:00
  • 39605bfa08 Make sure goto_assignments is no longer used on Definition Dave Halter 2019-12-20 14:43:20 +01:00
  • 1f4be4bc51 Make sure that goto is used instead of goto_assignments Dave Halter 2019-12-20 14:30:34 +01:00
  • afbd8cad89 Don't test Python 3.4 in tox anymore by default v0.15.2 Dave Halter 2019-12-20 11:52:19 +01:00
  • 0194efcd6b Add the release date to Changelog Dave Halter 2019-12-20 11:26:55 +01:00
  • 96156dd5df Jedi needs at least parso 0.5.2 now Dave Halter 2019-12-20 11:00:37 +01:00
  • 095a9c530a Fix a rb byte literal test Dave Halter 2019-12-20 10:49:28 +01:00
  • 45edfbdeeb Goto definition doesn't work on strings anymore, fixes microsoft/vscode#81520 Dave Halter 2019-12-20 10:29:54 +01:00
  • 540a57766d Make sure that sequence literals have the right generic classes, fixes #1416 Dave Halter 2019-12-20 01:30:44 +01:00
  • e56d4fde98 Improved Generic subclass matching Dave Halter 2019-12-20 00:30:57 +01:00
  • 51e2e90dce Make sure overload checks work for TypeAlias, see #1416 Dave Halter 2019-12-19 23:27:32 +01:00
  • 902b355aea Avoid recursion in a specific example, see also #1458 Dave Halter 2019-12-18 01:48:22 +01:00
  • 542a2a339e Fix simple typo: wheter -> whether (#1460) Tim Gates 2019-12-17 20:05:21 +11:00
  • 41a6591d88 Completions.complete returns None for fuzzy completions #1409 Dave Halter 2019-12-15 19:56:56 +01:00
  • f91f655d55 Cleanup fuzzy tests a bit, see #1409 Dave Halter 2019-12-15 19:50:43 +01:00
  • 49eb2c0a12 Add fuzzy completions to Changelog Dave Halter 2019-12-15 19:12:48 +01:00
  • ec2391c74f Merge branch 'feature_827_fuzzy_search' of https://github.com/jmfrank63/jedi Dave Halter 2019-12-15 19:08:33 +01:00
  • 0ce414eb94 Python 2 compatibility Dave Halter 2019-12-15 18:52:16 +01:00
  • 38eb2c9ba3 Make sure that the definition order in stubs are ignored Dave Halter 2019-12-15 18:41:37 +01:00