cpython/Lib/importlib/metadata
Bartosz Sławecki bcced02604
Some checks are pending
Tests / (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / Docs (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / Ubuntu SSL tests with AWS-LC (push) Blocked by required conditions
Tests / Android (aarch64) (push) Blocked by required conditions
Tests / Android (x86_64) (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
mypy / Run mypy on Lib/_pyrepl (push) Waiting to run
mypy / Run mypy on Lib/test/libregrtest (push) Waiting to run
mypy / Run mypy on Lib/tomllib (push) Waiting to run
mypy / Run mypy on Tools/build (push) Waiting to run
mypy / Run mypy on Tools/cases_generator (push) Waiting to run
mypy / Run mypy on Tools/clinic (push) Waiting to run
mypy / Run mypy on Tools/jit (push) Waiting to run
mypy / Run mypy on Tools/peg_generator (push) Waiting to run
gh-140141: Properly break exception chain in importlib.metadata.Distribution.from_name (#140142)
2025-10-15 12:49:14 -04:00
..
__init__.py gh-140141: Properly break exception chain in importlib.metadata.Distribution.from_name (#140142) 2025-10-15 12:49:14 -04: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