summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/source/test_path_hook.py
Commit message (Expand)AuthorAgeFilesLines
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-9/+0
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-221-1/+1
* Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-101-1/+10
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-1/+4
* Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-091-2/+1
* Issue #16803: test.test_importlib.source now tests frozen and source codeBrett Cannon2013-11-081-9/+8
* 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-1/+1
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+32