Commit Graph

  • 8cb059deda Merge branch 'function_signature_in_interpreter' of https://github.com/linupi/jedi Dave Halter 2019-07-03 19:11:36 -07:00
  • 0f4da5c1cf Update link to YouCompleteMe Arnaud Limbourg 2019-07-03 22:42:53 +02:00
  • de138e9114 Improve a bit of dataclasses support, so at least the attributes can be seen Dave Halter 2019-07-03 09:20:05 -07:00
  • 15bb9b29a2 adding test_kwarg_defaults to point out missing default value of kwargs in certain cases #1356 Linus Pithan 2019-07-02 10:52:16 +02:00
  • 4c132d94b9 Make sure in tests that pep 0526 variables are also able to be used when using self, see #933 Dave Halter 2019-07-01 23:33:17 -07:00
  • 925fc89447 Get typing.NewType working (#1344) mwchase 2019-07-02 01:42:59 -04:00
  • cb95dbc707 Cannot use pytest 5 yet Dave Halter 2019-07-01 22:30:51 -07:00
  • 1e3b6a201d Fix filters for classes and functions Dave Halter 2019-07-01 22:24:29 -07:00
  • 3829ef4785 Fix some small things to get more tests passing Dave Halter 2019-07-01 21:52:03 -07:00
  • b382f06be0 A better repr for Definition Dave Halter 2019-06-30 22:17:06 -07:00
  • 94faceb57c Merge branch 'master' of github.com:davidhalter/jedi Dave Halter 2019-06-30 22:14:02 -07:00
  • a9ff58683e Fix ClassVar filter for instances Dave Halter 2019-06-26 22:56:30 +02:00
  • fafd6b2ac6 Keyword completions are no longer possible directly after a number, fixes #1085 Dave Halter 2019-06-26 15:04:46 +02:00
  • 344a03e6b2 Fix for EmptyCompiledName Nelson, Karl E 2019-06-23 14:55:35 -07:00
  • 265abe1d08 Fix super call goto for multiple inheritance, fixes #1311 Dave Halter 2019-06-24 09:53:56 +02:00
  • ebdae87821 goto should always goto definitions, fixes #1304 Dave Halter 2019-06-24 01:25:26 +02:00
  • 56ec79d62a Fix star imports checks, fixes #1235 Dave Halter 2019-06-22 16:45:43 +02:00
  • c413b486fb Actually import IsADirectoryError Dave Halter 2019-06-22 15:43:11 +02:00
  • cb0a0d228a Add 3.8 to supported versions Dave Halter 2019-06-22 14:45:22 +02:00
  • 3ae4a154f9 Fix project search if a directory is called manage.py, fixes #1314 Dave Halter 2019-06-22 14:04:32 +02:00
  • aa2dc6be09 Return annotations for compiled objects now help to infer Dave Halter 2019-06-22 00:15:20 +02:00
  • a62ba86d7b Update parso requirement Nathaniel J. Smith 2019-06-21 00:47:51 -07:00
  • 454447d422 Fix an invalid escape sequence v0.14.0 Dave Halter 2019-06-20 21:43:52 +02:00
  • 02d10a3aff Some small CHANGELOG changes Dave Halter 2019-06-20 21:27:06 +02:00
  • 4479b866ff CompiledContext should not have a file Dave Halter 2019-06-20 19:49:09 +02:00
  • 907fdaa153 Fix some minor errors Dave Halter 2019-06-20 09:53:40 +02:00
  • b85c0db72e Fix a typo Dave Halter 2019-06-19 18:32:09 +02:00
  • 8852745cf3 Add stub files to the list of features Dave Halter 2019-06-19 18:30:02 +02:00
  • d1501527a2 Add a script for profiling pytest Dave Halter 2019-06-19 18:28:45 +02:00
  • ccd7939a92 Remove the linter, since it's no longer developed Dave Halter 2019-06-19 18:26:52 +02:00
  • db716d96e5 Use the same intro text in README Dave Halter 2019-06-19 18:25:59 +02:00
  • 5f81353182 Make the jedi documentation more concise Dave Halter 2019-06-19 18:20:48 +02:00
  • b71a851081 Write a better introduction text Dave Halter 2019-06-19 10:12:23 +02:00
  • 474dcb857a Some small docs improvements Dave Halter 2019-06-19 09:59:21 +02:00
  • 5ad0e3d72e Ignore some tests for Python 3.4, because it's end of life soon and the typing library doesn't exist for it Dave Halter 2019-06-19 01:37:16 +02:00
  • 2cf1797465 Caching for get_parent_scope Dave Halter 2019-06-18 10:04:10 +02:00
  • f2f54f2864 Create a better cache to avoid the amount of get_definition/is_definition calls in parso Dave Halter 2019-06-18 09:15:16 +02:00
  • 38232fe133 Fix issues with Python 3.7 tests Dave Halter 2019-06-15 22:26:34 +02:00
  • 4405c4f190 Skip stub tests for Python 2 Dave Halter 2019-06-15 21:59:54 +02:00
  • c3a0fec2d9 Fix tests for stubs Dave Halter 2019-06-15 21:47:03 +02:00
  • 8e3caaca7f Improve the stub test a bit Dave Halter 2019-06-15 02:20:15 +02:00
  • 860f627f48 Merge branch 'master' of github.com:davidhalter/jedi Dave Halter 2019-06-15 02:14:29 +02:00
  • 3ddbee1666 Fix issues for socket Dave Halter 2019-06-15 02:07:30 +02:00
  • fc20faf8f8 Remove _apply_qualified_name_changes, because it's really not needed Dave Halter 2019-06-15 01:58:54 +02:00
  • 0749e5091a Apparently a change we made does not seem to be needed Dave Halter 2019-06-15 01:57:59 +02:00
  • e61949da66 Fix some collections.deque issues Dave Halter 2019-06-15 01:56:44 +02:00
  • fdad24cc0a Fix some test errors Dave Halter 2019-06-15 01:42:50 +02:00
  • 3ed30409ea Some progress in trying to make the deque work Dave Halter 2019-06-14 09:36:10 +02:00
  • d55d494e0a Merge pull request #1342 from JCavallo/ignore_unknown_super_calls Dave Halter 2019-06-14 00:28:08 +02:00
  • e7423696af Added git URL to git clone command Trevor Sullivan 2019-06-13 07:53:22 -07:00
  • c6c49d1476 Update manual installation directions Trevor Sullivan 2019-06-12 07:10:56 -07:00
  • 4564275eba By default a name has no qualified names Dave Halter 2019-06-13 09:45:59 +02:00
  • 9b610c9760 Make sure there are proper tests for goto_assignments with prefer_stubs and only_stubs Dave Halter 2019-06-13 09:41:23 +02:00
  • ce97b0a5e7 Make sure py__bases__always return something #1342 Jean Cavallo 2019-06-13 09:37:51 +02:00
  • 5a26d4cf8f Prefer stubs to Python names when starting to infer Dave Halter 2019-06-13 09:26:50 +02:00
  • a0adff9d36 Added Changelog for goto_* Dave Halter 2019-06-12 19:04:58 +02:00
  • ad2fbf71ba Move stub tests Dave Halter 2019-06-12 14:00:50 +02:00
  • 097b073d20 Undo the tensorflow speedups, because they seem to cause more harm than good, see #1116 Dave Halter 2019-06-12 10:00:45 +02:00
  • a3afdc0ece Ignore super calls when super class cannot be inferred Jean Cavallo 2019-06-12 09:51:08 +02:00
  • ed092e6da7 Better error message, when typeshed is missing, see #1341 Dave Halter 2019-06-12 00:08:54 +02:00
  • 78973a9f35 Move execute_evaluated to HelperContextMixin Dave Halter 2019-06-11 17:42:09 +02:00
  • f672d3329a Make sure that execute is always called with arguments Dave Halter 2019-06-11 09:37:24 +02:00
  • be269f3e1c Remove a print Dave Halter 2019-06-10 22:21:41 +02:00
  • c1047bef4f Ignore warnings for numpydocs Dave Halter 2019-06-10 21:41:15 +02:00
  • 1b0677ec55 Fix some test imports Dave Halter 2019-06-10 19:48:46 +02:00
  • 5ef0563abe Don't use stub_to_python_context_set anymore Dave Halter 2019-06-10 19:39:26 +02:00
  • 56d8945d17 Use convert_context function for docs lookup Dave Halter 2019-06-10 19:17:50 +02:00
  • 7f853a324a Fix a small copy paste fail Dave Halter 2019-06-10 19:05:03 +02:00
  • 7f3e55df02 Fix conversion for contexts Dave Halter 2019-06-10 18:56:37 +02:00
  • 144aa97c00 Fix imports for some tests Dave Halter 2019-06-10 17:41:29 +02:00
  • 9871fe2adf Be even more strict with numpy doctsring parsing, it should just be ignored if it fails in any ways Dave Halter 2019-06-10 17:40:39 +02:00
  • 95f3aed82c Eliminate more actual appearances Dave Halter 2019-06-10 16:16:34 +02:00
  • 8ba3e5d463 Change some names from actual -> python Dave Halter 2019-06-10 16:02:05 +02:00
  • c8937ccdbf Add only_stubs and prefer_stubs as parameters to goto_assignments/goto_definitions Dave Halter 2019-06-10 15:59:12 +02:00
  • 49f652a2ad Better comment Dave Halter 2019-06-10 03:27:33 +02:00
  • 12dbdbf258 qualified names for imports with relative paths have not been solved, yet Dave Halter 2019-06-10 03:20:54 +02:00
  • abba305f64 Better debugging Dave Halter 2019-06-10 03:19:32 +02:00
  • d4cccd452d Fix qualified_names for some cases Dave Halter 2019-06-10 03:17:50 +02:00
  • a555def6ca Use a different function signature instead of a separate goto_stubs function Dave Halter 2019-06-10 02:27:22 +02:00
  • 827a79861d Add tests for positional only params Dave Halter 2019-06-09 22:56:20 +02:00
  • 42b6e20729 Changes for 3.8: sync_comp_for instead of comp_for Dave Halter 2019-06-09 18:05:34 +02:00
  • f3364a458c Better repr for DictFilter Dave Halter 2019-06-09 15:00:18 +02:00
  • 48b1b9a1aa Make sure that 3.8 is a supported Python environment going forward (and remove 3.3) Dave Halter 2019-06-08 02:11:45 +02:00
  • 787276366e Use the same environment in 3.8 for travis Dave Halter 2019-06-08 02:05:43 +02:00
  • 6e758acd16 Add Python 3.7 to travis testing Dave Halter 2019-06-08 01:54:08 +02:00
  • eef02e5c56 Fix generator issues for typing Dave Halter 2019-06-08 01:50:38 +02:00
  • 26951f5c18 Fixed a few failing tests, that were failing, because of the qualified_names changes Dave Halter 2019-06-08 01:05:40 +02:00
  • bb42850d63 Improve the Changelog a bit Dave Halter 2019-06-08 00:29:47 +02:00
  • 0ff1a88cc4 Use get_qualified_names for full_name Dave Halter 2019-06-08 00:18:31 +02:00
  • f80828cb07 Fix issues with simple_getitem and mixed objects Dave Halter 2019-06-07 03:00:01 +02:00
  • 65d5c6eb2b Disable some more tests in Python 2 Dave Halter 2019-06-07 02:45:48 +02:00
  • 94dfe7bf69 Use even more stubs to get more complex completions for e.g. strings working Dave Halter 2019-06-07 02:37:51 +02:00
  • 97f342fc4c Fix qualified names for CompiledObject Dave Halter 2019-06-07 01:33:37 +02:00
  • a43a6cbc06 Add interpreter tests for collections.Counter Dave Halter 2019-06-06 23:43:03 +02:00
  • 8c495a1142 More tests for deque Dave Halter 2019-06-06 20:46:19 +02:00
  • 5d3028bd1f Fix completions for collections.deque Dave Halter 2019-06-06 20:34:50 +02:00
  • 07f9f241c6 py__call__ is now always available Dave Halter 2019-06-06 10:04:48 +02:00
  • 659c043584 Get rid of py__getattribute__ overriding that wasn't needed Dave Halter 2019-06-06 00:49:36 +02:00
  • b98bf07767 Avoid failing if additional dynamic modules is defined with files that don't exist Dave Halter 2019-06-06 00:43:24 +02:00
  • 84eb91beaa Add a few tests about simple completions for interpreters Dave Halter 2019-06-06 00:17:37 +02:00