Commit Graph

  • 8c3fd99009 Tell sith that goto_assignments is now goto Peter Law 2020-04-26 01:05:04 +01:00
  • 4d9cb083ac Merge pull request #1561 from PeterJCLaw/newtype-pyclass Dave Halter 2020-04-26 02:15:17 +02:00
  • 612fd23777 Support accessing the py__class__ of a NewType Peter Law 2020-04-26 00:55:27 +01:00
  • dca505c884 Merge pull request #1553 from PeterJCLaw/generic-tuple-return Dave Halter 2020-04-26 01:28:51 +02:00
  • 7fd5c8af8f Allow files for get_default_project, fixes #1552 Dave Halter 2020-04-26 00:33:04 +02:00
  • 97fb95ec0c Don't display unnecessary help, fixes #1557 Dave Halter 2020-04-26 00:21:01 +02:00
  • e6d8a955d2 Pin Django in a different way so tests can work everywhere Dave Halter 2020-04-25 23:25:51 +02:00
  • a3a147f028 Make sure that Django's values/values_list is tested (though not implemented Dave Halter 2020-04-25 22:49:10 +02:00
  • c761dded35 Properly implement inheritance for Django models Dave Halter 2020-04-25 21:59:13 +02:00
  • 92623232c3 Make sure Django User inference works Dave Halter 2020-04-25 21:52:47 +02:00
  • 9b58bf6199 Pin the Django test dependency Dave Halter 2020-04-25 20:19:13 +02:00
  • 9d5eb28523 Mention django stubs support in README Dave Halter 2020-04-25 18:05:37 +02:00
  • 857e0fc00e Include Django stubs license in Jedi package Dave Halter 2020-04-25 18:05:02 +02:00
  • bf8b58aeeb Some more django query tests Dave Halter 2020-04-25 16:25:27 +02:00
  • f6803bce2c Infer many to many fields Dave Halter 2020-04-25 16:17:47 +02:00
  • 6bff30fbbb Include Django stubs as a third party repo Dave Halter 2020-04-25 13:43:52 +02:00
  • 6d927d502e Make sure that infering the Django User model works Dave Halter 2020-04-25 00:38:15 +02:00
  • 2e1284f044 Fix a recursion error issue Dave Halter 2020-04-25 00:24:26 +02:00
  • 11eb4f8fde Remove unused imports Dave Halter 2020-04-23 23:52:51 +02:00
  • c19c13e2c6 Apply tuple-only filtering to apply more broadly Peter Law 2020-04-24 16:44:25 +01:00
  • 891383f8dc Use get_annotated_class_object over execute_annotation Peter Law 2020-04-24 16:32:00 +01:00
  • ce1ac38cde Implement get_annotated_class_object for Tuples Peter Law 2020-04-24 16:25:19 +01:00
  • df951733cd Rename variable to placate mypy Peter Law 2020-04-24 12:45:05 +01:00
  • 912fe68069 Fix typos in api.classes docstrings Josh Bax 2020-04-23 14:32:32 -07:00
  • be82d5ff36 Remove a redundant check from Name.desc_with_module Josh Bax 2020-04-23 14:05:11 -07:00
  • 784f9ff081 Actually fix #1556, forgot to add this in 94d374c9ce Dave Halter 2020-04-23 10:10:58 +02:00
  • 0f39135ae5 Start changelog for 0.17.1 Dave Halter 2020-04-22 23:14:40 +02:00
  • 94d374c9ce Fix a small issue with the help method, fixes #1556 Dave Halter 2020-04-22 17:32:40 +02:00
  • f3152a8c2b Django is not supported for Python 2 Dave Halter 2020-04-22 09:44:31 +02:00
  • f3eaa418bb Work with a NameWrapper, so Django goto works better Dave Halter 2020-04-22 09:32:31 +02:00
  • f9176578ea Fix another django modelfield issue Dave Halter 2020-04-22 00:54:43 +02:00
  • 17eeb73767 Some nitpicks Dave Halter 2020-04-22 00:41:59 +02:00
  • 7756792bba Fix another issue with foreign keys Dave Halter 2020-04-22 00:33:51 +02:00
  • ba4e3393d3 Fix ForeignKey issues with invalid values Dave Halter 2020-04-22 00:27:06 +02:00
  • 1a89fafce4 Some other small refactorings Dave Halter 2020-04-22 00:15:35 +02:00
  • df307b8eda Refactor a few things for django Dave Halter 2020-04-22 00:05:35 +02:00
  • d96887b102 Remove old third party django tests Dave Halter 2020-04-21 23:43:59 +02:00
  • 89ad9a500b Use debug instead of print for Django and fix indentation, see #1467 Dave Halter 2020-04-21 23:41:54 +02:00
  • 086728365c Make Django test optional Dave Halter 2020-04-21 23:36:00 +02:00
  • f9e36943d4 Merge branch 'master' of https://github.com/ANtlord/jedi Dave Halter 2020-04-21 23:22:40 +02:00
  • b5c1c6d414 Django plugin test of ManyToManyField is added and marked for future implementation. ANtlord 2020-04-21 10:56:22 +03:00
  • df76b2462e Review corrections. ANtlord 2020-04-20 10:31:03 +03:00
  • 343a10d491 Drop redundant blank line Peter Law 2020-04-19 14:42:57 +01:00
  • 72c52f5f15 Add type match guard Peter Law 2020-04-19 14:29:44 +01:00
  • cfa01d3ac5 Add handling of nested generic tuples Peter Law 2020-04-19 14:10:03 +01:00
  • f8e7447d35 Add handling of nested generic callables Peter Law 2020-04-19 13:12:54 +01:00
  • 2ac806e39f Add test which demonstrates incomplete generic Callable handling Peter Law 2020-04-19 12:50:24 +01:00
  • 7ebbf9da44 Make this test case obey typing rules in Python Peter Law 2020-04-18 22:56:46 +01:00
  • 1c4a2edbdb Fix construction of nested generic tuple return types Peter Law 2020-04-18 19:43:47 +01:00
  • 1d3082249f Debug information corrections. ANtlord 2020-04-18 18:51:12 +03:00
  • 09950233e7 Django is designated in test dependencies. ANtlord 2020-04-18 18:36:04 +03:00
  • d48575c8c5 Simple tests of Django plugin are added. ANtlord 2020-04-18 16:13:48 +03:00
  • f8a0cf76c8 Merge branch 'master' of github.com:davidhalter/jedi ANtlord 2020-04-18 14:25:24 +03:00
  • 851e0d59f0 Better developer tools Dave Halter 2020-04-18 12:19:14 +02:00
  • 10b2de2c3f Make the linter completely private Dave Halter 2020-04-18 11:23:25 +02:00
  • 3718d62e24 Make sure that calling Jedi with a random argument in CLI results in errors Dave Halter 2020-04-18 11:23:12 +02:00
  • a793dd7c91 Fix a small _get_annotated_class_object, fixes #1550 Dave Halter 2020-04-18 00:36:32 +02:00
  • 0850b86456 Also don't complete keywords if kwargs only are allowed, see #1541 Dave Halter 2020-04-17 23:51:40 +02:00
  • f07dee3564 Completion: Don't suggest variables when only kwargs are legal, fixes #1541 Dave Halter 2020-04-17 22:58:55 +02:00
  • f871f5e726 fix #1548 xu0o0 2020-04-17 17:33:44 +08:00
  • 803c3cb271 * Use an explicit environment for subprocess to ensure that existing environment variables are not inherited. This ensures more reliable results, see issue #1540. * Attempt to send SYSTEMROOT variable to Windows subprocess Ryan Clary 2020-04-15 15:27:33 -07:00
  • 7ff76bb7d0 Sort test_project::test_search results to fix failures Michał Górny 2020-04-15 07:54:01 +02:00
  • e7feeef64e Inc difference limit in TestSetupReadline::test_import for py3.8 Michał Górny 2020-04-15 09:50:36 +02:00
  • 8aaa8e0044 Project._python_path -> Project.environment_path v0.17.0 Dave Halter 2020-04-14 23:14:01 +02:00
  • cbfbe7c08d Set the release date in Changelog Dave Halter 2020-04-14 22:59:17 +02:00
  • 81926a785c Some README improvements Dave Halter 2020-04-14 00:06:32 +02:00
  • 9ccb596f93 Extract now properly validates line/column and those two params are required Dave Halter 2020-04-13 23:15:42 +02:00
  • 25db8de0da Some minor CHANGELOG changes Dave Halter 2020-04-13 22:40:06 +02:00
  • 24dffe4226 Upgrade parso version Dave Halter 2020-04-13 22:33:51 +02:00
  • c3fc129695 Fix a small issue Dave Halter 2020-04-12 00:54:31 +02:00
  • 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 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