Sourced from multidict's releases.
6.2.0
Bug fixes
Fixed
inchecks throwing an exception instead of returning :data:Falsewhen testing non-strings.Related issues and pull requests on GitHub: #1045.
Fix a leak when the last accessed module in
PyInit__multidictinit is not released.Related issues and pull requests on GitHub: #1061.
Features
Implemented support for the free-threaded build of CPython 3.13 -- by :user:
lysnikolaou.Related issues and pull requests on GitHub: #1015.
Packaging updates and notes for downstreams
Started publishing wheels made for the free-threaded build of CPython 3.13 -- by :user:
lysnikolaou.Related issues and pull requests on GitHub: #1015.
Miscellaneous internal changes
Used stricter typing across the code base, resulting in improved typing accuracy across multidict classes. Funded by an
NLnetgrant.Related issues and pull requests on GitHub: #1046.
6.1.0 (2024-09-09)
Bug fixes
... (truncated)
Sourced from multidict's changelog.
6.2.0
(2025-03-17)
Bug fixes
Fixed
inchecks throwing an exception instead of returning :data:Falsewhen testing non-strings.Related issues and pull requests on GitHub: :issue:
1045.Fix a leak when the last accessed module in
PyInit__multidictinit is not released.Related issues and pull requests on GitHub: :issue:
1061.Features
Implemented support for the free-threaded build of CPython 3.13 -- by :user:
lysnikolaou.Related issues and pull requests on GitHub: :issue:
1015.Packaging updates and notes for downstreams
Started publishing wheels made for the free-threaded build of CPython 3.13 -- by :user:
lysnikolaou.Related issues and pull requests on GitHub: :issue:
1015.Miscellaneous internal changes
Used stricter typing across the code base, resulting in improved typing accuracy across multidict classes. Funded by an
NLnetgrant.Related issues and pull requests on GitHub: :issue:
1046.
af07d5b
Synchronize towncrier settings (#1067)8314bdc
Tune CHANGES markup (#1066)09693c1
Fix towncrier markup (#1065)0e8d24a
Increase timeout for qemu based builds (#1064)a9bb3a0
Release 6.2.0 (#1062)f893493
Fix a leak when the last accessed module in multidict init is not
released (#...14cf766
Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 (#1059)1256899
Bump pytest from 8.3.4 to 8.3.5 (#1058)c79c379
Bump sphinx from 8.2.1 to 8.2.3 (#1057)4cb2f08
Relax test_leak to run reliable against free-threaded python (#1060)Sourced from setuptools's changelog.
v76.1.0
Features
- In setuptools.msvc.EnvironmentInfo, now honor the correct paths when on an ARM host. (#4786)
Bugfixes
- Restored implicit distutils.ccompiler import for g-ir-scanner. (#4871)
- Restore
distutils.ccompiler.compiler_class-- by :user:Avasam(#4876)v75.3.2
- Fixed version error in changelog.
v75.3.1
Bugfixes
- Fix wheel file naming to follow binary distribution specification -- by :user:
di(#4877)
07e96b1
Bump version: 76.0.0 → 76.1.03018692
Fix reference in changelog.aeefe34
Merge https://github.com/pypa/distutils6c0427b
Merge pull request pypa/distutils#337
from Avasam/add-back-compiler.compiler_...408274b
Restore missing public symbols after compilers moveb6a539a
Restore implicit expectation that importing unixccompiler makes
distutils.cco...a36b7ba
Merge pull request #4786
from swt2c/fix_msvc_host_dir_arm645b66977
Add news fragment.3218d66
Calculate host_id in one expression.d69bf04
Merge failing test into fix_msvc_host_dir_arm64.