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
be8539132117ad26a4c3b59cd88c1ca2df0257a7
jedi-fork
/
jedi
T
History
Dave Halter
be85391321
Create a 'jedi.names' function with the proper docstring.
...
Modelled according the discussion in
#477
.
2014-09-08 21:43:16 +02:00
..
api
Create a 'jedi.names' function with the proper docstring.
2014-09-08 21:43:16 +02:00
evaluate
Last fixes, because of the Name.get_definition change. The recent parser.representation changes are now fully working and we're ready to improve Evaluator.goto again.
2014-09-06 13:23:00 +02:00
parser
Name parents are now Calls (once their statements have generated the Calls).
2014-09-06 12:19:07 +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
Use ExprStmt pretty much everywhere where it should be used.
2014-09-06 11:13:58 +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