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
/
test
/
test_importlib
/
import_
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15767: Add an explicit test for raising ModuleNotFoundError
Brett Cannon
2013-06-13
1
-0/+7
*
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
2
-4/+8
*
Normalize whitespace
Brett Cannon
2013-03-13
1
-1/+1
*
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon
2013-03-13
1
-0/+44
*
Do a better job of preserving the state of sys.modules.
Barry Warsaw
2012-11-20
1
-1/+6
|
\
|
*
Do a better job of preserving the state of sys.modules.
Barry Warsaw
2012-11-20
1
-1/+6
*
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-4/+21
|
\
\
|
|
/
|
*
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-4/+21
*
|
Clean up some warnings in test suite output.
Nadeem Vawda
2012-10-13
1
-1/+1
|
/
*
Closes issue #15111: Calling __import__ with a module specified in
Brett Cannon
2012-10-10
1
-1/+14
*
Issue #15316: Let exceptions raised during imports triggered by the
Brett Cannon
2012-08-24
1
-0/+38
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
10
-0/+933