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
9028641ca76fae71d20fa80a51a828ed03c373d7
jedi-fork
/
jedi
/
evaluate
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
..
compiled
Operator fixes. Subclass of Simple, now.
2014-07-22 16:02:34 +02:00
__init__.py
more consequent usage of scope_names_generator
2014-07-03 11:41:33 +02:00
analysis.py
1 + '1' TypeErrors are now detected, but not shown in the right place
2014-07-22 10:44:56 +02:00
cache.py
memoize problems with defaults in combination with raised exceptions
2014-04-20 14:14:30 +02:00
docstrings.py
tuples are also a possiblity in docstring type annotations
2014-04-02 21:17:57 +02:00
dynamic.py
changed the way how the dynamic param function searches it's parent scope, to enable smooth list comprehension following
2014-06-22 13:48:30 +02:00
finder.py
it should be possible to find the origin of an operation, if it's a faulty one (static analysis)
2014-07-22 14:52:58 +02:00
helpers.py
fix indexing issues for multiple index options
2014-06-27 11:23:46 +02:00
imports.py
fix package detection for Windows
2014-07-19 10:34:15 +09:00
iterable.py
Remove some get_defined_names methods, that are not needed anymore.
2014-07-03 12:12:50 +02:00
param.py
fix a multi line issue of var_args with an error token or newline in the beginning.
2014-07-01 12:45:34 +02:00
precedence.py
Don't warn on addition of an int literal plus an unknown int number.
2014-07-22 16:44:10 +02:00
recursion.py
ExecutedParams should never be additionally faked, even if they are the first params. They have been legitimately created by a caller.
2014-06-30 15:22:53 +02:00
representation.py
Remove some get_defined_names methods, that are not needed anymore.
2014-07-03 12:12:50 +02:00
stdlib.py
Implemented support for namedtuples (
fixes
#107
)
2014-07-26 17:51:38 +02:00
sys_path.py
merged dev and linter
2014-07-17 23:17:49 +02:00