Commit Graph

  • 6a480780f8 Some more tests Dave Halter 2019-07-26 14:51:30 +02:00
  • 41dc5382fa Make nesting of *args/**kwargs possible to understand. Dave Halter 2019-07-26 14:42:20 +02:00
  • ba160e72ab Some more signature progress Dave Halter 2019-07-26 14:29:33 +02:00
  • 0703a69369 Some progress in signature understanding Dave Halter 2019-07-26 12:11:45 +02:00
  • c490d37c2d Start getting signature inferring working Dave Halter 2019-07-26 02:54:50 +02:00
  • 84219236a7 Remove an import Dave Halter 2019-07-25 14:15:52 +02:00
  • 57fd995727 Small refactoring Dave Halter 2019-07-25 14:15:26 +02:00
  • a803d687e2 Skipped Python 2 Interpreter tests the wrong way Dave Halter 2019-07-24 13:44:26 +02:00
  • c7927fb141 Remove a paragraph in docs that was arguing that stubs and generics (and other things) were not properly supported, fixes #1012 Dave Halter 2019-07-24 13:41:33 +02:00
  • 05d9602032 Fix partial signatures for MixedObject Dave Halter 2019-07-24 12:58:20 +02:00
  • e76120da06 Fix partial signatures, fixes #1371 Dave Halter 2019-07-24 02:28:12 +02:00
  • 25bbecc269 Make sure with a test that the staticmethod signature is also correct Dave Halter 2019-07-24 01:15:48 +02:00
  • 08bb9cfae7 Fix classmethod signature, fixes #498 Dave Halter 2019-07-24 01:06:49 +02:00
  • 703b747a31 Deal with annotation on *args and **kwargs correctly, fixes #980 Dave Halter 2019-07-23 23:56:30 +02:00
  • ff149b74e0 Use LazyContextWrapper more Dave Halter 2019-07-23 13:59:08 +02:00
  • 3d08eb92d5 Very small refactoring Dave Halter 2019-07-23 13:08:57 +02:00
  • 02d16ac55c Fix for failing assertion on native modules Issue #1354 (#1370) Johannes-Maria Frank 2019-07-23 12:02:08 +01:00
  • 18eb7622ba Skip numpydoc tests for Python 2 Dave Halter 2019-07-22 00:49:35 +02:00
  • 13dd173664 Remove code that didn't mean anything Dave Halter 2019-07-22 00:39:19 +02:00
  • 73c078ec7a Fix docstrings for wrapped functions, fixes #906 Dave Halter 2019-07-21 12:18:51 +02:00
  • cdf50e2a69 Fix an isue about dict ordering in Python before 3.6. Dave Halter 2019-07-19 12:54:22 +02:00
  • 2b0b29f921 Make it clearer when get_param is used. Dave Halter 2019-07-19 11:57:55 +02:00
  • 0dc60fb535 A small dataclass refactoring Dave Halter 2019-07-19 11:44:11 +02:00
  • 5722a3458e Evaluate annotations for dataclasses when infer is called on param Dave Halter 2019-07-19 11:42:08 +02:00
  • 93c52f615a Get inheritance of dataclass right Dave Halter 2019-07-19 11:35:13 +02:00
  • 050d686a27 A first working iteration of dataclass signatures, fixes #1213 Dave Halter 2019-07-19 02:01:36 +02:00
  • 7156ddf607 Remove an unused function Dave Halter 2019-07-19 01:32:27 +02:00
  • 1cccc832b6 Dataclass progress Dave Halter 2019-07-19 01:27:37 +02:00
  • fd4eca5e03 Add enum changes to changelog Dave Halter 2019-07-18 12:19:21 +02:00
  • 1d9b9cff47 Fix a recursion error about getting metaclasses Dave Halter 2019-07-18 12:02:17 +02:00
  • f4fe113c0f One test about recursion issues only applied to Python 2 Dave Halter 2019-07-18 12:00:47 +02:00
  • c7fc715535 Use class filters in instances differently so metaclass plugins work, fixes #1090 Dave Halter 2019-07-18 11:20:54 +02:00
  • eeea88046e First step in working with metaclasses in plugins, see #1090. Dave Halter 2019-07-18 10:33:28 +02:00
  • dea887d27d Refactor the plugin registry Dave Halter 2019-07-16 12:48:54 +02:00
  • 8329e2e969 Remove classes from plugins and use decorators instead Dave Halter 2019-07-16 10:23:19 +02:00
  • 60415033b4 Prepare the v0.14.1 release v0.14.1 Dave Halter 2019-07-13 16:00:27 +02:00
  • a06d760f45 Use fixture names everywhere Dave Halter 2019-07-10 23:26:59 -07:00
  • b7687fcfb7 Cleanup a test file Dave Halter 2019-07-10 23:23:18 -07:00
  • 0ec86d5034 Use parametrize instead of TestCase Dave Halter 2019-07-10 23:22:10 -07:00
  • cef23f44cd Remove a TestCase class usage Dave Halter 2019-07-10 19:32:19 -07:00
  • e889a4923e Use pytest.mark.parametrize for something instad of a class Dave Halter 2019-07-10 19:04:12 -07:00
  • 114aba462c Use the names fixture even more Dave Halter 2019-07-10 19:00:24 -07:00
  • 26c7cec7b5 Use the names fixture more Dave Halter 2019-07-10 18:39:33 -07:00
  • 3e3a33ab79 A small rename Dave Halter 2019-07-10 18:38:24 -07:00
  • 7f386e0e68 Refactor names tests Dave Halter 2019-07-10 18:34:40 -07:00
  • 82d970d2b8 A small refactoring Dave Halter 2019-07-10 18:24:21 -07:00
  • 3ed9e836cc Make sure __wrapped__ works properly when using an Interpreter, fixes #1353 Dave Halter 2019-07-10 15:58:16 -07:00
  • f984e8d6ef Small refactoring Dave Halter 2019-07-10 15:38:41 -07:00
  • 670cf4d394 Make API param names appear without leading double underscores, fixes #1357 again Dave Halter 2019-07-10 12:10:12 -07:00
  • e85fba844c Fix some call signature tests Dave Halter 2019-07-09 00:46:53 -07:00
  • ee5557ddf6 Make expected index work in Python 3 Dave Halter 2019-07-09 00:37:33 -07:00
  • 42f72b219b Test both closing brackets and non-closing brackets for CallSignature.index Dave Halter 2019-07-09 00:16:53 -07:00
  • 374721b789 Fix a case with errors Dave Halter 2019-07-09 00:04:53 -07:00
  • 01cec186ae Move some code around Dave Halter 2019-07-08 22:52:04 -07:00
  • 3fb89f9f9b Fix some kwargs cases Dave Halter 2019-07-08 22:38:22 -07:00
  • a0b4e76c1a Fix some *args issues Dave Halter 2019-07-08 17:03:45 -07:00
  • 97bf83aa03 Deal better with some error nodes Dave Halter 2019-07-08 14:26:11 -07:00
  • ca7658cab7 Delete unused code Dave Halter 2019-07-08 13:29:46 -07:00
  • dd78f4cfbf Fix some error node handling for call signatures Dave Halter 2019-07-08 13:22:07 -07:00
  • 08019075c3 Fix CallSignature index for a looot of cases, fixes #1364,#1363 Dave Halter 2019-07-08 12:40:58 -07:00
  • 943617a94f Use recursion rather than other stuff Dave Halter 2019-07-05 23:51:24 -07:00
  • d579c0ad57 Even more refactorings Dave Halter 2019-07-05 15:24:39 -07:00
  • 76c6104415 small name refactoring Dave Halter 2019-07-05 14:35:48 -07:00
  • ef9d803ce3 Refactor some call details Dave Halter 2019-07-05 14:30:59 -07:00
  • a26cb42d07 Disable a test for Python 2 Dave Halter 2019-07-04 09:31:22 -07:00
  • 6b9b2836ba Fix pow() signature, fixes #1357 Dave Halter 2019-07-04 00:29:57 -07:00
  • abdb8de89d Merge branch 'master' of github.com:davidhalter/jedi Dave Halter 2019-07-03 23:49:18 -07:00
  • ac492ef598 Fix signature to_string Dave Halter 2019-07-03 23:44:58 -07:00
  • 947bfe7b78 Fix an issue with keyword params, fixes #1356 Dave Halter 2019-07-03 22:35:46 -07:00
  • be6c90d135 Simplify some test code for param defaults, see #1356 Dave Halter 2019-07-03 19:43:32 -07:00
  • 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 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