cpython/Lib/importlib/metadata
Hugo van Kemenade cbf9b8cc08
gh-143658: importlib.metadata: Use str.translate to improve performance of importlib.metadata.Prepared.normalized (#143660)
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
2026-01-13 08:54:15 +02:00
..
__init__.py gh-143658: importlib.metadata: Use str.translate to improve performance of importlib.metadata.Prepared.normalized (#143660) 2026-01-13 08:54:15 +02:00
_adapters.py Reapply "gh-132947: Apply changes from importlib_metadata 8.7 (#137885)" (#137924) (#137930) 2025-09-01 11:27:01 -04:00
_collections.py Reapply "gh-132947: Apply changes from importlib_metadata 8.7 (#137885)" (#137924) (#137930) 2025-09-01 11:27:01 -04:00
_functools.py Reapply "gh-132947: Apply changes from importlib_metadata 8.7 (#137885)" (#137924) (#137930) 2025-09-01 11:27:01 -04:00
_itertools.py gh-120492: Sync importlib_metadata 8.2.0 (#124033) 2025-08-15 14:19:23 -07:00
_meta.py Reapply "gh-132947: Apply changes from importlib_metadata 8.7 (#137885)" (#137924) (#137930) 2025-09-01 11:27:01 -04:00
_text.py bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150) 2021-12-16 15:49:42 -05:00
_typing.py Reapply "gh-132947: Apply changes from importlib_metadata 8.7 (#137885)" (#137924) (#137930) 2025-09-01 11:27:01 -04:00
diagnose.py gh-113174: Sync with importlib_metadata 7.0 (#113175) 2023-12-21 15:04:05 -05:00