summaryrefslogtreecommitdiffstats
path: root/Doc/library/importlib.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* mergeBrett Cannon2013-05-251-3/+8
|\
| * Various tweaks to importlib docs.Brett Cannon2013-05-251-3/+8
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-1/+1
* | merge for issue #17357Brett Cannon2013-04-281-5/+5
|\ \ | |/
| * Issue #17357: Use more stern wording forBrett Cannon2013-04-281-5/+5
* | Fix invalid markup.Georg Brandl2013-04-111-2/+2
* | Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/returnBrett Cannon2013-04-091-13/+59
* | Issue #17099: Have importlib.find_loader() raise ValueError whenBrett Cannon2013-03-131-1/+7
* | Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-131-0/+4
* | Issue #17215: Fix documentation misprints (patch by July Tikhonov)Andrew Svetlov2013-02-171-1/+1
|\ \ | |/
| * Issue #17215: Fix documentation misprints (patch by July Tikhonov)Andrew Svetlov2013-02-171-1/+1
* | Issue #15627: This is simply an update to the name of a new method recently a...Eric Snow2012-12-051-1/+1
* | Issue #15627: Add the compile_source() method toBrett Cannon2012-11-181-2/+15
* | Merge fix for #16489 from 3.3Brett Cannon2012-11-171-5/+4
|\ \ | |/
| * Issue #16489: Make it clearer that importlib.find_loader() requiresBrett Cannon2012-11-171-5/+4
* | Issue #15641: Clean up deprecated classes from importlibAndrew Svetlov2012-11-051-138/+0
|/
* Fix typo.Ezio Melotti2012-10-211-1/+1
* Issue #15640: Document importlib.abc.Finder as deprecated.Brett Cannon2012-08-171-24/+25
* Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-3/+7
|\
| * #15543: reflow paragraphs.R David Murray2012-08-151-4/+3
| * #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-1/+6
* | Push importlib ABC hierarchy chart.Andrew Svetlov2012-08-131-0/+15
* | Minor doc formatting cleanup.Brett Cannon2012-08-111-3/+3
* | Issue #15576: Allow extension modules to be a package's __init__Brett Cannon2012-08-101-4/+4
* | Issue #15502: Finish bringing importlib.abc in line with the currentBrett Cannon2012-08-101-22/+46
* | Issue #15471: Don't use mutable object as default values for theBrett Cannon2012-08-061-1/+1
* | 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