cpython/Lib/importlib/test
Brett Cannon 39440b14cd Merged revisions 78242 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78242 | brett.cannon | 2010-02-19 11:01:06 -0500 (Fri, 19 Feb 2010) | 5 lines

  Importlib was not matching import's handling of .pyc files where it had less
  then 8 bytes total in the file.

  Fixes issues 7361 & 7875.
........
2010-02-19 16:05:28 +00:00
..
builtin Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
extension Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
frozen Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
import_ Merged revisions 74584 via svnmerge from 2009-08-30 04:29:47 +00:00
source Merged revisions 78242 via svnmerge from 2010-02-19 16:05:28 +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 Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +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