Skip to content

Tags: amyreese/fissix

Tags

v24.4.24

Toggle v24.4.24's commit message
Maintenance release

- Updated project metadata (#51)
- Tested on Python 3.8 - 3.12 (#51)

v21.6.6

Toggle v21.6.6's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release:

- New fixer for `sorted()` and `list.sort()` (#25)
- Token helpers for LBrace, RBrace, and Colon (#34)
- Fix for `long` used as keyword argument name (#28)
- Fix for exceptions with "as" keyword (#40)
- Support for running tests outside of source tree (#31)
- Documentation for fixers, general API, and usage (#23, #24, #29)

v20.8.0

Toggle v20.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Bugfix release:

- Include dict in iterating contexts (#17)
- Better testing (#14, #21)
- Clarified license permissions (#11)

v20.5.1

Toggle v20.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release

- Imported upstream changes from 3.9
- Support for 3.8 syntax changes

v20.5.0

Toggle v20.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release

- Imported upstream changes from 3.9
- Support for 3.8 syntax changes

v19.2b1

Toggle v19.2b1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Update 19.2b1:

- Merge upstream v3.8.0a2-22-ged1deb0719

v19.1b1

Toggle v19.1b1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Beta release 19.1b1:

- Merged lib2to3 v3.7.0a4-1294-ge0b5b2096e

v18.6a6

Toggle v18.6a6's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release:

- Base/Leaf/Node now all share the same type information for `.children`

v18.6a5

Toggle v18.6a5's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Bugfix:

- Include grammar text files in source distribution

v18.6a4

Toggle v18.6a4's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Bugfix:

- generated pickle helper now returns string instead of Path object