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_finder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-50/+0
*
Use assertIsNone. Thanks Terry Reedy.
Eric V. Smith
2012-06-28
1
-1/+1
*
Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...
Eric V. Smith
2012-06-27
1
-1/+1
*
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon
2012-05-04
1
-1/+1
*
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
1
-2/+5
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-1/+2
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-2/+2
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
1
-2/+2
*
Do some cleanup in importlib:
Brett Cannon
2009-02-21
1
-1/+1
*
Factor out helper code from importlib.test.extension.test_path_hook.
Brett Cannon
2009-02-07
1
-3/+3
*
Merge testing ABCs for importlib into importlib.test.abc.
Brett Cannon
2009-01-30
1
-2/+2
*
Move importlib.test.extension.test_finder over to importlib.test.finder_tests.
Brett Cannon
2009-01-27
1
-2/+19
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+29