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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update importlib.invalidate_caches() to be more general.
Brett Cannon
2012-02-27
1
-21/+10
*
Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...
Antoine Pitrou
2012-02-20
1
-2/+2
*
Move setup code from importlib.__init__ to
Brett Cannon
2012-02-08
1
-27/+3
*
Relocate importlib._case_ok to importlib._bootstrap.
Brett Cannon
2012-01-27
1
-19/+0
*
Move some code from importlib.__init__ to importlib._bootstrap that
Brett Cannon
2012-01-25
1
-32/+11
*
Simplify and remove few dependencies on 'errno', thanks to PEP 3151.
Florent Xicluna
2011-10-28
1
-2/+1
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-1/+1
*
A few more docstring/API cleanups for importlib.
Brett Cannon
2009-03-15
1
-15/+1
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
1
-4/+0
*
Define importlib.__init__.__all__.
Brett Cannon
2009-03-12
1
-1/+3
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
1
-2/+2
*
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon
2009-02-07
1
-6/+4
*
Add some comment markers to more clearly delineate what different parts of the
Brett Cannon
2009-01-22
1
-1/+5
*
Document the (very small) public API for importlib. As time goes on and some
Brett Cannon
2009-01-20
1
-21/+26
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+133