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
4ba6000f9204f9d2039fbb9e42289cd7333b5882
jedi-fork
/
jedi
History
Matthias Bussonnier
4ba6000f92
Initialize colorama lazily
...
Will prevent colorama from wrapping stderr/out if not in debug mode, which leads to some errors.
2016-05-17 16:49:57 -07:00
..
api
Fix docstring
2015-08-18 11:44:01 +02:00
evaluate
fix a set comprehension issue
2015-07-29 00:08:21 +08:00
parser
Use repr() for the Whitespace repr
2015-05-05 19:00:25 -05: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
fix for
#122
2016-01-26 22:54:15 +01: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
Initialize colorama lazily
2016-05-17 16:49:57 -07: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