index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
test
/
test_api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-183
/
+0
*
Issue #15210: Greatly simplify the test for supporting importlib
Brett Cannon
2012-07-04
1
-12
/
+5
*
Issue #15210: If _frozen_importlib is not found in sys.modules by
Brett Cannon
2012-07-02
1
-1
/
+22
*
Issue #13959: Introduce importlib.find_loader().
Brett Cannon
2012-05-12
1
-1
/
+49
*
Update importlib.invalidate_caches() to be more general.
Brett Cannon
2012-02-27
1
-0
/
+28
*
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-14
1
-0
/
+17
*
Fix a spelling mistake in a comment.
Brett Cannon
2010-07-03
1
-1
/
+1
*
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
1
-1
/
+2
*
Add a test for importlib.import_module.
Brett Cannon
2009-03-04
1
-1
/
+10
*
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon
2009-02-07
1
-2
/
+6
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
1
-9
/
+9
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0
/
+62