cpython/Lib/test/test_importlib/import_
Serhiy Storchaka 41c56940c6 bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
BytesWarning no longer emitted when the fromlist argument of
__import__() or the __all__ attribute of the module contain bytes
instances.
2017-10-26 10:41:59 +03:00
..
__init__.py
__main__.py
test___loader__.py Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
test___package__.py Spelling fixes (#2902) 2017-08-03 09:00:59 +03:00
test_api.py bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) 2017-10-08 10:44:10 +03:00
test_caching.py
test_fromlist.py bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) 2017-10-26 10:41:59 +03:00
test_meta_path.py Issue #26896: Disambiguate uses of "importer" with "finder". 2016-07-08 11:00:00 -07:00
test_packages.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
test_path.py Issue #21099: Switch applicable importlib tests to use PEP 451 API. 2016-05-10 16:21:03 -06:00
test_relative_imports.py Issue #23277: Remove unused sys and os imports 2016-04-24 07:31:42 +03:00