943de90b9b
Doesn't support Python 2 any more.
Matej Cepl2020-12-25 20:21:36 +00:00
603ab48137
Doesn't support Python 2 any more.
Matej Cepl2020-12-25 20:21:36 +00:00
2a35a5890d
- update to 0.8.1 (according to gh#davidhalter/jedi#1650 it should be compatible with python-jedi now): - Dropped Support for Python 2.7, 3.4, 3.5 - It's possible to use `pathlib.Path objects now in the API - The stubs are gone, we are now using annotations - namedexpr_test nodes are now a proper class called NamedExpr` - A lot of smaller refactorings
Matej Cepl2020-12-25 19:02:58 +00:00
65535d2ff9
- update to 0.8.1 (according to gh#davidhalter/jedi#1650 it should be compatible with python-jedi now): - Dropped Support for Python 2.7, 3.4, 3.5 - It's possible to use `pathlib.Path objects now in the API - The stubs are gone, we are now using annotations - namedexpr_test nodes are now a proper class called NamedExpr` - A lot of smaller refactorings
Matej Cepl2020-12-25 19:02:58 +00:00
a23ca3f4a3
- update to 0.8.0 * Dropped Support for Python 2.7, 3.4, 3.5 * it’s possible to use pathlib.Path objects now in the API * The stubs are gone, we are now using annotations * namedexpr_test nodes are now a proper class called NamedExpr
Ondřej Súkup2020-08-13 11:01:00 +00:00
8405914f28
- update to 0.8.0 * Dropped Support for Python 2.7, 3.4, 3.5 * it’s possible to use pathlib.Path objects now in the API * The stubs are gone, we are now using annotations * namedexpr_test nodes are now a proper class called NamedExpr
Ondřej Súkup2020-08-13 11:01:00 +00:00
82a2746ca0
- update to 0.6.1 * Add parso.normalizer.Issue.end_pos to make it possible to know where an issue ends * Dropped Python 2.6/Python 3.3 support * del_stmt names are now considered as a definition (for name.is_definition())
Ondřej Súkup2020-02-04 09:35:11 +00:00
820d3828fa
- update to 0.6.1 * Add parso.normalizer.Issue.end_pos to make it possible to know where an issue ends * Dropped Python 2.6/Python 3.3 support * del_stmt names are now considered as a definition (for name.is_definition())
Ondřej Súkup2020-02-04 09:35:11 +00:00
e0e40d4c54
- update to 0.5.1 * Fix: Some unicode identifiers were not correctly tokenized * Fix: Line continuations in f-strings are now working
Ondřej Súkup2019-07-16 10:38:15 +00:00
433e34ef63
- update to 0.5.1 * Fix: Some unicode identifiers were not correctly tokenized * Fix: Line continuations in f-strings are now working
Ondřej Súkup2019-07-16 10:38:15 +00:00
294d032391
Accepting request 713021 from home:mcalabkova:branches:devel:languages:python
Tomáš Chvátal
2019-07-02 11:48:46 +00:00
a5d5203d20
Accepting request 713021 from home:mcalabkova:branches:devel:languages:python
Tomáš Chvátal
2019-07-02 11:48:46 +00:00
14bb52313b
Accepting request 695674 from devel:languages:python
Yuchen Lin2019-04-22 10:22:49 +00:00
5e57ea68a5
Accepting request 695674 from devel:languages:python
Yuchen Lin2019-04-22 10:22:49 +00:00
7d2669e159
- update to 0.4.0 * Python 3.8 support * FileIO support, it's now possible to use abstract file IO, support is alpha
Ondřej Súkup2019-04-18 12:43:24 +00:00
f342571d9e
- update to 0.4.0 * Python 3.8 support * FileIO support, it's now possible to use abstract file IO, support is alpha
Ondřej Súkup2019-04-18 12:43:24 +00:00
abfea6d573
- Update to 0.3.4: * Fix an f-string tokenizer error * Fix async errors in the diff parser * A fix in iter_errors * 20+ bugfixes in the diff parser and 3 in the tokenizer * A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape. * Some bugfixes for f-string
Tomáš Chvátal
2019-02-14 12:11:24 +00:00
8bd5c7a6ea
- Update to 0.3.4: * Fix an f-string tokenizer error * Fix async errors in the diff parser * A fix in iter_errors * 20+ bugfixes in the diff parser and 3 in the tokenizer * A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape. * Some bugfixes for f-string
Tomáš Chvátal
2019-02-14 12:11:24 +00:00