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
0d1a45ddc16c7046b22f4ec51a12351ebbb0896a
jedi-fork
/
jedi
/
api
History
Ryan Clary
7ec8454fc1
* Provide option to pass environment variables to Environment and CompiledSubprocess (subprocess.Popen)
...
* Extend this option to find_system_enviornments and get_system_environment without breaking API
2020-06-21 08:08:32 -07:00
..
refactoring
Fix a small extract_variable issue,
fixes
#1611
2020-06-13 01:35:58 +02:00
__init__.py
Make sure that scopes can only be exact values, see
#1590
2020-06-05 23:04:39 +02:00
classes.py
Fix potential AttributeError in get_defintion_start_position/get_defintion_end_position, see
#1584
2020-05-18 19:21:04 +02:00
completion_cache.py
Add a completion cache for numpy/tensorflow,
fixes
#1116
2020-01-05 18:13:24 +01:00
completion.py
Fix a small issue with doctest completions,
fixes
#1585
2020-06-05 13:35:36 +02:00
environment.py
* Provide option to pass environment variables to Environment and CompiledSubprocess (subprocess.Popen)
2020-06-21 08:08:32 -07:00
errors.py
Add SyntaxError.get_message
2020-06-16 08:51:54 +02:00
exceptions.py
Document errors better
2020-03-14 15:15:09 +01:00
file_name.py
Merge branch 'master' into refactor
2020-03-13 23:53:09 +01:00
helpers.py
Fix decorator param completion
2020-06-15 00:34:55 +02:00
interpreter.py
compiled_object -> compiled_value
2020-01-25 18:25:19 +01:00
keywords.py
Separate getting docstrings and getting signatures for names, see discussion
#1466
2020-01-01 23:05:06 +01:00
project.py
Remove the common folder and move it to a common file
2020-05-08 13:23:56 +02:00
replstartup.py
Added file fuzzy match and refactored
2019-10-22 15:50:16 +01:00
strings.py
Some minor refactorings for string quotes
2020-03-11 19:32:26 +01:00