This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
d5f08f8bdd2efcd3913770b754d667cbb7fe1cc1
jedi-fork
/
jedi
T
History
Claude
d5f08f8bdd
opting for skipping PEP492 backwards compatibility magic, instead directly making await and async keywords
...
See discussion at
https://github.com/davidhalter/jedi/pull/691#issuecomment-182815864
2016-02-11 19:30:01 +01:00
..
api
opting for skipping PEP492 backwards compatibility magic, instead directly making await and async keywords
2016-02-11 19:30:01 +01:00
evaluate
once more: python 3.5 uses atom_expr node in many places where previous python would use power node
2016-02-09 19:34:44 +01:00
parser
opting for skipping PEP492 backwards compatibility magic, instead directly making await and async keywords
2016-02-11 19:30:01 +01:00
__init__.py
Jedi description update.
2015-04-08 11:47:58 +02:00
__main__.py
Fix: CompFor.nodes_to_execute didn't include the right nodes. Sometimes too many, sometimes too few.
2015-11-18 18:00:15 +01:00
_compatibility.py
add ATEQUAL token for python < 3.5
2016-02-09 18:17:31 +01:00
cache.py
Cache bug fixes.
2015-04-22 03:01:32 +02:00
common.py
unite returns a set now, this simplifies all the set(unite( calls.
2015-11-28 17:52:39 +01:00
debug.py
Colorama 0.3.6 is buggy, so just don't import it if it's not there.
2016-01-28 14:39:18 -02:00
refactoring.py
Fix a few tokenize tests and merge them back together.
2014-11-26 16:09:28 +01:00
settings.py
Playing with the fast parser implementation.
2015-01-16 15:23:49 +01:00
utils.py
Versions should be PEP440 compatible,
fixes
#521
.
2015-01-05 13:15:34 +01:00