This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
You've already forked jedi
mirror of
https://github.com/davidhalter/jedi.git
synced
2025-12-27 07:41:20 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
02234712374e1036fa0c24943f857e5f0f8ee77f
jedi
/
test
/
completion
History
Dave Halter
1ba226d4a2
Typing after all cannot be used in Python 2.6, therefore remove it again and disable the tests for 2.6 that need it.
2016-07-03 12:10:19 +02:00
..
import_tree
…
thirdparty
…
__init__.py
…
arrays.py
Make goto_definitions a lot simpler.
2016-06-11 23:13:04 +02:00
basic.py
…
classes.py
A lot of call signature refactorings. Note that this commit is totally broken.
2016-06-17 00:20:13 +02:00
complex.py
…
comprehensions.py
…
decorators.py
…
definition.py
Some more Python compatibility improvements.
2016-07-03 11:35:07 +02:00
descriptors.py
…
docstring.py
…
dynamic_arrays.py
…
dynamic_params.py
…
flow_analysis.py
…
functions.py
Make goto_definitions a lot simpler.
2016-06-11 23:13:04 +02:00
generators.py
…
goto.py
…
imports.py
Make goto_definitions a lot simpler.
2016-06-11 23:13:04 +02:00
invalid.py
Make goto_definitions a lot simpler.
2016-06-11 23:13:04 +02:00
isinstance.py
…
keywords.py
…
lambdas.py
…
named_param.py
Exchange the completion trailer evaluation logic. It's way more consistent now.
2016-06-23 08:47:43 +02:00
on_import.py
…
ordering.py
…
parser.py
…
pep0484_comments.py
Typing after all cannot be used in Python 2.6, therefore remove it again and disable the tests for 2.6 that need it.
2016-07-03 12:10:19 +02:00
pep0484_typing.py
…
pep0484.py
…
precedence.py
…
stdlib.py
…
sys_path.py
…
types.py
…
usages.py
…