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
d3620fd84fd1643e6be6eac69a1611cf0c8805c0
jedi-fork
/
jedi
T
History
Danilo Bargen
d3620fd84f
Implemented support for namedtuples (
fixes
#107
)
...
Note that namedtuples are only supported for Python >2.6.
2014-07-26 17:51:38 +02:00
..
api
use the new implementation of splitlines all over the code,
fixes
#424
2014-07-18 16:59:22 +02:00
evaluate
Implemented support for namedtuples (
fixes
#107
)
2014-07-26 17:51:38 +02:00
parser
little edge case of modules that don't have a scope_names_generator, which is unfortunately missing, but not really used in Jedi.
2014-07-26 13:18:04 +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