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
2b1cbe4d42a69f5407d9603f077d4e5717e14517
jedi-fork
/
jedi
/
evaluate
/
compiled
History
micbou
95f835a014
Force unicode when listing module names
...
pkgutil.iter_modules may return the module name as str instead of unicode on Python 2.
2018-06-24 22:41:14 +02:00
..
fake
Fix some more dict.get/dict.values stuff
2018-02-02 18:24:18 +01:00
subprocess
Force unicode when listing module names
2018-06-24 22:41:14 +02:00
__init__.py
Fix some fstring issues for now
2018-04-05 01:11:04 +02:00
access.py
Use inspect.Parameter.kind for better differentiation between param types
2018-03-13 22:47:08 +01:00
context.py
Don't catch IndexError where we don't have to
2018-04-20 01:46:32 +02:00
fake.py
Eliminate is_py3 usages
2017-12-28 01:55:39 +01:00
getattr_static.py
Merge with master
2018-01-20 19:32:59 +01:00
mixed.py
In some very rare cases it was possible to get an interpreter crash because of this bug.
Fixes
#1087
2018-04-23 21:26:51 +02:00