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
4e04770a75772061c3f4d22d1321fd37885536ec
jedi-fork
/
jedi
T
History
Dave Halter
4e04770a75
Merge pull request
#451
from davidhalter/issue436
...
Issue 436: Operator statement wrapper was missing
2014-07-27 18:22:43 +04:30
..
api
use the new implementation of splitlines all over the code,
fixes
#424
2014-07-18 16:59:22 +02:00
evaluate
Merge pull request
#451
from davidhalter/issue436
2014-07-27 18:22:43 +04:30
parser
Operator statement wrapper was missing (
fixes
#436
)
2014-07-27 12:53:18 +02:00
__init__.py
Bump release to 0.8.1-final0, because we're doing a release soon.
2014-07-02 12:47:44 +02:00
__main__.py
change the default linter command from 'force' to 'linter'
2014-07-21 16:15:42 +02:00
_compatibility.py
handle *args arguments the right way.
2014-05-29 20:53:51 +02:00
cache.py
Operator fixes. Subclass of Simple, now.
2014-07-22 16:02:34 +02:00
common.py
new splitlines implementation to get rid of the ugly splitlines we now have as well as (partially) the issue with form feeds
2014-07-18 16:52:55 +02:00
debug.py
fix problems with debug mode if not correctly initialized.
2014-02-20 14:17:05 +01:00
refactoring.py
use the new implementation of splitlines all over the code,
fixes
#424
2014-07-18 16:59:22 +02:00
settings.py
change the implementation of compiled.load_module and always use the sys.modules cache after an import, because it's easier. Doesn't require any logic.
2014-06-25 18:57:07 +02:00
utils.py
moved more functions from api to helpers
2014-01-29 00:28:31 +01:00