GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
library
/
importlib.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon
2014-04-04
1
-0
/
+35
*
Get rid of deprecated IOError in the doc
Andrew Svetlov
2014-04-01
1
-6
/
+6
*
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl
2014-03-24
1
-2
/
+2
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-15
1
-1
/
+1
*
Merge for issue #20488
Brett Cannon
2014-02-06
1
-6
/
+8
|
\
|
*
Issue #20488: Update docs to say importlib is *the* implementaiton of
Brett Cannon
2014-02-06
1
-6
/
+8
*
|
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow
2014-01-25
1
-17
/
+17
*
|
whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.
R David Murray
2014-01-08
1
-4
/
+4
*
|
Issue #19719: Update various finder and loader ABCs such that their
Brett Cannon
2014-01-07
1
-2
/
+14
*
|
Issue #19713: Update importlib docs for module spec changes, including deprec...
Eric Snow
2013-12-16
1
-22
/
+150
*
|
merge for issue #19963
Brett Cannon
2013-12-13
1
-2
/
+5
|
\
|
|
*
Issue #19963: Document that importlib.import_module() will import
Brett Cannon
2013-12-13
1
-2
/
+5
|
*
Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).
Serhiy Storchaka
2013-11-29
1
-10
/
+0
*
|
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow
2013-12-10
1
-1
/
+1
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-2
/
+2
|
\
|
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-0
/
+10
*
|
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-64
/
+80
*
|
Issue #19410: Put back in special-casing of '' for
Brett Cannon
2013-11-01
1
-3
/
+0
*
|
Tweak some doc wording for importlib.reload
Brett Cannon
2013-10-25
1
-2
/
+3
*
|
Doc markup fixes.
Georg Brandl
2013-10-19
1
-2
/
+2
*
|
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
Brett Cannon
2013-10-18
1
-0
/
+7
*
|
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-04
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-14
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-27
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-27
1
-5
/
+5
|
\
|
[next]