This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
You've already forked jedi-fork
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
24a06d2bf98315f83deba3dbe1cde7f5cffbd19f
jedi-fork
/
jedi
/
api
T
History
Nikhil Mitra
8d0c4d3cec
Resolve path in get_cached_default_environment() in api/environment.py to
...
prevent unnecessary cache busting when using pipenv.
2019-04-05 15:21:46 +02:00
..
__init__.py
Merge branch 'master' of github.com:davidhalter/jedi
2019-03-08 16:23:46 +01:00
classes.py
Don't create a FunctionExecutionContext if it's not used.
2018-08-03 00:25:25 +02:00
completion.py
Don't use internal parso APIs if possible
2018-06-29 10:04:03 +02:00
environment.py
Resolve path in get_cached_default_environment() in api/environment.py to
2019-04-05 15:21:46 +02:00
exceptions.py
A possible introduction for projects
2018-01-15 23:57:08 +01:00
helpers.py
Improve an error message, see
#1279
2019-02-16 04:32:03 +01:00
interpreter.py
All modules now have a code_lines attribute, see
#1062
2018-03-16 10:20:26 +01:00
keywords.py
Use set literals
2018-01-07 10:40:36 +02:00
project.py
fixing permission denied errors with project.json
2019-02-16 04:28:26 +01:00
replstartup.py
Document that using the REPL autocompletion is only available on Linux/Mac,
fixes
#1184
2018-09-30 13:36:05 +02:00