0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/importlib/test
2009-02-07 02:06:43 +00:00
..
builtin Move importlib's built-in importer to use rpartition for __package__. 2009-02-07 01:40:19 +00:00
extension Factor out helper code from importlib.test.extension.test_path_hook. 2009-02-07 02:06:43 +00:00
frozen Move importlib's frozen importer over to rpartition for setting __package__. 2009-02-07 01:38:38 +00:00
import_ Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
source Move importlib completely over to using rpartition and accepting the empty 2009-02-07 01:52:25 +00:00
__init__.py
abc.py
test_api.py Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
util.py Factor out helper code from importlib.test.extension.test_path_hook. 2009-02-07 02:06:43 +00:00