Skip to content

Update parso to 0.7.0#155

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-parso-0.5.0-to-0.7.0
Closed

Update parso to 0.7.0#155
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-parso-0.5.0-to-0.7.0

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates parso from 0.5.0 to 0.7.0.

Changelog

0.7.0

++++++++++++++++++

- Fix a lot of annoying bugs in the diff parser. The fuzzer did not find
issues anymore even after running it for more than 24 hours (500k tests).
- Small grammar change: suites can now contain newlines even after a newline.
This should really not matter if you don't use error recovery. It allows for
nicer error recovery.

0.6.2

++++++++++++++++++

- Bugfixes
- Add Grammar.refactor (might still be subject to change until 0.7.0)

0.6.1

++++++++++++++++++

- Add ``parso.normalizer.Issue.end_pos`` to make it possible to know where an
issue ends

0.6.0

++++++++++++++++++

- Dropped Python 2.6/Python 3.3 support
- del_stmt names are now considered as a definition
(for ``name.is_definition()``)
- Bugfixes

0.5.2

++++++++++++++++++

- Add include_setitem to get_definition/is_definition and get_defined_names (66)
- Fix named expression error listing (89, 90)
- Fix some f-string tokenizer issues (93)

0.5.1

++++++++++++++++++

- Fix: Some unicode identifiers were not correctly tokenized
- Fix: Line continuations in f-strings are now working
Links

@pyup-bot pyup-bot mentioned this pull request Apr 13, 2020
@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Apr 5, 2024

Closing this in favor of #597

@pyup-bot pyup-bot closed this Apr 5, 2024
@BarthJr BarthJr deleted the pyup-update-parso-0.5.0-to-0.7.0 branch April 5, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant