Dave Halter
|
96af7e4077
|
The Python 3.6 requirement is now the lowest supported version
|
2021-12-25 13:37:35 +01:00 |
|
jerluc
|
b2e647d598
|
Removing invalid test for async with open(...)
See explanation in https://github.com/davidhalter/jedi/pull/1819#issuecomment-970776091
|
2021-11-16 16:12:43 -08:00 |
|
jerluc
|
8847848a03
|
Adds support for "async with" via #1818
|
2021-11-16 13:00:24 -08:00 |
|
Dave Halter
|
50b85153ce
|
Remove a lot of test references to Python 2/3.5
|
2020-07-02 00:17:21 +02:00 |
|
Dave Halter
|
8e27c60120
|
Fix async function inferring with decorators, fixes #1335
|
2019-05-27 09:47:05 +02:00 |
|
Dave Halter
|
8494164b22
|
Fix an async funcdef issue, fixes 1092.
|
2018-04-24 00:41:18 +02:00 |
|
Dave Halter
|
3820111d1e
|
Fix some more await things
|
2018-02-28 23:30:20 +01:00 |
|
Dave Halter
|
80ee3b8fcf
|
Show in a test that something doesn't work properly around async analysis
|
2018-02-27 18:19:46 +01:00 |
|
Dave Halter
|
4d980d8bd0
|
Reorder tests to make the async stuff pass on all python versions
|
2018-02-21 01:28:37 +01:00 |
|
Dave Halter
|
c1d06f4638
|
Getting more edget cases work in 3.6 for async
|
2018-02-21 01:11:59 +01:00 |
|
Dave Halter
|
bc0210af70
|
Use the await method properly and just use it instead of some crazy things
|
2018-02-21 00:27:15 +01:00 |
|
Dave Halter
|
bf01b9d47c
|
Refactor the way builtins can be overwritten by jedi's own contexts
|
2018-02-21 00:09:41 +01:00 |
|
Robin Roth
|
dc43eba07b
|
Support async/await syntax
|
2017-11-01 13:44:38 +01:00 |
|
Robin Roth
|
88cf592c95
|
Make goto work with await
Created together with @langsamer and @davidhalter
|
2017-10-28 14:10:05 +02:00 |
|
Dave Halter
|
aff3950085
|
Better async testing.
|
2017-01-07 15:40:55 +01:00 |
|
Dave Halter
|
6a18ddf8cb
|
Fix await issues. At the moment Jedi is just ignoring await statements.
|
2017-01-07 15:27:32 +01:00 |
|