cpython/Lib/importlib/test
Benjamin Peterson 3c33b833dd fix name again 2009-04-04 01:21:56 +00:00
..
builtin Implement InspectLoader for BuiltinImporter. 2009-03-15 01:41:33 +00:00
extension Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
frozen Implement InspectLoader for FrozenImporter. 2009-03-15 02:20:16 +00:00
import_ Fix importlib.machinery.PathFinder.find_module() to essentially skip over None 2009-03-30 19:57:15 +00:00
source importlib.test.source.test_abc_loader was making a bad assumption that all file 2009-04-02 17:54:43 +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 Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
benchmark.py Add simple tests for __import__ for future optimizations to importlib. 2009-03-30 15:53:01 +00:00
test_abc.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
test_api.py Add a test for importlib.import_module. 2009-03-04 01:02:54 +00:00
test_util.py Rename importlib.util.set___package__ to set_package. 2009-03-04 16:07:00 +00:00
util.py fix name again 2009-04-04 01:21:56 +00:00