aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_importlib/source/test_path_hook.py
Commit message (Expand)AuthorAge
* gh-71339: Use new assertion methods in test_import and test_importlib (GH-129...Serhiy Storchaka2025-01-21
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-03
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-22
* Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-10
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-16
* Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-09
* Issue #16803: test.test_importlib.source now tests frozen and source codeBrett Cannon2013-11-08
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-15
* Issue #15576: Allow extension modules to be a package's __init__Brett Cannon2012-08-10
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-20