Commit Graph

  • 37ec79241c Remove the only param for AnonymousArguments. Dave Halter 2017-09-09 17:23:54 +02:00
  • 04c4313dc7 Start refactoring arguments. Dave Halter 2017-09-09 15:43:37 +02:00
  • 2f213f89e5 Remove code that was scheduled for removal. Dave Halter 2017-09-07 18:17:06 +02:00
  • 12a6a388cd removed reference to autocomplete-python kept only ref to autocomplete-python-jedi Guglielmo Saggiorato 2017-08-24 09:00:15 +02:00
  • 06fac596d9 corrected typo in docs/docs/usage.rst Guglielmo Saggiorato 2017-08-22 14:04:21 +02:00
  • 7c4a96fbfa Citing autocomplete-python-jedi alongside to autocomplete-python Guglielmo Saggiorato 2017-08-22 14:02:02 +02:00
  • 4841b8d491 Merge branch 'master' of github.com:davidhalter/jedi Dave Halter 2017-09-07 10:46:15 +02:00
  • 794880b8a8 Prepare for version 0.11.0. Dave Halter 2017-09-07 10:43:40 +02:00
  • c4601b835f Don't go crazy with big lists. Dave Halter 2017-09-07 01:25:49 +02:00
  • a0bf465aee Fix an issue in stdlib path checking. Dave Halter 2017-09-07 01:10:54 +02:00
  • d2b4e0511f Ignore stdlib paths for dynamic param inference. Dave Halter 2017-09-07 00:09:14 +02:00
  • 8d06e9f9c9 Do some parser tree caching. This might be important for recursions. Dave Halter 2017-09-05 19:00:37 +02:00
  • 16ad43922f Aldo change CachedMetaClass a bit to use the same memoize decorator. Dave Halter 2017-09-05 18:52:12 +02:00
  • e85000b798 Replace memoize_default with two nicer functions. Dave Halter 2017-09-05 18:45:06 +02:00
  • e81486894f Prepare for eventual cache changes. Dave Halter 2017-09-05 18:38:32 +02:00
  • 2aa5da8682 Parso was finally released. Dave Halter 2017-09-05 18:19:10 +02:00
  • 6c85ec1a6d Fix typos. Jakub Wilk 2017-09-05 00:16:56 +02:00
  • 882f8029ea Use split_lines and python_bytes_to_unicode directly. Dave Halter 2017-09-03 18:38:00 +02:00
  • ef89593896 Disable more tests in Python2.6, because of set literals that don't exist there. Dave Halter 2017-09-03 02:01:43 +02:00
  • 957f2cedf4 Disable some tests that don't run in 2.6, because its syntax doesn't support it. Dave Halter 2017-09-03 01:23:54 +02:00
  • 245ad9d581 Bump parso version. Dave Halter 2017-09-03 01:10:22 +02:00
  • 65c02a2332 A bit of shuffling code around get_definition around. Dave Halter 2017-09-03 01:05:53 +02:00
  • f69d8f1f29 _get_definition -> get_definition in parso. Dave Halter 2017-09-03 00:50:52 +02:00
  • 4795ed9071 More refactoring. Dave Halter 2017-09-03 00:39:15 +02:00
  • 6fb2f73f88 Some more refactorings. Dave Halter 2017-09-03 00:37:20 +02:00
  • b64690afb8 Param defaults were not correctly followed when goto was used on them. Dave Halter 2017-09-03 00:22:59 +02:00
  • e85816cc85 Simplify getting code for completions. Dave Halter 2017-09-03 00:11:23 +02:00
  • fc8326bca1 Finally get rid of the last get_definition. Dave Halter 2017-09-03 00:07:14 +02:00
  • 333babea39 get_definition has now a new option. Dave Halter 2017-09-02 23:56:00 +02:00
  • 747e0aa7c4 Remove a get_definition usage. Dave Halter 2017-09-02 23:23:09 +02:00
  • 4a04bf78c7 Move some code around. Dave Halter 2017-09-02 22:45:23 +02:00
  • 9663e343c2 Almost the last switch to _get_definition. Dave Halter 2017-09-02 22:42:01 +02:00
  • 03da6b5655 get_definition change in finder. Dave Halter 2017-09-02 21:45:56 +02:00
  • 6419534417 Some more _get_definition fixes Dave Halter 2017-09-02 21:37:23 +02:00
  • ee6d68c3a8 Remove a get_definnition usage. Dave Halter 2017-09-02 17:59:09 +02:00
  • 7e19e49200 Start replacing get_definitions. Dave Halter 2017-09-02 17:48:01 +02:00
  • 9cac7462d6 Return statements should be handled correctly if the return_stmt is only a return without an expression behind it. Dave Halter 2017-09-02 14:03:54 +02:00
  • c47f5ca68c Fix issues with yield. Dave Halter 2017-09-01 18:38:19 +02:00
  • e2d53f51b0 test for yields in expressions. Dave Halter 2017-09-01 18:08:52 +02:00
  • 16f1eb417a One more parso rename. Dave Halter 2017-09-01 18:05:19 +02:00
  • 2b08c0ac88 Bump parso to 0.0.3 Dave Halter 2017-08-31 22:54:09 +02:00
  • 3789709ec0 Add the deployment script from parso. Dave Halter 2017-08-31 22:45:27 +02:00
  • fe9be9fe09 source_to_unicode -> python_bytes_to_unicode. Dave Halter 2017-08-15 20:09:44 +02:00
  • f9e31dc941 Refactor splitlines -> split_lines. Dave Halter 2017-08-15 19:55:50 +02:00
  • e3ca1e87ff Simplify Contributing.md. Dave Halter 2017-08-13 22:31:05 +02:00
  • a37201bc1d Finally fixing the Python 2 issues with static_getattr. Dave Halter 2017-08-13 22:24:50 +02:00
  • 13a0d63091 Add Python 2 compatibility. Dave Halter 2017-08-12 23:15:16 +02:00
  • 88cfb2cb91 Remove side effects when accessing jedi from the interpreter. Dave Halter 2017-08-12 22:48:49 +02:00
  • b26b8a1749 Merge branch 'dev' Dave Halter 2017-08-12 22:46:24 +02:00
  • 997cb2d366 Merge branch 'dev' of github.com:davidhalter/jedi into dev Dave Halter 2017-08-12 22:45:47 +02:00
  • 9a43c35a4d fix old_files method Yariv Kenan 2017-08-08 23:31:17 +03:00
  • 3422b21c62 Added Yields test #868 bcolsen 2017-08-09 00:37:29 -06:00
  • 38a690b4e4 add numpydoc to cov in tox.ini bcolsen 2017-08-08 23:41:08 -06:00
  • 77d6de0ae5 fix test skip and py3.6 bcolsen 2017-08-08 23:30:02 -06:00
  • 4f96cdb3b0 Numpydocs doesn't support 2.6 or 3.3 bcolsen 2017-08-08 23:13:16 -06:00
  • d19a97f53a Numpydocs and compiled objects return types bcolsen 2017-02-13 21:41:07 -07:00
  • ff001e07a6 In parso params is now get_params(). Dave Halter 2017-08-06 17:35:05 +02:00
  • 39cbd003c0 A small change in parso changed the normalize API. Dave Halter 2017-08-06 16:43:47 +02:00
  • 8d6732c28c Remove a print statement. Dave Halter 2017-07-16 22:16:13 +02:00
  • 7e4504efbd Fix ellipsis issues of python2. Dave Halter 2017-07-16 20:07:49 +02:00
  • 54490be1b2 parso.load_grammar now needs version as a keyword argument. Dave Halter 2017-07-16 17:16:37 +02:00
  • 2fcd2f8f89 Fix some more stuff because of newer parso changes. Dave Halter 2017-07-14 18:21:52 +02:00
  • 175e57214e Fix instance docstring micbou 2017-07-13 01:42:09 +02:00
  • f5248250d8 Fix keyword docstring micbou 2017-07-12 21:34:39 +02:00
  • 945a2ba405 Dedent some code to avoid issues with parso. Dave Halter 2017-07-09 00:27:23 +02:00
  • 72b4c8bd9f The normalize function is private for now. Dave Halter 2017-07-08 14:10:59 +02:00
  • 270f70ea7e more precise SO link denfromufa 2017-06-25 00:02:02 -05:00
  • e0485b032e Fix some stuff to make parso work again. Dave Halter 2017-06-02 00:00:31 +02:00
  • af26cc9f05 Remove the license parts that are not needed anymore, because they are now part of parso. Dave Halter 2017-06-01 23:59:04 +02:00
  • 5d657500d1 Use the new normalize function instead of get_code(normalize=True) that was removed in parso. Dave Halter 2017-05-27 13:12:11 -04:00
  • b9271cf5a5 Use the parser_cache correctly. Dave Halter 2017-05-26 13:43:18 -04:00
  • 76529ca34d The parser_cache contents have changed. Therefore adapt. Dave Halter 2017-05-26 12:52:52 -04:00
  • 35e248091e Some more parso API changes. Dave Halter 2017-05-26 12:02:39 -04:00
  • 3015e7e60f Remove use_exact_op_types because the default changed. Dave Halter 2017-05-26 11:35:47 -04:00
  • 24cd603fcf Some more parso adaptations. Dave Halter 2017-05-26 09:08:28 -04:00
  • f94ef63ff2 Remove load_python_grammar for tests as well. Dave Halter 2017-05-25 13:36:40 -04:00
  • 3f36824a94 Parso changed load_python_grammar to load_grammar. Dave Halter 2017-05-25 12:41:19 -04:00
  • d0127a7f61 Fix a warning that happened if there was no valid Python function in a place. Dave Halter 2017-05-25 12:26:07 -04:00
  • ef2e2f343e Fix some warnings. Dave Halter 2017-05-25 12:24:12 -04:00
  • 6a320147ac Catch an importlib warning. Dave Halter 2017-05-24 23:43:27 -04:00
  • 4b0b07791e Bump parso version. Dave Halter 2017-05-24 00:42:06 -04:00
  • 7173559182 Move a test to parso. Dave Halter 2017-05-24 00:41:55 -04:00
  • cd8932fbfc Add a latest grammar to the evaluator and use it to avoid importing from parso import parse. Dave Halter 2017-05-24 00:37:36 -04:00
  • b90589b62e Some changes because parso has changed. Dave Halter 2017-05-22 15:42:42 -04:00
  • 91e753e07a The deploy script should create versions prefixed with v. Dave Halter 2017-05-20 18:01:33 -04:00
  • d6f695b3bb Use the ast module instead of a jedi import to get the jedi version. Dave Halter 2017-05-20 17:53:11 -04:00
  • c7984c0710 Add a requirements.txt. Dave Halter 2017-05-20 17:22:24 -04:00
  • fdff9396dd Move an import. Dave Halter 2017-05-20 16:08:43 -04:00
  • aec86c6c80 distutils doesn't support install_requires. Dave Halter 2017-05-20 16:07:38 -04:00
  • f35f1b9676 Add the cache_path parameter to parso calls. Dave Halter 2017-05-20 10:08:48 -04:00
  • 50c7137437 splitlines and source_to_unicode are utils of parso. Dave Halter 2017-05-20 09:55:16 -04:00
  • 0f4b7db56a Move jedi parser cache tests to parso. Dave Halter 2017-05-19 15:04:28 -04:00
  • 3c2b10a2a0 Remove a test that wasn't used for a long time. Dave Halter 2017-05-19 14:45:36 -04:00
  • 576c8cb433 Remove a star import cache test (the star import cache doesn't exist anymore). Dave Halter 2017-05-19 14:24:48 -04:00
  • 9bca3d39f5 Actually use parso now instead of Jedi. Dave Halter 2017-05-19 14:20:14 -04:00
  • ccbaa12143 Add parso as a depencency in setup.py. Dave Halter 2017-05-19 10:29:32 -04:00
  • 32432b1cd1 Remove the parser packages from setup.py. Dave Halter 2017-05-19 10:27:26 -04:00
  • f92e675400 Remove the whole parser. Dave Halter 2017-05-19 10:26:24 -04:00
  • fb1c208985 Remove the tests that have been moved to parso. Dave Halter 2017-05-19 10:23:56 -04:00
  • 3c57f781dd Move another few tests. Dave Halter 2017-05-15 15:18:42 -04:00