cpython/Lib/importlib/test
Brett Cannon 2e3155e2fe Merged revisions 74107 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74107 | brett.cannon | 2009-07-19 20:19:18 -0700 (Sun, 19 Jul 2009) | 8 lines

  Importlib's documentation said that importlib.abc.PyLoader inherited from
  importlib.abc.ResourceLoader, when in fact it did not. Fixed the ABC to inherit
  as documented.

  This does in introduce an backwards-incompatiblity as the code in PyLoader
  already required the single method ResourceLoader defined as an abstract
  method.
........
2009-07-20 03:22:43 +00:00
..
builtin Implement InspectLoader for BuiltinImporter. 2009-03-15 01:41:33 +00:00
extension Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +00:00
frozen Implement InspectLoader for FrozenImporter. 2009-03-15 02:20:16 +00:00
import_ Fixup/simplify another nested context manager. 2009-06-12 11:25:59 +00:00
source Backport of r74103. 2009-07-20 00:19:49 +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 Merged revisions 74107 via svnmerge from 2009-07-20 03:22:43 +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 Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +00:00