summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_main.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)Jason R. Coombs2021-05-021-3/+3
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki2021-04-051-2/+2
* bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)Brett Cannon2021-04-021-24/+12
* bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)Jason R. Coombs2021-03-131-5/+5
* bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...Jason R. Coombs2020-12-311-30/+34
* bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)Barry Warsaw2020-10-191-0/+12
* bpo-39791: Support file systems that cannot support non-ascii filenames (skip...Jason R. Coombs2020-06-071-2/+7
* bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)Jason R. Coombs2020-06-051-0/+16
* bpo-39595: Improve zipfile.Path performance (#18406)Jason R. Coombs2020-02-121-0/+32
* bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)Jason R. Coombs2019-12-111-0/+33
* bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)Jason R. Coombs2019-09-101-0/+4
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-1/+1
* bpo-37697: Sync with importlib_metadata 0.19 (#14993)Jason R. Coombs2019-07-281-3/+16
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-211-1/+1
* Don't crash if there exists an EGG-INFO directory on sys.path (#13667)Anthony Sottile2019-05-301-0/+8
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-241-0/+158