Maintenance release
- Updated project metadata (#51)
- Tested on Python 3.8 - 3.12 (#51)
$ git shortlog -s v21.6.6...v24.4.24
3 Amethyst Reese
1 Chris Elion
3 David Grant
5 Amethyst Reese
2 Thomas Grainger
4 dependabot[bot]
Feature release:
- New fixer for
sorted()andlist.sort()(#25) - Token helpers for LBrace, RBrace, and Colon (#34)
- Fix for
longused 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)
$ git shortlog -s v20.8.0...v21.6.6
1 Ashley Whetter
1 David Grant
16 Amethyst Reese
1 Langston Barrett
5 Larry Huang
1 Nicholas D Steeves
1 Stefano Rivera
2 Thomas Grainger
Bugfix release:
- Include dict in iterating contexts (#17)
- Better testing (#14, #21)
- Clarified license permissions (#11)
$ git shortlog -s v20.5.1...v20.8.0
1 Ashley Whetter
8 Amethyst Reese
7 Thomas Grainger
Feature release
- Imported upstream changes from 3.9
- Support for 3.8 syntax changes
$ git shortlog -s v19.2b1...v20.5.1
19 Amethyst Reese
1 Thomas Grainger
1 Tim Hatch
Feature release
- Imported upstream changes from 3.9
- Support for 3.8 syntax changes
$ git shortlog -s v19.2b1...v20.5.0
19 Amethyst Reese
1 Thomas Grainger
1 Tim Hatch
Update 19.2b1:
- Merge upstream v3.8.0a2-22-ged1deb0719
$ git shortlog -s v19.1b1...v19.2b1
4 Amethyst Reese
Beta release 19.1b1:
- Merged lib2to3 v3.7.0a4-1294-ge0b5b2096e
$ git shortlog -s v18.6a6...v19.1b1
7 Amethyst Reese
Feature release:
- Base/Leaf/Node now all share the same type information for
.children
$ git shortlog -s v18.6a5...v18.6a6
1 Amethyst Reese
Bugfix:
- Include grammar text files in source distribution
$ git shortlog -s v18.6a4...v18.6a5
1 Amethyst Reese
Bugfix:
- generated pickle helper now returns string instead of Path object
$ git shortlog -s v18.6a3...v18.6a4
1 Amethyst Reese
Fix MANIFEST
$ git shortlog -s v18.6a2...v18.6a3
1 Amethyst Reese
Minor release:
- Add manifest file to include readme/license/requirements
$ git shortlog -s v18.6a1...v18.6a2
2 Amethyst Reese
Feature release:
- store grammar pickles in user cache dir
- smoke tests
$ git shortlog -s v18.6a0...v18.6a1
13 Amethyst Reese
Initial release:
- straight import of lib2to3, renamed to fissix
$ git shortlog -s v18.6a0
5 Amethyst Reese