This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
35e2c4e67a
cpython
/
Lib
/
importlib
/
test
History
Brett Cannon
7bf8d4ed4d
Add the missing importlib.test.extension.util.
2009-02-07 02:33:52 +00:00
..
builtin
Move importlib's built-in importer to use rpartition for __package__.
2009-02-07 01:40:19 +00:00
extension
Add the missing importlib.test.extension.util.
2009-02-07 02:33:52 +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
Do not execute the .pyc/.pyo files as well as the .py files.
2009-02-01 03:51:54 +00:00
abc.py
Merge testing ABCs for importlib into importlib.test.abc.
2009-01-30 00:22:35 +00:00
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