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 #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-1/+1
|
\
\
|
|
/
|
*
[issue19152] Revert 832579dbafd6.
Eric Snow
2013-10-03
1
-5/+1
|
*
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
1
-1/+5
*
|
[issue 19152] Add versionadded for ExtensionFileLoader.get_filename().
Eric Snow
2013-10-05
1
-0/+2
*
|
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
1
-1/+5
*
|
Issue #18955: clarify what is removed by importlib.util.module_for_loader.
Brett Cannon
2013-09-13
1
-3/+3
*
|
merge for issue #18278
Brett Cannon
2013-06-21
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18278: properly document how the loaders are called for FileFinder
Brett Cannon
2013-06-21
1
-0/+2
*
|
documentation suggesting something which doesn't exist
Brett Cannon
2013-06-16
1
-2/+1
*
|
Merge doc/argument name fix
Brett Cannon
2013-06-16
1
-1/+1
|
\
\
|
|
/
|
*
Fix a misnaming of a method and an argument
Brett Cannon
2013-06-16
1
-1/+1
*
|
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon
2013-06-16
1
-0/+8
*
|
Issue #17907: touch up the code for imp.new_module().
Brett Cannon
2013-06-15
1
-0/+30
*
|
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
1
-0/+7
*
|
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon
2013-06-14
1
-0/+67
*
|
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
1
-9/+52
*
|
Add a reset_name argument to importlib.util.module_to_load in order to
Brett Cannon
2013-05-31
1
-1/+5
*
|
Add a reference to module_to_load
Brett Cannon
2013-05-31
1
-2/+1
*
|
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon
2013-05-30
1
-6/+7
*
|
Undo a recommendation as load_module() methods might be called directly
Brett Cannon
2013-05-28
1
-5/+1
*
|
Issue #18070: importlib.util.module_for_loader() now sets __loader__
Brett Cannon
2013-05-28
1
-8/+14
*
|
Clarify some documentation
Brett Cannon
2013-05-28
1
-31/+17
*
|
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon
2013-05-28
1
-0/+13
*
|
Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
Brett Cannon
2013-05-28
1
-4/+8
*
|
Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
Brett Cannon
2013-05-26
1
-11/+11
*
|
merge
Brett Cannon
2013-05-25
1
-3/+8
|
\
\
|
|
/
|
*
Various tweaks to importlib docs.
Brett Cannon
2013-05-25
1
-3/+8
*
|
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
1
-1/+1
*
|
merge for issue #17357
Brett Cannon
2013-04-28
1
-5/+5
|
\
\
|
|
/
|
*
Issue #17357: Use more stern wording for
Brett Cannon
2013-04-28
1
-5/+5
*
|
Fix invalid markup.
Georg Brandl
2013-04-11
1
-2/+2
*
|
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
Brett Cannon
2013-04-09
1
-13/+59
*
|
Issue #17099: Have importlib.find_loader() raise ValueError when
Brett Cannon
2013-03-13
1
-1/+7
*
|
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon
2013-03-13
1
-0/+4
*
|
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
Andrew Svetlov
2013-02-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
Andrew Svetlov
2013-02-17
1
-1/+1
*
|
Issue #15627: This is simply an update to the name of a new method recently a...
Eric Snow
2012-12-05
1
-1/+1
*
|
Issue #15627: Add the compile_source() method to
Brett Cannon
2012-11-18
1
-2/+15
*
|
Merge fix for #16489 from 3.3
Brett Cannon
2012-11-17
1
-5/+4
|
\
\
|
|
/
|
*
Issue #16489: Make it clearer that importlib.find_loader() requires
Brett Cannon
2012-11-17
1
-5/+4
*
|
Issue #15641: Clean up deprecated classes from importlib
Andrew Svetlov
2012-11-05
1
-138/+0
|
/
*
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
[prev]
[next]