Commit message (Expand) | Author | Age | |
---|---|---|---|
* | gh-71339: Use new assertion methods in test_import and test_importlib (GH-129... | Serhiy Storchaka | 2025-01-21 |
* | gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) | Barry Warsaw | 2023-05-03 |
* | bpo-46425: fix direct invocation of `test_importlib` (GH-30682) | Nikita Sobolev | 2022-01-22 |
* | Issue #21099: Switch applicable importlib tests to use PEP 451 API. | Eric Snow | 2016-05-10 |
* | Issue #21503: Use test_both() consistently in test_importlib. | Eric Snow | 2014-05-16 |
* | Issue #19721: Consolidate test_importlib utility code into a single | Brett Cannon | 2014-05-09 |
* | Issue #16803: test.test_importlib.source now tests frozen and source code | Brett Cannon | 2013-11-08 |
* | Issue #17177: stop using imp in test_importlib | Brett Cannon | 2013-06-15 |
* | Issue #15576: Allow extension modules to be a package's __init__ | Brett Cannon | 2012-08-10 |
* | Issue #15168: Move importlb.test to test.test_importlib. | Brett Cannon | 2012-07-20 |