index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
test
/
import_
/
test_caching.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-88/+0
*
Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...
Eric V. Smith
2012-06-27
1
-1/+2
*
rollback 005fd1fe31ab (see #14609 and #14582)
Benjamin Peterson
2012-04-18
1
-4/+28
*
Issue #14582: Import returns the module returned by a loader instead
Brett Cannon
2012-04-15
1
-28/+4
*
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-13
1
-1/+2
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-3/+3
*
Have importlib raise ImportError if None is found in sys.modules. This matches
Brett Cannon
2009-08-30
1
-4/+14
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-3/+3
*
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon
2009-02-07
1
-1/+2
*
Move import semantic util code to importlib.test.import_.util.
Brett Cannon
2009-02-01
1
-7/+8
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
1
-13/+12
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+75