cpython/Lib/importlib/test
Brett Cannon 142d236442 Merged revisions 76113-76114 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76113 | brett.cannon | 2009-11-04 17:17:22 -0800 (Wed, 04 Nov 2009) | 3 lines

  importlib.test.source.util referenced variables in the 'finally' part of a
  try/finally which may not have been set.
........
  r76114 | brett.cannon | 2009-11-04 17:26:57 -0800 (Wed, 04 Nov 2009) | 6 lines

  Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places
  source files for tests. Allows for concurrent execution of the tests by
  preventing various executions from trampling each other.

  Closes issue #7248.
........
2009-11-05 01:34:30 +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 76113-76114 via svnmerge from 2009-11-05 01:34:30 +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