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
6e3b5dfb23ca054545638f07c3ca75d6356a20c9
jedi-fork
/
jedi
T
History
ColinDuquesnoy
6e3b5dfb23
Add memoize_function to cache and use it in fake.get_faked
...
The previously added test should now pass.
Fix
#591
2015-12-13 20:10:09 +01:00
..
api
jedi.api.Script: document sys_path parameter and VIRTUAL_ENV variable
2015-10-26 13:37:18 +03:00
evaluate
Add memoize_function to cache and use it in fake.get_faked
2015-12-13 20:10:09 +01:00
parser
Fix issue with lambda parsing; new test cases now pass.
2015-10-24 23:34:10 +00:00
__init__.py
Jedi description update.
2015-04-08 11:47:58 +02:00
__main__.py
change the default linter command from 'force' to 'linter'
2014-07-21 16:15:42 +02:00
_compatibility.py
find_module_py33: use str(e) with ValueError
2015-05-09 23:05:30 +02:00
cache.py
Add memoize_function to cache and use it in fake.get_faked
2015-12-13 20:10:09 +01:00
common.py
Remove hasattr/next from _compatibility (not used anymore), thanks @dongweiming for noticing.
2015-03-06 00:25:42 +01:00
debug.py
unicode strings should not raise an error if used in repr.
2015-03-25 23:42:52 +01:00
refactoring.py
Fix a few tokenize tests and merge them back together.
2014-11-26 16:09:28 +01:00
settings.py
Playing with the fast parser implementation.
2015-01-16 15:23:49 +01:00
utils.py
Versions should be PEP440 compatible,
fixes
#521
.
2015-01-05 13:15:34 +01:00