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_packages.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14583: Fix importlib bug when a package's __init__.py would first impo...
Antoine Pitrou
2012-05-07
1
-0/+56
*
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-13
1
-2/+4
*
Issue #14500: Fix importlib.test.import_.test_packages to clean up
Brett Cannon
2012-04-06
1
-1/+5
*
If a module injects something into sys.modules as a side-effect of
Brett Cannon
2012-04-03
1
-0/+13
*
Trying to import a submodule from another module and not a package was raising
Brett Cannon
2009-08-30
1
-0/+6
*
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
1
-2/+2
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
Move import semantic util code to importlib.test.import_.util.
Brett Cannon
2009-02-01
1
-2/+4
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
1
-7/+7
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+29