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
/
frozen
/
test_loader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-121/+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
-3/+3
*
Whitespace cleanup.
Eric V. Smith
2012-05-25
1
-4/+4
*
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith
2012-05-25
1
-7/+21
*
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-13
1
-2/+4
*
(Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module
Victor Stinner
2011-05-16
1
-9/+17
|
\
|
*
Issue #11614: Fix importlib tests for the new __hello__ module
Victor Stinner
2011-05-16
1
-9/+17
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-4/+4
*
|
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
1
-3/+4
*
|
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-4/+4
|
/
*
Implement InspectLoader for FrozenImporter.
Brett Cannon
2009-03-15
1
-1/+35
*
Implement importlib.util.set_loader: a decorator to automatically set
Brett Cannon
2009-03-10
1
-3/+5
*
Move importlib's frozen importer over to rpartition for setting __package__.
Brett Cannon
2009-02-07
1
-1/+1
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
1
-5/+5
*
Fix importlib.machinery.FrozenImporter.load_module() to set __package__
Brett Cannon
2009-02-01
1
-18/+51
*
Add importlib.machinery with its first tenants, BuitinImporter and
Brett Cannon
2009-01-22
1
-2/+2
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+27