summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/extension/test_path_hook.py
Commit message (Expand)AuthorAgeFilesLines
* GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)Brett Cannon2024-03-131-0/+2
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-1/+1
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-221-1/+1
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-2/+4
* Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-091-5/+4
* Issue #16803: Move test.test_importlib.extension to use both frozen and sourc...Brett Cannon2013-10-251-9/+10
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-151-1/+0
* Issue #15576: Allow extension modules to be a package's __init__Brett Cannon2012-08-101-3/+3
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+32