summaryrefslogtreecommitdiffstats
path: root/Doc/library/importlib.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-301-0/+15
* Issue #21156: importlib.abc.InspectLoader.source_to_code() is now aBrett Cannon2014-05-091-1/+7
* Merge for issue #21438Brett Cannon2014-05-091-1/+11
|\
| * Issue #21438: Document what loaders don't require a module name forBrett Cannon2014-05-091-1/+11
* | Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-041-0/+35
|/
* Get rid of deprecated IOError in the docAndrew Svetlov2014-03-311-6/+6
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-241-2/+2
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-1/+1
* Merge for issue #20488Brett Cannon2014-02-061-6/+8
|\
| * Issue #20488: Update docs to say importlib is *the* implementaiton ofBrett Cannon2014-02-061-6/+8
* | Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-251-17/+17
* | whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.R David Murray2014-01-081-4/+4
* | Issue #19719: Update various finder and loader ABCs such that theirBrett Cannon2014-01-071-2/+14
* | Issue #19713: Update importlib docs for module spec changes, including deprec...Eric Snow2013-12-171-22/+150
* | merge for issue #19963Brett Cannon2013-12-131-2/+5
|\ \ | |/
| * Issue #19963: Document that importlib.import_module() will importBrett Cannon2013-12-131-2/+5
| * Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).Serhiy Storchaka2013-11-291-10/+0
* | Issue #18864: Add a setter for ModuleSpec.has_location.Eric Snow2013-12-111-1/+1
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-0/+10
* | Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-64/+80
* | Issue #19410: Put back in special-casing of '' forBrett Cannon2013-11-011-3/+0
* | Tweak some doc wording for importlib.reloadBrett Cannon2013-10-251-2/+3
* | Doc markup fixes.Georg Brandl2013-10-191-2/+2
* | Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwdBrett Cannon2013-10-181-0/+7
* | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-1/+1
|\ \ | |/
| * [issue19152] Revert 832579dbafd6.Eric Snow2013-10-031-5/+1
| * [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-031-1/+5
* | [issue 19152] Add versionadded for ExtensionFileLoader.get_filename().Eric Snow2013-10-051-0/+2
* | [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-031-1/+5
* | Issue #18955: clarify what is removed by importlib.util.module_for_loader.Brett Cannon2013-09-131-3/+3
* | merge for issue #18278Brett Cannon2013-06-211-0/+2
|\ \ | |/
| * Issue #18278: properly document how the loaders are called for FileFinderBrett Cannon2013-06-211-0/+2
* | documentation suggesting something which doesn't existBrett Cannon2013-06-161-2/+1
* | Merge doc/argument name fixBrett Cannon2013-06-161-1/+1
|\ \ | |/
| * Fix a misnaming of a method and an argumentBrett Cannon2013-06-161-1/+1
* | Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-161-0/+8
* | Issue #17907: touch up the code for imp.new_module().Brett Cannon2013-06-151-0/+30
* | Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-141-0/+7
* | Issue #18193: Add importlib.reload(), documenting (but notBrett Cannon2013-06-141-0/+67
* | Issues #18088, 18089: IntroduceBrett Cannon2013-05-311-9/+52
* | Add a reset_name argument to importlib.util.module_to_load in order toBrett Cannon2013-05-311-1/+5
* | Add a reference to module_to_loadBrett Cannon2013-05-311-2/+1
* | Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-301-6/+7
* | Undo a recommendation as load_module() methods might be called directlyBrett Cannon2013-05-281-5/+1
* | Issue #18070: importlib.util.module_for_loader() now sets __loader__Brett Cannon2013-05-281-8/+14
* | Clarify some documentationBrett Cannon2013-05-281-31/+17
* | Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-281-0/+13
* | Issue #18072: Implement get_code() for importlib.abc.InspectLoader andBrett Cannon2013-05-281-4/+8
* | Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.Brett Cannon2013-05-261-11/+11