summaryrefslogtreecommitdiffstats
path: root/Doc/library/importlib.rst
Commit message (Expand)AuthorAgeFilesLines
* Update the What's New details for importlib based on doc/ABC changes.Brett Cannon2012-08-021-4/+6
* Ditch the 'self' argument in importlib docs since it's implied.Brett Cannon2012-08-021-8/+8
* Issue #15502: Bring the importlib.PathFinder docs and docstring more in line ...Nick Coghlan2012-08-021-10/+5
* Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...Nick Coghlan2012-08-021-0/+11
* Issue #15502: Bring the importlib ABCs into line with the current state of th...Nick Coghlan2012-08-021-26/+43
* Integration of importdocs from the features/pep-420 repo.Barry Warsaw2012-07-291-6/+21
* Fix importlib.machinery.all_suffixes docsNick Coghlan2012-07-181-4/+4
* Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...Nick Coghlan2012-07-181-1/+12
* Closes #15030: Make importlib.abc.PyPycLoader respect the new .pycBrett Cannon2012-07-021-0/+4
* Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-2/+2
* Issue #14938: importlib.abc.SourceLoader.is_package() now takes theBrett Cannon2012-06-161-2/+4
* Add importlib.util.resolve_name().Brett Cannon2012-05-131-0/+16
* Issue #13959: Introduce importlib.find_loader().Brett Cannon2012-05-121-0/+14
* Issue #13959: HaveBrett Cannon2012-05-111-12/+9
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-0/+37
* Issue #14646: __import__() now sets __loader__ if need be.Brett Cannon2012-04-271-7/+25
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.Marc-Andre Lemburg2012-04-251-8/+5
* Issue #14605: Revert renaming of _SourcelessFileLoader, since it causedMarc-Andre Lemburg2012-04-251-5/+8
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoaderMarc-Andre Lemburg2012-04-241-8/+5
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-221-0/+185
* Clarify importlib.machinery.PathFinder's difference from what __import__() does.Brett Cannon2012-03-021-1/+3
* Minor doc cleanup.Brett Cannon2012-03-021-6/+6
* Update importlib.invalidate_caches() to be more general.Brett Cannon2012-02-271-3/+12
* Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...Antoine Pitrou2012-02-201-0/+8
* Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-131-0/+19
* Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-151-12/+12
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* #6522: add a "decorator" directive to explicitly document decorators, and use...Georg Brandl2010-07-291-3/+3
* Minor clarification about importlib.abc.SourceLoader.get_filename.Brett Cannon2010-07-211-1/+1
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-2/+5
* Make a sentence a little less awkward.Brett Cannon2010-06-291-2/+1
* Move importlib.abc.SourceLoader to _bootstrap.Brett Cannon2010-06-281-1/+2
* Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.Brett Cannon2010-06-271-111/+107
* Add a link to PEP 3147 from the importlib docs.Brett Cannon2010-06-271-0/+3
* Fix the wrong numbering of a PEP.Brett Cannon2010-01-131-1/+1
* Wording clarification.Brett Cannon2009-12-101-4/+5
* Clarify the intention of raising ImportError for importlib.abc.PyLoader.(sour...Brett Cannon2009-12-091-2/+3
* update to realityBenjamin Peterson2009-11-131-2/+2
* Pluralize a word.Brett Cannon2009-11-071-1/+1
* Clean up a minor bit of wording.Brett Cannon2009-08-181-2/+2
* Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of wha...Brett Cannon2009-07-201-1/+1
* Implement the PEP 302 protocol for get_filename() asBrett Cannon2009-07-201-5/+36
* typoTarek Ziadé2009-05-141-1/+1
* Explain a little about the explanation.Brett Cannon2009-04-011-0/+5
* Add a meta path importer example.Brett Cannon2009-04-011-7/+98
* Add some clarification to the importlib docs.Brett Cannon2009-04-011-4/+8
* Thorough review of importlib docs. Reviewed by Brett himself.Guido van Rossum2009-03-301-34/+50
* Fix a doc typo.Brett Cannon2009-03-161-1/+1
* Implement InspectLoader for FrozenImporter.Brett Cannon2009-03-151-1/+2
* Implement InspectLoader for BuiltinImporter.Brett Cannon2009-03-151-10/+11