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_path.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak the handling of the empty string in sys.path for importlib.
Brett Cannon
2012-02-16
1
-1/+1
*
Use the cwd when the empty string is found in sys.path. This leads to
Brett Cannon
2012-02-08
1
-0/+10
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-14/+20
*
Remove unused import for function that no longer exists.
R. David Murray
2009-07-01
1
-1/+0
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-15/+15
*
Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
Brett Cannon
2009-03-30
1
-0/+19
*
Do some cleanup in importlib:
Brett Cannon
2009-02-21
1
-3/+3
*
Change importlib.machinery.PathFinder to not have implicit semantics (that's
Brett Cannon
2009-02-15
1
-32/+33
*
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon
2009-02-07
1
-142/+0
*
Finish implementing tests for importlib.machinery.PathFinder by testing that
Brett Cannon
2009-02-06
1
-4/+19
*
Add tests for using sys.path_hooks by importlib.machinery.PathFinder.
Brett Cannon
2009-02-05
1
-2/+10
*
Implement test for sys.path_importer_cache having None for
Brett Cannon
2009-02-05
1
-2/+14
*
Begin writing tests for importlib.machinery.PathFinder.
Brett Cannon
2009-02-05
1
-1/+57
*
Move import semantic util code to importlib.test.import_.util.
Brett Cannon
2009-02-01
1
-7/+8
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
1
-19/+17
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+158