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
ff810d9eceba18eea55d5a58f5f1680c144b1e98
jedi-fork
/
jedi
/
api
History
Dave Halter
ff810d9ece
cache compiled.CompiledObject.defined_names attribute, improves test suite performance by 20%, numpy by more than 50%. Awesome!
2014-04-14 02:20:22 +02:00
..
__init__.py
call_signatures caching should be much more precise, now.
fixes
#390
2014-04-09 12:27:23 +02:00
classes.py
fix issues with os.path completions
2014-04-11 10:33:32 +02:00
helpers.py
moved more functions from api to helpers
2014-01-29 00:28:31 +01:00
interpreter.py
cache compiled.CompiledObject.defined_names attribute, improves test suite performance by 20%, numpy by more than 50%. Awesome!
2014-04-14 02:20:22 +02:00
keywords.py
is_py3k -> is_py3
2014-01-14 11:43:56 +01:00
replstartup.py
move replstartup to the api
2014-01-14 00:08:25 +01:00
usages.py
goto_assignments and usages both working now with issues like
#315
2014-03-29 16:37:39 +01:00