cpython/Lib/test/test_importlib
Brett Cannon 5650e4f41c Issue #15627: Add the compile_source() method to
importlib.abc.SourceLoader.

This provides an easy hook into the import system to allow for source
transformations, AST optimizations, etc.
2012-11-18 10:03:31 -05:00
..
builtin
extension Issue #15576: Allow extension modules to be a package's __init__ 2012-08-10 13:47:54 -04:00
frozen
import_ Clean up some warnings in test suite output. 2012-10-14 01:42:32 +02:00
source Issue #15627: Add the compile_source() method to 2012-11-18 10:03:31 -05:00
__init__.py Remove a relative import that escaped test.test_importlib. 2012-07-21 09:54:58 -04:00
__main__.py
abc.py
regrtest.py
test_abc.py Issue #15641: Clean up deprecated classes from importlib 2012-11-05 09:34:46 +02:00
test_api.py Issue #15502: Finish bringing importlib.abc in line with the current 2012-08-10 12:21:12 -04:00
test_locks.py Issue #15794: Relax a test case due to the deadlock detection's conservativeness. 2012-08-28 20:10:18 +02:00
test_util.py
util.py