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
*
Issue #16489: Make it clearer that importlib.find_loader() requires
Brett Cannon
2012-11-17
1
-5/+4
*
Fix typo.
Ezio Melotti
2012-10-21
1
-1/+1
*
Issue #15640: Document importlib.abc.Finder as deprecated.
Brett Cannon
2012-08-17
1
-24/+25
*
Merge #15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-3/+7
|
\
|
*
#15543: reflow paragraphs.
R David Murray
2012-08-15
1
-4/+3
|
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-1/+6
*
|
Push importlib ABC hierarchy chart.
Andrew Svetlov
2012-08-13
1
-0/+15
*
|
Minor doc formatting cleanup.
Brett Cannon
2012-08-11
1
-3/+3
*
|
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon
2012-08-10
1
-4/+4
*
|
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon
2012-08-10
1
-22/+46
*
|
Issue #15471: Don't use mutable object as default values for the
Brett Cannon
2012-08-06
1
-1/+1
*
|
Update the What's New details for importlib based on doc/ABC changes.
Brett Cannon
2012-08-02
1
-4/+6
*
|
Ditch the 'self' argument in importlib docs since it's implied.
Brett Cannon
2012-08-02
1
-8/+8
*
|
Issue #15502: Bring the importlib.PathFinder docs and docstring more in line ...
Nick Coghlan
2012-08-02
1
-10/+5
*
|
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...
Nick Coghlan
2012-08-02
1
-0/+11
*
|
Issue #15502: Bring the importlib ABCs into line with the current state of th...
Nick Coghlan
2012-08-02
1
-26/+43
*
|
Integration of importdocs from the features/pep-420 repo.
Barry Warsaw
2012-07-29
1
-6/+21
*
|
Fix importlib.machinery.all_suffixes docs
Nick Coghlan
2012-07-18
1
-4/+4
*
|
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...
Nick Coghlan
2012-07-18
1
-1/+12
*
|
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
Brett Cannon
2012-07-02
1
-0/+4
*
|
Fix a couple of versionadded/versionchanged related markup errors.
Georg Brandl
2012-06-24
1
-2/+2
*
|
Issue #14938: importlib.abc.SourceLoader.is_package() now takes the
Brett Cannon
2012-06-16
1
-2/+4
*
|
Add importlib.util.resolve_name().
Brett Cannon
2012-05-13
1
-0/+16
*
|
Issue #13959: Introduce importlib.find_loader().
Brett Cannon
2012-05-12
1
-0/+14
*
|
Issue #13959: Have
Brett Cannon
2012-05-11
1
-12/+9
*
|
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
1
-0/+37
*
|
Issue #14646: __import__() now sets __loader__ if need be.
Brett Cannon
2012-04-27
1
-7/+25
*
|
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg
2012-04-25
1
-8/+5
*
|
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg
2012-04-25
1
-5/+8
*
|
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg
2012-04-24
1
-8/+5
*
|
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
1
-0/+185
*
|
Clarify importlib.machinery.PathFinder's difference from what __import__() does.
Brett Cannon
2012-03-02
1
-1/+3
*
|
Minor doc cleanup.
Brett Cannon
2012-03-02
1
-6/+6
*
|
Update importlib.invalidate_caches() to be more general.
Brett Cannon
2012-02-27
1
-3/+12
*
|
Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...
Antoine Pitrou
2012-02-20
1
-0/+8
*
|
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-0/+19
|
/
*
Fix a few doc errors, mostly undefined keywords.
Georg Brandl
2011-01-15
1
-12/+12
*
#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
[next]