Changelog
### 0.3.3
```
+++++++++++++++++++
- Fix async errors in the diff parser
- A fix in iter_errors
- This is a very small bugfix release
```
### 0.3.2
```
+++++++++++++++++++
- 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
```
### 0.3.1
```
+++++++++++++++++++
- Bugfixes in the diff parser and keyword-only arguments
```
### 0.3.0
```
+++++++++++++++++++
- Rewrote the pgen2 parser generator.
```
### 0.2.1
```
+++++++++++++++++++
- A bugfix for the diff parser.
- Grammar files can now be loaded from a specific path.
```
### 0.2.0
```
+++++++++++++++++++
- f-strings are now parsed as a part of the normal Python grammar. This makes
it way easier to deal with them.
```
Links
- PyPI: https://pypi.org/project/parso
- Changelog: https://pyup.io/changelogs/parso/
- Repo: https://github.com/davidhalter/parso
This PR updates parso from 0.1.1 to 0.3.3.
Changelog
### 0.3.3 ``` +++++++++++++++++++ - Fix async errors in the diff parser - A fix in iter_errors - This is a very small bugfix release ``` ### 0.3.2 ``` +++++++++++++++++++ - 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 ``` ### 0.3.1 ``` +++++++++++++++++++ - Bugfixes in the diff parser and keyword-only arguments ``` ### 0.3.0 ``` +++++++++++++++++++ - Rewrote the pgen2 parser generator. ``` ### 0.2.1 ``` +++++++++++++++++++ - A bugfix for the diff parser. - Grammar files can now be loaded from a specific path. ``` ### 0.2.0 ``` +++++++++++++++++++ - f-strings are now parsed as a part of the normal Python grammar. This makes it way easier to deal with them. ```Links
- PyPI: https://pypi.org/project/parso - Changelog: https://pyup.io/changelogs/parso/ - Repo: https://github.com/davidhalter/parso