summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-5/+0
* Sync with importlib_metadata 6.5 (GH-103584)Jason R. Coombs2023-04-211-40/+113
* gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)Jason R. Coombs2022-06-261-0/+16
* bpo-46474: Apply changes from importlib_metadata 4.10.0 (GH-30802)Jason R. Coombs2022-01-231-16/+1
* bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150)Jason R. Coombs2021-12-161-8/+34
* bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)Jason R. Coombs2021-05-021-0/+11
* bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)Jason R. Coombs2021-04-241-0/+7
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki2021-04-051-1/+1
* bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)Jason R. Coombs2021-03-131-5/+0
* Fix failed merge of bpo-43288. (GH-24614)Neil Schemenauer2021-02-211-2/+3
* bpo-43288: Fix bug in test_importlib test. (GH-24612)Neil Schemenauer2021-02-211-0/+4
* bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...Jason R. Coombs2020-12-311-14/+55
* bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)Barry Warsaw2020-10-191-6/+3
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-041-2/+2
* bpo-39791: Support file systems that cannot support non-ascii filenames (skip...Jason R. Coombs2020-06-071-0/+11
* bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)Jason R. Coombs2020-06-051-0/+15
* Clean up compatibility code in importlib fixtures (#19156)Jason R. Coombs2020-04-151-16/+2
* bpo-39595: Improve zipfile.Path performance (#18406)Jason R. Coombs2020-02-121-2/+21
* bpo-37697: Sync with importlib_metadata 0.19 (#14993)Jason R. Coombs2019-07-281-0/+1
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-241-0/+199