summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_spec.py
Commit message (Expand)AuthorAgeFilesLines
* gh-97850: Remove deprecated functions from `importlib.utils` (#97898)Nikita Sobolev2022-10-071-48/+0
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-051-95/+0
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-221-1/+1
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-071-4/+15
* bpo-26131: Deprecate usage of load_module() (GH-23469)Brett Cannon2020-12-041-23/+31
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-041-1/+1
* bpo-41006: importlib.util no longer imports typing (GH-20938)Victor Stinner2020-06-171-2/+2
* Issue #26667: Add path-like object support to importlib.util.Brett Cannon2016-09-081-0/+6
* Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-091-0/+3
* Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-301-160/+27
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-43/+29
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-071-1/+1
* Remove dead PEP 451 code.Eric Snow2014-01-071-12/+0
* Issue #18864: Add a setter for ModuleSpec.has_location.Eric Snow2013-12-111-0/+7
* Remove commented-out module spec test code and an out-of-date note.Eric Snow2013-12-101-10/+0
* Issue #19758: silence PendingDeprecationWarnings in test_importlib.Eric Snow2013-12-081-4/+8
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-0/+968