cpython/Lib/importlib/test
Ezio Melotti 19f2aeba67 Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

  #9424: Replace deprecated assert* methods in the Python test suite.
........
2010-11-21 01:30:29 +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 86596 via svnmerge from 2010-11-21 01:30:29 +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