summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/stubs.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-117089: Move importlib.metadata tests to their own package (#117092)Jason R. Coombs2024-03-201-10/+0
| | | | | | | | | * Ensure importlib.metadata tests do not leak references in sys.modules. * Move importlib.metadata tests to their own package for easier syncing with importlib_metadata. * Update owners and makefile for new directories. * Add blurb
* bpo-39595: Improve zipfile.Path performance (#18406)Jason R. Coombs2020-02-121-0/+10
* Improve zipfile.Path performance on zipfiles with a large number of entries. * 📜🤖 Added by blurb_it. * Add bpo to blurb * Sync with importlib_metadata 1.5 (6fe70ca) * Update blurb. * Remove compatibility code * Add stubs module, omitted from earlier commit Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>