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
9b69f3a20f324dc8ea6fdc02e32dad5c009b5670
jedi-fork
/
jedi
History
Daniel Hahler
4469e654ae
find_module_py33: use str(e) with ValueError
...
ValueError has no message attribute. Fixes
https://github.com/davidhalter/jedi/issues/584
2015-05-09 23:05:30 +02:00
..
api
Usages on syntax should not return anything.
2015-04-28 17:35:26 +02:00
evaluate
Classes should always evaluate to true when asked for py__bool__()
2015-04-28 18:32:19 +02:00
parser
\\\r\n is as possible as \\\n.
2015-04-28 18:53:14 +02: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
Cache bug fixes.
2015-04-22 03:01:32 +02: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