The below release notes are auto-generated; please see CHANGES.rst
for a human-crafted one.
Thank you to all contributors!
What's Changed
- tests: Use bare asserts and pytest.raises by @akx in #875
- Use email.Message for pofile header parsing by @akx in #876
- Become 2.10.2 by @akx in #884
- Build packages in CI by @akx in #888
- Become 2.10.3 by @akx in #889
- Small downloader improvements by @akx in #894
- Update Python versions in dev docs by @rnestler in #898
- Remove
__nonzero__
methods by @sobolevn in #896 - Remove superfluous
__unicode__
declarations by @lukasjuhrich in #905 - align license with OSI template by @lsmith77 in #912
- Support for hex escapes in JavaScript strings by @codepainters in #877
- Remove determining time zone via systemsetup on macOS by @akx in #914
- Add support for compact decimal formats by @DenverCoder1 in #909
- Adapt parse_date to handle ISO dates by @ericzolf in #842
- Use
ast
instead ofeval
for string extraction by @akx in #915 - Python 3.11 compatibility by @akx in #913
- Quiesce pytest warnings by @akx in #916
- Become 2.11.0 by @akx in #917
New Contributors
- @rnestler made their first contribution in #898
- @sobolevn made their first contribution in #896
- @lukasjuhrich made their first contribution in #905
- @lsmith77 made their first contribution in #912
- @codepainters made their first contribution in #877
- @DenverCoder1 made their first contribution in #909
- @ericzolf made their first contribution in #842
Full Changelog: v2.10.3...v2.11.0