aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_importlib/test_util.py
Commit message (Expand)AuthorAge
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-22
* bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)Brett Cannon2021-04-02
* bpo-37830: Fix compilation of break and continue in finally. (GH-15320)Serhiy Storchaka2019-08-24
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-02
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-01
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-29
* bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH...Windson yang2019-04-22
* bpo-29514: Make magic number test work for candidatesNed Deily2018-06-26
* bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...Carl Meyer2018-06-16
* bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...Serhiy Storchaka2018-02-22
* bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...Milan Oberkirch2017-06-14
* bpo-29514: Check magic number for bugfix release (#54)Eric Appelt2017-04-17
* Issue #28026: Raise ImportError when exec_module() exists but create_module()...Eric Snow2016-09-08
* Issue #26667: Add path-like object support to importlib.util.Brett Cannon2016-09-07
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-30
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* Remove a dead test for a never-launched APIBrett Cannon2015-03-27
* Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-09
* Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-30
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-16
* Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-25
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-06
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-22
* Issue #16803: Move test_importlib.test_util to use both frozen andBrett Cannon2013-10-18
* Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-16
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-15
* Issue #17907: touch up the code for imp.new_module().Brett Cannon2013-06-14
* Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-14
* Issues #18088, 18089: IntroduceBrett Cannon2013-05-31
* Add a reset_name argument to importlib.util.module_to_load in order toBrett Cannon2013-05-31
* Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-30
* Issue #18070: importlib.util.module_for_loader() now sets __loader__Brett Cannon2013-05-28
* Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-28
* Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-13
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-20