summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_zip.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404)Jason R. Coombs2020-10-151-1/+10
| | | | | | | * bpo-41855: Backport fixes from importlib_metadata 1.5.2. * Add blurb. * Add anchor for finders and loaders
* bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995)Miss Islington (bot)2019-07-281-1/+7
| | | | | | | | | | * bpo-37697: Sync with importlib_metadata 0.19 * Run make regen-importlib * 📜🤖 Added by blurb_it. (cherry picked from commit 049460da9c7b5f51732e2966195c44713af9dc4c) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* cross port importlib-metadata PR GH-76 (GH-13903)Miss Islington (bot)2019-06-071-0/+2
| | | | | | https://gitlab.com/python-devs/importlib_metadata/merge_requests/76 (cherry picked from commit 65e5860fcc8ffe66f3c325d5484112f3b6540e8c) Co-authored-by: Anthony Sottile <asottile@umich.edu>
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-241-0/+56
Add importlib.metadata module as forward port of the standalone importlib_metadata.