Commit Graph

  • 3b4f292464 Move the evaluate package to inference Dave Halter 2019-08-15 00:12:11 +02:00
  • e4d1e5455f test_evaluate -> test_inference Dave Halter 2019-08-14 23:56:44 +02:00
  • a23bbbfbb9 Remove some docstrings that are outdated Dave Halter 2019-08-14 23:51:49 +02:00
  • 7ce77b724d Merge pull request #1382 from Carreau/scandir Dave Halter 2019-08-13 22:08:15 +02:00
  • f06e7f55c0 fix version check Matthias Bussonnier 2019-08-13 09:22:19 -07:00
  • f47211c129 Use scandir on py3.5+ for less disk access on filename completion Matthias Bussonnier 2019-08-12 17:56:29 -07:00
  • 9cc3b18d52 evaluation -> type inference and a few similar changes Dave Halter 2019-08-12 10:13:23 +02:00
  • 4619552589 Evaluation -> type inference Dave Halter 2019-08-12 10:11:41 +02:00
  • 467839a9ea execute_evaluated -> execute_with_values Dave Halter 2019-08-12 09:43:57 +02:00
  • 084995c378 Bump version Dave Halter 2019-08-13 01:29:01 +02:00
  • 005f69390c Write the CHANGELOG for 0.15.1 v0.15.1 Dave Halter 2019-08-13 00:18:45 +02:00
  • ecca190462 Remove forgotten debug/print in filename completion. (#1380) Matthias Bussonnier 2019-08-12 03:37:21 -07:00
  • 5d0d09bb7d staticmethod and a few other cases might not have properly returned its signatures Dave Halter 2019-08-12 09:37:59 +02:00
  • 972cae4859 Remove reference to a file that doesn't exist anymore Dave Halter 2019-08-12 00:24:35 +02:00
  • 77bc2d548a Bump version to make it clear that it's a different one than the current one Dave Halter 2019-08-12 00:22:48 +02:00
  • 35e5cf2c2a A small Changelog improvement v0.15.0 Dave Halter 2019-08-11 20:49:49 +02:00
  • c6f0ecd223 Cleanup Changelog for the next release Dave Halter 2019-08-11 20:37:50 +02:00
  • f727e4e661 Make it possible to access functions that were inherited, see #1347 Dave Halter 2019-08-11 20:32:22 +02:00
  • 1ad4003740 Messed up a Windows test Dave Halter 2019-08-11 20:12:33 +02:00
  • 1108ad9994 Again a small windows issue fixed. Dave Halter 2019-08-11 20:01:12 +02:00
  • f7f9b1e5ec Need to escape the path backslash for windows slashes Dave Halter 2019-08-11 19:54:54 +02:00
  • c3d40949b1 Make it possible to access properties again Dave Halter 2019-08-11 11:16:01 +02:00
  • a7accf4171 A small compatibility fix Dave Halter 2019-08-11 01:54:26 +02:00
  • ab80646b86 Fix an issue with type vars that might have been a problem for other things as well Dave Halter 2019-08-11 01:28:09 +02:00
  • 3d0ac09fc9 Don't add quotes after paths if they are already there Dave Halter 2019-08-10 18:37:10 +02:00
  • 0a84678a60 A small speed optimization that helps a lot with sys.version_info >= (3, 0) patterns in typeshed Dave Halter 2019-08-10 15:30:51 +02:00
  • 4a5c992b1a Remove an unnecessary isinstance usage Dave Halter 2019-08-10 14:41:47 +02:00
  • 04b7c99753 Make CompiledValue lazy Dave Halter 2019-08-10 14:36:40 +02:00
  • 499408657b A python 2 fix Dave Halter 2019-08-08 17:07:54 +02:00
  • 4ec3fb6e12 Fix an error that occured because of some refactorings Dave Halter 2019-08-08 11:03:27 +02:00
  • 463cbb1595 Fix one more os.path.join issue Dave Halter 2019-08-08 09:31:13 +02:00
  • 03608151e8 Fix more issues with os.path path completion Dave Halter 2019-08-08 01:48:25 +02:00
  • 822394663c Make join detection much easier Dave Halter 2019-08-08 01:03:31 +02:00
  • 52517f78b1 Fix some remaining issues with file path completions Dave Halter 2019-08-07 23:00:27 +02:00
  • a191b7b458 A few more tests for path completions (join) Dave Halter 2019-08-07 21:11:48 +02:00
  • e68273c0ff Fix quote completions for os.path.join path completions Dave Halter 2019-08-07 20:54:22 +02:00
  • aeff5faa3d Fix first param argument of os.path.join file completions Dave Halter 2019-08-07 20:39:47 +02:00
  • 0fd3757a51 Fix arglist/trailer issues Dave Halter 2019-08-07 10:16:05 +02:00
  • 1b064c1078 in os.path.join completions, directories should not end in a slash Dave Halter 2019-08-07 01:37:58 +02:00
  • 5726c29385 Make some file path completions in os.path.join work Dave Halter 2019-08-07 01:34:46 +02:00
  • 7c1c4981fb Fix os.path.join static value gathering Dave Halter 2019-08-06 22:48:28 +02:00
  • 81488bcd20 os.path.sep should always have a clear value Dave Halter 2019-08-06 19:57:16 +02:00
  • 99008eef43 Fix string name completion for stuff like dirname and abspath Dave Halter 2019-08-06 19:38:16 +02:00
  • 3a9dc0ca2e Fix bytes issue with file path adding Dave Halter 2019-08-06 01:07:42 +02:00
  • 98a550e352 Python 2 compatibility Dave Halter 2019-08-06 00:36:50 +02:00
  • 4b8505b78d Make __file__ return the correct value Dave Halter 2019-08-05 17:48:30 +02:00
  • b7c2bacbd2 Fix string additions when used in certain ways Dave Halter 2019-08-05 10:11:36 +02:00
  • 8108122347 Make string additions work for file path completion Dave Halter 2019-08-05 01:42:58 +02:00
  • 45dada9552 Fix interpeter project path Dave Halter 2019-08-05 00:43:37 +02:00
  • 38e0cbc1d2 Fix the REPL completer for file path completions Dave Halter 2019-08-04 23:08:25 +02:00
  • e008a515e3 Fix a few more file name completion cases Dave Halter 2019-08-04 22:43:23 +02:00
  • fd1e6afd07 A first iteration for file path completions Dave Halter 2019-08-04 13:50:23 +02:00
  • 9dd088f3db Fix a test failure Dave Halter 2019-08-03 14:58:57 +02:00
  • 8e1417e3ce Add Definition.execute, fixes #1076 Dave Halter 2019-08-03 02:01:30 +02:00
  • 97526aa320 Add tests to show that #516 is not working, yet Dave Halter 2019-08-02 22:31:26 +02:00
  • 16e0351897 List possible Definition.type in its docstring, fixes #1069. Dave Halter 2019-08-02 21:16:58 +02:00
  • c0c7c949fd Start writing the Changelog for 0.15.0 Dave Halter 2019-08-02 17:17:25 +02:00
  • b8bc4060dd 3.8-dev should not be allowed to fail Dave Halter 2019-08-02 16:14:34 +02:00
  • c737e3ee40 Skip more Python 2 tests Dave Halter 2019-08-02 15:54:10 +02:00
  • 4c3d4508e9 Skipping of tests was done the wrong way again Dave Halter 2019-08-02 15:50:06 +02:00
  • 70bcc9405f Skip the right tests Dave Halter 2019-08-02 15:25:20 +02:00
  • 6a82f60901 Parameter.kind is not avaialble in Python 3.5 Dave Halter 2019-08-02 13:49:01 +02:00
  • 814998253a Fix Python 2 test issues Dave Halter 2019-08-02 13:44:04 +02:00
  • a22c6da89f Add a few docstrings to make some things clearer Dave Halter 2019-08-02 13:16:18 +02:00
  • 876a6a5c22 Add ParamDefinition.kind, fixes #1361 Dave Halter 2019-08-02 13:11:41 +02:00
  • 642e8f2aa6 Make it possible to format a param to a string, fixes #1074 Dave Halter 2019-08-02 12:15:05 +02:00
  • a64ef2759c Add another test for signature annotations Dave Halter 2019-08-02 11:26:26 +02:00
  • d58bbce24f Add Signature.to_string() with proper tests, fixes #779, fixes #780 Dave Halter 2019-08-02 11:13:01 +02:00
  • ca6a7215e2 Test infer_default Dave Halter 2019-08-02 10:41:04 +02:00
  • 93b7548f1a Use a helper to create definitions Dave Halter 2019-08-02 10:30:23 +02:00
  • 24db05841b Add a execute_annotation option to infer_annotation Dave Halter 2019-08-02 10:23:52 +02:00
  • 375d1d57fb Test infer_annotation Dave Halter 2019-08-02 09:57:40 +02:00
  • c2e50e1d0d Make it possible for users to infer annotations/defaults Dave Halter 2019-08-01 18:27:37 +02:00
  • 7988c1d11b A first iteration of adding signatures to the API, fixes #1139 Dave Halter 2019-08-01 17:48:10 +02:00
  • 8ab2a5320e Fix a caching issue Dave Halter 2019-08-01 02:10:46 +02:00
  • b5a62825ce Forgot the right resolve_stars parameters in one place Dave Halter 2019-07-31 23:05:24 +02:00
  • ec70815318 Cache getting resolved param names Dave Halter 2019-07-31 22:54:29 +02:00
  • a739c17a6f Turn around resolve_stars, it shouldn't by default be resolved Dave Halter 2019-07-31 18:51:21 +02:00
  • ab5f4b6774 Remove a class that is not needed anymore Dave Halter 2019-07-31 18:44:53 +02:00
  • a5a544cb09 Revert "Use __str__ instead of to_string" Dave Halter 2019-07-31 18:39:17 +02:00
  • 7d2374ed81 Fix the last remaining issues with function signature Dave Halter 2019-07-31 18:29:41 +02:00
  • 97b642a3e1 overloaded_functions should be private Dave Halter 2019-07-31 00:11:08 +02:00
  • 1151700114 Use __str__ instead of to_string Dave Halter 2019-07-31 00:00:37 +02:00
  • 75f654b944 Better repr for CallSignature Dave Halter 2019-07-30 23:55:58 +02:00
  • bb852c3e85 Fix some minor signature issues Dave Halter 2019-07-30 23:48:54 +02:00
  • 1fbb69b35a Remove the unused function signature_matches Dave Halter 2019-07-30 10:01:50 +02:00
  • 0352c3250a Fix signatures for __init__ calls when used with supers, fixes #1163 Dave Halter 2019-07-30 01:34:18 +02:00
  • 268f828963 Fix some issues for args resolving in method calls Dave Halter 2019-07-30 01:28:51 +02:00
  • 21508a8c79 Remove a bit of code that i sprobably unused Dave Halter 2019-07-30 00:38:42 +02:00
  • f9de26f72c Move get_signatures from Function to FunctionMixin Dave Halter 2019-07-29 20:17:03 +02:00
  • 22580f771c Merge the signature changes Dave Halter 2019-07-29 00:28:57 +02:00
  • 9b338f69a6 Add a comment about wraps Dave Halter 2019-07-29 00:28:12 +02:00
  • fa0424cfd6 Fix signatures for wraps, see #1058 Dave Halter 2019-07-29 00:12:58 +02:00
  • f6808a96e0 Skip pre python 3.5 Dave Halter 2019-07-28 20:40:32 +02:00
  • 02bd7e5bc7 Some small args adaptions Dave Halter 2019-07-28 20:22:28 +02:00
  • e8e3e8c111 Deal better with non-functions Dave Halter 2019-07-28 19:52:48 +02:00
  • c8588191f9 Some more small fixes Dave Halter 2019-07-28 18:09:08 +02:00
  • 97e7f608df Don't return multiple used names for signatures Dave Halter 2019-07-28 17:51:40 +02:00
  • fae2c8c060 Move args resolving to a different file Dave Halter 2019-07-28 17:41:28 +02:00
  • b4f2d82867 A new approach of getting arguments Dave Halter 2019-07-28 17:31:17 +02:00