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
42596dba1507cf3299366dd318c5776255afd636
jedi-fork
/
jedi
T
History
ColinDuquesnoy
42596dba15
Merge remote-tracking branch 'upstream/dev' into fix_runtime_error
...
Conflicts: jedi/evaluate/imports.py
2014-09-29 11:53:35 +02:00
..
api
Remove Import.alias_name_part, it was simply an alias for another lookup.
2014-09-26 16:32:36 +02:00
evaluate
Merge remote-tracking branch 'upstream/dev' into fix_runtime_error
2014-09-29 11:53:35 +02:00
parser
Remove Import.alias_name_part, it was simply an alias for another lookup.
2014-09-26 16:32:36 +02:00
__init__.py
Publicize jedi.names and add a first test.
2014-09-08 22:39:47 +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
Remove NamePart from existance and rename it to Name.
2014-09-26 16:29:53 +02:00
common.py
settings should not be affected by exceptions.
2014-08-11 17:27:40 +02:00
debug.py
small debug change
2014-08-15 02:26:13 +02: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