summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/metadata
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)Jason R. Coombs2022-11-102-5/+36
* [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)Jason R. Coombs2022-03-131-3/+30
* bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)Miss Islington (bot)2022-02-111-0/+2
* [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_meta...Jason R. Coombs2022-01-231-2/+2
* bpo-46105: Honor spec when generating requirement specs with urls and extras....Miss Islington (bot)2021-12-161-2/+11
* [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510)Miss Islington (bot)2021-11-131-1/+1
* bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...Miss Islington (bot)2021-06-271-9/+1
* [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471)Miss Islington (bot)2021-05-311-1/+102
* bpo-44246: Entry points performance improvements. (GH-26467)Miss Islington (bot)2021-05-311-1/+23
* [3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382)...Miss Islington (bot)2021-05-273-8/+28
* bpo-38693: importlib.metadata f-strings (GH-26383)Miss Islington (bot)2021-05-261-5/+4
* bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)Miss Islington (bot)2021-05-231-0/+2
* bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)Jason R. Coombs2021-05-027-0/+1219
* Make importlib.metadata a simple module (#15153)Barry Warsaw2019-08-061-397/+0
* bpo-37697: Sync with importlib_metadata 0.19 (#14993)Jason R. Coombs2019-07-281-1/+1
* cross port importlib-metadata PR #76 (#13903)Anthony Sottile2019-06-071-0/+2
* Don't crash if there exists an EGG-INFO directory on sys.path (#13667)Anthony Sottile2019-05-301-1/+2
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-241-0/+394