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
/
extension
/
test_loader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
1
-2/+2
*
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-13
1
-2/+4
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
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
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-3/+3
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
1
-3/+3
*
Implement importlib.util.set_loader: a decorator to automatically set
Brett Cannon
2009-03-10
1
-0/+2
*
Factor out helper code from importlib.test.extension.test_path_hook.
Brett Cannon
2009-02-07
1
-12/+11
*
Move importlib completely over to using rpartition and accepting the empty
Brett Cannon
2009-02-07
1
-1/+2
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
1
-3/+3
*
Move extension module loader tests over to importlib.test.abc.LoaderTests.
Brett Cannon
2009-02-01
1
-3/+22
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+37