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 #26242: Fix another one in importlib.rst
Berker Peksag
2016-01-30
1
-1/+1
|
\
|
*
Issue #26242: Fix another one in importlib.rst
Berker Peksag
2016-01-30
1
-1/+1
*
|
Merge from 3.5
Brett Cannon
2016-01-22
1
-1/+1
|
\
\
|
|
/
|
*
Fix a typo in a code example
Brett Cannon
2016-01-22
1
-1/+1
*
|
Issue #25802: Add an examples section to importlib.
Brett Cannon
2016-01-08
1
-2/+89
*
|
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...
Brett Cannon
2015-12-29
1
-0/+8
|
/
*
Issue #21240: Add an abstractmethod directive to mark abstract methods in the...
Berker Peksag
2015-12-08
1
-6/+6
*
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+1
|
\
|
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-1/+1
*
|
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
1
-5/+5
|
\
\
|
|
/
|
*
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
1
-5/+5
*
|
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-9/+19
*
|
Merge: #24081: Remove obsolete caveat from import docs.
R David Murray
2015-05-02
1
-6/+0
|
\
\
|
|
/
|
*
#24081: Remove obsolete caveat from import docs.
R David Murray
2015-05-02
1
-6/+0
*
|
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
Larry Hastings
2015-04-19
1
-1/+1
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-13/+35
*
|
Issue #23422: Clarify some things around importlib.import_module()
Brett Cannon
2015-02-20
1
-6/+13
*
|
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
1
-10/+14
*
|
Issue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon
2014-11-21
1
-0/+5
*
|
merge with 3.4
Georg Brandl
2014-10-29
1
-1/+1
|
\
\
|
|
/
|
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
1
-1/+1
*
|
Merge with 3.4
Georg Brandl
2014-10-29
1
-1/+1
|
\
\
|
|
/
|
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-1/+1
*
|
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-0/+15
*
|
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
Brett Cannon
2014-05-09
1
-1/+7
*
|
Merge for issue #21438
Brett Cannon
2014-05-09
1
-1/+11
|
\
\
|
|
/
|
*
Issue #21438: Document what loaders don't require a module name for
Brett Cannon
2014-05-09
1
-1/+11
*
|
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-03-31
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-16
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-17
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-11
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
[next]