mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
a79a1fb Merge branch 'parso' 58141f1 Don't use requirements for now, and use the git version instead in tox e0e2be3 Add a better comment about why people need to upgrade parso 1e7662c Prepare release of 0.12.1 68974ae Don't use internal parso APIs if possible c208d37 Remove code that is no longer used, because parso was refactored. 3847406 Make jedi work with the next parso release 95f835a Force unicode when listing module names 282c6a2 Use highest possible pickle protocol ea71ded Include stderr with "subprocess has crashed" exception (#1124) 106b11f Set stdout and stdin to binary mode on Python 2 and Windows f9e90e8 Use system default buffering on Python 2 197aa22 Use cPickle on Python 2 if available e96ebbe Add tests for DefaultDict support. 55941e5 Add support for DefaultDict on jedi_typing.py. ff4a773 Parse correct AST attribute for version 70c2fce Replace distutils.spawn.find_executable with shutil.which 5dab97a Add an error message, see also #1139. e2cd228 Dict comprehension items call should now work, fixes #1129 c1014e0 Fix flow analysis test 62a3f99 Fix a wrong branch check, fixes #1128 6ebe3f8 Drop 3.3 tests from travis 50812b5 A simple yield should not cause an error, fixes #1117 d10eff5 Travis: report coverage also to codecov.io 6748faa Fix _get_numpy_doc_string_cls: use cache fc14aad Fix namespace autocompletion error 3c909a9 Travis: remove TOXENV=cov from allowed failures b94b45c Environment._get_version: add msgs with exceptions a95274d None/False/True are atom non-terminals in the syntax tree, fixes #1103 8d48e74 When searching submodules, use all of __path__, fixes #1105 9149956 Specially crafted docstrings sometimes lead to errors, fixes #1103 ba96c21 Follow up from the last async issue, fixes more related things about #1092. 8494164 Fix an async funcdef issue, fixes 1092. 4075c38 In some very rare cases it was possible to get an interpreter crash because of this bug. Fixes #1087 0bcd170 Start using our own monkeypatch function for some things ceb5509 Include function return type annotation in docstring if it is present 88243d2 Don't catch IndexError where we don't have to 5f37d08 Extend create_environment to accept an executable path aa6857d check_fs: handle FileNotFoundError