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
/
regrtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-17/+0
*
Have importlib.test.regrtest clear sys.path_importer_cache to make
Brett Cannon
2012-04-20
1
-0/+1
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-12/+0
*
Remove a stale comment.
Brett Cannon
2011-03-24
1
-7/+0
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-2/+4
*
Clarify why test_import is failing under importlib.
Brett Cannon
2009-08-30
1
-2/+3
*
Trying to import a submodule from another module and not a package was raising
Brett Cannon
2009-08-30
1
-3/+0
*
test_pep3120 is no longer a problem for importlib as the test was tweaked.
Brett Cannon
2009-08-30
1
-1/+0
*
Turn on verbose2 for importlib.test.regrtest so as to see failures when they ...
Brett Cannon
2009-08-30
1
-2/+1
*
Raise TypeError if the name given to importlib.__import__() lacks an rpartition
Brett Cannon
2009-08-30
1
-1/+0
*
Provide module docstrings for the two main test drivers in importlib that
Brett Cannon
2009-08-30
1
-2/+5
*
Tweak importlib.test.regrtest to only specify the implicit tests to exclude
Brett Cannon
2009-08-30
1
-4/+6
*
Add a test file to importlib that runs regrtest using importlib.__import__.
Brett Cannon
2009-08-27
1
-0/+33