Commit Graph

  • 02c3d651bd Some more code quality fixes Dave Halter 2020-04-11 02:23:23 +02:00
  • bdd4deedc1 Some code cleanups Dave Halter 2020-04-11 02:11:52 +02:00
  • 9d55194b92 Don't reuse a variable Dave Halter 2020-04-11 01:40:41 +02:00
  • 102f83ea85 Remove unreachable code Dave Halter 2020-04-11 01:39:04 +02:00
  • 22902f6dba _convert_names kwargs are not needed Dave Halter 2020-04-11 01:37:34 +02:00
  • 5a3565785c Add pyproject.toml to the list of files to search for projects Dave Halter 2020-04-11 00:51:28 +02:00
  • 0f2a7215bb Use the interpreter environment if the executable is not available, fixes #1531 Dave Halter 2020-04-02 20:59:35 +02:00
  • 61e9371849 Fix a potential AttributeError Dave Halter 2020-04-02 00:32:50 +02:00
  • dde40b3a71 Add a comment to clarify the Type case Dave Halter 2020-04-02 00:23:38 +02:00
  • ebb2786748 Avoid AttributeErrors for generics when a module is passed Dave Halter 2020-04-01 01:50:54 +02:00
  • 28f256d2a6 Merge branch 'improve-type-annotation-inference-refactors' of https://github.com/PeterJCLaw/jedi Dave Halter 2020-04-01 00:54:25 +02:00
  • 883f5a3824 Merge branch 'improve-type-annotation-inference' of https://github.com/PeterJCLaw/jedi Dave Halter 2020-04-01 00:54:13 +02:00
  • ac33d5dea3 If branch inference should not trigger for things we don't know, fixes #1530 Dave Halter 2020-03-31 22:46:17 +02:00
  • 604029568c Fix string completion issue, fixes #1528 Dave Halter 2020-03-26 15:47:27 +01:00
  • eac5ac8426 Update comment after refactor moved code Peter Law 2020-03-25 22:35:12 +00:00
  • 7e9ad9e733 Fix typo #1511 Peter Law 2020-03-25 22:32:53 +00:00
  • e2090772f3 Push tuple handling onto Tuple class Peter Law 2020-03-22 16:04:39 +00:00
  • 525b88e9f1 Simplify early-exit code by having it once Peter Law 2020-03-22 15:49:31 +00:00
  • 3c90a84f68 Extract common get_generics() calls Peter Law 2020-03-22 15:47:46 +00:00
  • ea33db388b Remove dict merging where it doesn't do anything Peter Law 2020-03-22 15:40:29 +00:00
  • f68d65ed59 Push much looping and merging of infering type vars into ValueSet Peter Law 2020-03-18 21:44:18 +00:00
  • 3c7621049c Extract annotation inference onto annotation classes Peter Law 2020-03-18 21:25:17 +00:00
  • dd60a8a4c9 Extract nested function which is going to be used elsewhere Peter Law 2020-03-18 21:01:15 +00:00
  • 5bd6a9c164 Rename function which is going to be used elsewhere Peter Law 2020-03-18 20:49:03 +00:00
  • c743e5d9f3 Push type check into helper Peter Law 2020-03-22 15:14:01 +00:00
  • 5ca69458d4 Add testing for mismatch cases Peter Law 2020-03-22 14:58:18 +00:00
  • bb9731b561 Fix wrong types for iterate, fixes #1524 Dave Halter 2020-03-21 18:09:03 +01:00
  • a2f4d1bbe7 Fix stub conversion for Decoratee, so docstrings work, see #117 Dave Halter 2020-03-21 17:23:27 +01:00
  • 88c13639bc Remove unused environment param Dave Halter 2020-03-21 03:19:39 +01:00
  • 28c1ba6c1c Fix a Python 2 test Dave Halter 2020-03-21 03:13:24 +01:00
  • a2764283ba Merge branch 'refactor' Dave Halter 2020-03-21 02:54:07 +01:00
  • 0ffd566957 Merge branch 'project' Dave Halter 2020-03-21 02:52:51 +01:00
  • 5b54ac835d Fix deprecations in tests Dave Halter 2020-03-21 02:42:00 +01:00
  • 5f6a25fb58 Add deprecations warnings, to deprecated functions in the main API Dave Halter 2020-03-21 02:30:07 +01:00
  • d6d9286242 Get rid of deprecations in tests Dave Halter 2020-03-21 02:07:53 +01:00
  • 4c964ae655 Fix some test results Dave Halter 2020-03-21 01:52:56 +01:00
  • 8000d425ec Don't use desc_with_module in integration tests Dave Halter 2020-03-21 01:47:00 +01:00
  • c7cd84b1a4 Rework the introduction of the README/docs Dave Halter 2020-03-21 01:25:48 +01:00
  • 6a89599fa5 Rework badges Dave Halter 2020-03-19 10:12:39 +01:00
  • 5f40fa9bc6 Docs: Remove links for sources/created using sphinx/copyright Dave Halter 2020-03-19 09:48:12 +01:00
  • 24cde8e974 Clean up acknowledgements Dave Halter 2020-03-19 09:43:19 +01:00
  • dea80b20e9 REPL docs improvements Dave Halter 2020-03-19 02:57:51 +01:00
  • 197d64d9a8 Remove tox from docs Dave Halter 2020-03-19 02:53:24 +01:00
  • a2bbbfe2d5 Rework a lot of the README Dave Halter 2020-03-19 02:49:29 +01:00
  • 2e9fac0b71 Rewrite the history part Dave Halter 2020-03-19 02:33:45 +01:00
  • 83e0e3bd8d Move history Dave Halter 2020-03-19 02:16:21 +01:00
  • 2f651966e7 Make jedi testing explanations better Dave Halter 2020-03-19 02:13:01 +01:00
  • ffbaa4afea Improve settings documentation Dave Halter 2020-03-19 01:51:38 +01:00
  • e11db6e8e4 Move acknowledgements in docs Dave Halter 2020-03-19 01:42:18 +01:00
  • eea6c7f41b Move recipes to Jedi Usage Dave Halter 2020-03-19 01:31:49 +01:00
  • 01f53236a4 Rework the recipe parts Dave Halter 2020-03-19 01:26:45 +01:00
  • c39326616c A lot of improvements for the features & limitations docs Dave Halter 2020-03-19 01:04:48 +01:00
  • b1aef26464 Docs: End user usage improvements Dave Halter 2020-03-19 00:25:27 +01:00
  • 97117bfaf2 Display full version in docs Dave Halter 2020-03-19 00:16:03 +01:00
  • f12262881d Some minor docstring improvements Dave Halter 2020-03-19 00:11:02 +01:00
  • 95b0cdcb5e Add test for child of specialised generic Peter Law 2020-03-18 22:15:32 +00:00
  • 0f8e7b453e Formatting Peter Law 2020-03-18 21:01:41 +00:00
  • 516b58b287 Fix a lot of sphinx warnings Dave Halter 2020-03-18 10:16:32 +01:00
  • e53acb4150 Create an autosummary for Jedi's API Dave Halter 2020-03-18 09:55:58 +01:00
  • 7de475318a Minor refactoring Dave Halter 2020-03-17 10:00:38 +01:00
  • 6dda514ec6 Make sure encoding doesn't unnecessarily raise warnings Dave Halter 2020-03-17 10:00:30 +01:00
  • 72a3a33e33 ParamDefinition -> ParamName Dave Halter 2020-03-17 09:34:28 +01:00
  • d26926a582 Definition -> Name Dave Halter 2020-03-17 09:33:12 +01:00
  • 0731206b9d BaseDefinition -> BaseName Dave Halter 2020-03-17 09:25:30 +01:00
  • c2451ddd03 Small docstring changes Dave Halter 2020-03-17 09:21:48 +01:00
  • 88adf84fc2 Move acknowledgements over to the documentation Dave Halter 2020-03-17 09:18:34 +01:00
  • 94c97765c8 Include the CHANGELOG in docs Dave Halter 2020-03-17 09:16:57 +01:00
  • 1c56d15836 Added project support to the changelog Dave Halter 2020-03-17 09:06:37 +01:00
  • 7985ef37d4 Rewrite Interpreter docs Dave Halter 2020-03-17 09:04:02 +01:00
  • 8f4f6d6ac3 Document refactoring functions Dave Halter 2020-03-17 08:57:35 +01:00
  • 4a065642f2 Docs: Reformat API return classes Dave Halter 2020-03-17 08:34:51 +01:00
  • 3276db0bdc Improve many Script API docstrings Dave Halter 2020-03-16 10:19:39 +01:00
  • 88757f00e7 Script source argument to code Dave Halter 2020-03-16 09:45:05 +01:00
  • 6d79ac9fde Add deprecations for Script parameters line/column/encoding Dave Halter 2020-03-16 09:41:47 +01:00
  • 25af28946e Docs: API overview Dave Halter 2020-03-16 09:35:47 +01:00
  • 950f5c186c Restructure API documentation Dave Halter 2020-03-16 09:27:01 +01:00
  • 8f96cbdabf Replace the old flask theme with the sphinx_rtd_theme Dave Halter 2020-03-16 01:28:06 +01:00
  • 17b3611c53 Included statement as a possible return type for BaseDefinition.type Christopher Cave-Ayland 2020-03-15 21:56:33 +00:00
  • 9240a20d13 Remove an old note that was not valid anymore Dave Halter 2020-03-16 00:21:15 +01:00
  • 6220b20659 "Document" stubs for develops Dave Halter 2020-03-16 00:19:08 +01:00
  • 2feb0acd7d Docs: remove arrogance :) Dave Halter 2020-03-16 00:13:30 +01:00
  • 8efd111426 Small docs example code changes Dave Halter 2020-03-16 00:06:46 +01:00
  • 616e9bf275 Docs: security Dave Halter 2020-03-16 00:05:48 +01:00
  • 78f0f5855f Docs: History Dave Halter 2020-03-16 00:02:17 +01:00
  • 0f11f65682 Docs: Features Dave Halter 2020-03-16 00:00:43 +01:00
  • 43363936cd Installation notes for docs moved down in priority a bit Dave Halter 2020-03-15 23:52:52 +01:00
  • 0f25eb9c9a Way more docs work Dave Halter 2020-03-15 23:41:53 +01:00
  • 8ceb76b3f6 Move is_side_effect to BaseDefinition Dave Halter 2020-03-15 23:13:41 +01:00
  • 25e6db5e82 Some more docstring stuff Dave Halter 2020-03-15 23:12:38 +01:00
  • 7c7864d500 Improve docstrings for a lot of the return API classes Dave Halter 2020-03-15 23:02:30 +01:00
  • a9761079e6 Remove follow_definition Dave Halter 2020-03-15 19:28:02 +01:00
  • 20fad922bc Better SyntaxError listings Dave Halter 2020-03-14 17:30:33 +01:00
  • 3cef022a15 Add a proper CHANGELOG for the current version Dave Halter 2020-03-14 17:21:16 +01:00
  • 52b0450953 Add a warning about fast_parser, fixes #1240 Dave Halter 2020-03-14 16:53:08 +01:00
  • 7b725553ff Better documentation of Script Dave Halter 2020-03-14 16:48:07 +01:00
  • e811651b00 Further example tinkering Dave Halter 2020-03-14 15:47:32 +01:00
  • fbba7714e4 Better examples Dave Halter 2020-03-14 15:42:16 +01:00
  • bdb36ab626 Document projects better Dave Halter 2020-03-14 15:35:41 +01:00
  • 1a466d9641 Move the Project.save function within the file Dave Halter 2020-03-14 15:25:40 +01:00
  • 94f99aaeb3 Docs: Document projects Dave Halter 2020-03-14 15:25:03 +01:00