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
/
Doc
/
library
/
importlib.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
#9911: doc copyedits.
Georg Brandl
2010-09-21
1
-1/+1
*
#6522: add a "decorator" directive to explicitly document decorators, and use...
Georg Brandl
2010-07-29
1
-3/+3
*
Minor clarification about importlib.abc.SourceLoader.get_filename.
Brett Cannon
2010-07-21
1
-1/+1
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-2/+5
*
Make a sentence a little less awkward.
Brett Cannon
2010-06-29
1
-2/+1
*
Move importlib.abc.SourceLoader to _bootstrap.
Brett Cannon
2010-06-28
1
-1/+2
*
Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.
Brett Cannon
2010-06-27
1
-111/+107
*
Add a link to PEP 3147 from the importlib docs.
Brett Cannon
2010-06-27
1
-0/+3
*
Fix the wrong numbering of a PEP.
Brett Cannon
2010-01-13
1
-1/+1
*
Wording clarification.
Brett Cannon
2009-12-10
1
-4/+5
*
Clarify the intention of raising ImportError for importlib.abc.PyLoader.(sour...
Brett Cannon
2009-12-09
1
-2/+3
*
update to reality
Benjamin Peterson
2009-11-13
1
-2/+2
*
Pluralize a word.
Brett Cannon
2009-11-07
1
-1/+1
*
Clean up a minor bit of wording.
Brett Cannon
2009-08-18
1
-2/+2
*
Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of wha...
Brett Cannon
2009-07-20
1
-1/+1
*
Implement the PEP 302 protocol for get_filename() as
Brett Cannon
2009-07-20
1
-5/+36
*
typo
Tarek Ziadé
2009-05-14
1
-1/+1
*
Explain a little about the explanation.
Brett Cannon
2009-04-01
1
-0/+5
*
Add a meta path importer example.
Brett Cannon
2009-04-01
1
-7/+98
*
Add some clarification to the importlib docs.
Brett Cannon
2009-04-01
1
-4/+8
*
Thorough review of importlib docs. Reviewed by Brett himself.
Guido van Rossum
2009-03-30
1
-34/+50
*
Fix a doc typo.
Brett Cannon
2009-03-16
1
-1/+1
*
Implement InspectLoader for FrozenImporter.
Brett Cannon
2009-03-15
1
-1/+2
*
Implement InspectLoader for BuiltinImporter.
Brett Cannon
2009-03-15
1
-10/+11
*
#5486: typos.
Georg Brandl
2009-03-13
1
-3/+3
*
Implement importlib.util.set_loader: a decorator to automatically set
Brett Cannon
2009-03-10
1
-1/+9
*
Implement get_source for importlib.abc.PyLoader using source_path and get_data.
Brett Cannon
2009-03-10
1
-0/+7
*
Fix some reST mishaps.
Brett Cannon
2009-03-09
1
-12/+12
*
Clarify an assumption that importlib.abc.PyLoader makes when importing a
Brett Cannon
2009-03-09
1
-1/+4
*
Introduce importlib.abc. The module contains various ABCs related to imports
Brett Cannon
2009-03-09
1
-31/+184
*
Rename importlib.util.set___package__ to set_package.
Brett Cannon
2009-03-04
1
-1/+1
*
Expose importlib.util.set___package__.
Brett Cannon
2009-03-02
1
-13/+21
*
Implement the more specific PEP 302 semantics for loaders and what happens upon
Brett Cannon
2009-02-17
1
-0/+33
*
Document importlib.machinery.PathFinder.
Brett Cannon
2009-02-16
1
-3/+28
*
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon
2009-02-07
1
-3/+7
*
use the classmethod directive
Benjamin Peterson
2009-01-25
1
-4/+4
*
Document both importlib.machinery.BuiltinImporter and FrozenImporter.
Brett Cannon
2009-01-25
1
-1/+47
*
Fix markup for arguments in importlib docs.
Brett Cannon
2009-01-22
1
-2/+2
*
Document the (very small) public API for importlib. As time goes on and some
Brett Cannon
2009-01-20
1
-0/+78