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
/
_bootstrap.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add tests for using sys.path_hooks by importlib.machinery.PathFinder.
Brett Cannon
2009-02-05
1
-1/+1
*
Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of
Brett Cannon
2009-02-05
1
-18/+16
*
To prevent another screw-up on my part where my prototype gets lost thanks to
Brett Cannon
2009-02-02
1
-0/+76
*
Simplify write_bytecode for importlib.
Brett Cannon
2009-02-01
1
-30/+7
*
Ditch read_source() and read_bytecode() and replace with *_path() and
Brett Cannon
2009-02-01
1
-39/+8
*
Expose source_path and bytecode_path on _PyFileLoader.
Brett Cannon
2009-02-01
1
-9/+12
*
Fix importlib.machinery.FrozenImporter.load_module() to set __package__
Brett Cannon
2009-02-01
1
-1/+6
*
Document both importlib.machinery.BuiltinImporter and FrozenImporter.
Brett Cannon
2009-01-25
1
-2/+2
*
Add importlib.machinery with its first tenants, BuitinImporter and
Brett Cannon
2009-01-22
1
-67/+24
*
Fix a typo in some code that is not tested or supported yet.
Brett Cannon
2009-01-19
1
-1/+1
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+997
[prev]