cpython/Lib/importlib/test/import_
Antoine Pitrou 6efa50a384 Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. 2012-05-07 21:41:59 +02:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test___package__.py Improper type for __package__ should raise TypeError, not ValueError. 2012-02-23 18:29:12 -05:00
test_api.py importlib.__import__() now raises ValueError when level < 0. 2012-02-16 17:47:48 -05:00
test_caching.py rollback 005fd1fe31ab (see #14609 and #14582) 2012-04-18 10:55:43 -04:00
test_fromlist.py Issue #14605: Make explicit the entries on sys.path_hooks that used to 2012-04-25 20:54:04 -04:00
test_meta_path.py Issue #14605: Stop having implicit entries for sys.meta_path. 2012-04-27 14:01:58 -04:00
test_packages.py Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. 2012-05-07 21:41:59 +02:00
test_path.py Issue #14605: Use None in sys.path_importer_cache to represent no 2012-04-27 15:30:58 -04:00
test_relative_imports.py Issue #14592: A relative import will raise a KeyError if __package__ 2012-04-17 19:05:11 -04:00
util.py Issue #2377: Make importlib the implementation of __import__(). 2012-04-14 14:10:13 -04:00