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
/
abc.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
1
-15/+21
*
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
1
-13/+13
*
While not strictly necessary thanks to the odd ABC inheritance done through
Brett Cannon
2010-08-22
1
-0/+14
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-5/+0
*
Move importlib.abc.SourceLoader to _bootstrap.
Brett Cannon
2010-06-28
1
-101/+1
*
Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.
Brett Cannon
2010-06-27
1
-10/+260
*
Clarify importlib.abc.PyPycLoader.write_bytecode().
Brett Cannon
2009-12-12
1
-2/+3
*
Implement the PEP 302 protocol for get_filename() as
Brett Cannon
2009-07-20
1
-1/+17
*
Importlib's documentation said that importlib.abc.PyLoader inherited from
Brett Cannon
2009-07-20
1
-1/+1
*
Implement InspectLoader for FrozenImporter.
Brett Cannon
2009-03-15
1
-2/+1
*
Implement InspectLoader for BuiltinImporter.
Brett Cannon
2009-03-15
1
-1/+2
*
A few more docstring/API cleanups for importlib.
Brett Cannon
2009-03-15
1
-25/+37
*
Introduce importlib.abc. The module contains various ABCs related to imports
Brett Cannon
2009-03-09
1
-0/+110
[prev]