Recent Releases of pycparser
pycparser - release_v2.22
What's Changed
- Add missing SCHAR limit defines by @matamegger in https://github.com/eliben/pycparser/pull/449
- Use proper SPDX identifier by @Shortfinga in https://github.com/eliben/pycparser/pull/474
- Add Python 3.11 as a supported version by @erlend-aasland in https://github.com/eliben/pycparser/pull/469
- Fix multi-pragma/single statement blocks (#479) by @ldore in https://github.com/eliben/pycparser/pull/480
- Add an encoding parameter to parse_file by @jordr in https://github.com/eliben/pycparser/pull/486
- Feature/add pragma support by @jordr in https://github.com/eliben/pycparser/pull/487
- Set up permissions to ci.yml by @joycebrum in https://github.com/eliben/pycparser/pull/492
- buildtables: Invalidate cache before importing generated modules by @mgorny in https://github.com/eliben/pycparser/pull/494
- Upgrade GitHub Actions by @cclauss in https://github.com/eliben/pycparser/pull/500
- Create a Security Policy by @joycebrum in https://github.com/eliben/pycparser/pull/499
- New example to generate AST from scratch by @Andree37 in https://github.com/eliben/pycparser/pull/507
- Add support for Python 3.12 by @hugovk in https://github.com/eliben/pycparser/pull/515
- ply: Make generated lextab.py deterministic by @jackrosenthal in https://github.com/eliben/pycparser/pull/531
New Contributors
- @matamegger made their first contribution in https://github.com/eliben/pycparser/pull/449
- @Shortfinga made their first contribution in https://github.com/eliben/pycparser/pull/474
- @erlend-aasland made their first contribution in https://github.com/eliben/pycparser/pull/469
- @jordr made their first contribution in https://github.com/eliben/pycparser/pull/486
- @joycebrum made their first contribution in https://github.com/eliben/pycparser/pull/492
- @mgorny made their first contribution in https://github.com/eliben/pycparser/pull/494
- @cclauss made their first contribution in https://github.com/eliben/pycparser/pull/500
- @Andree37 made their first contribution in https://github.com/eliben/pycparser/pull/507
- @jackrosenthal made their first contribution in https://github.com/eliben/pycparser/pull/531
Full Changelog: https://github.com/eliben/pycparser/compare/releasev2.21...releasev2.22
- Python
Published by eliben about 2 years ago