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
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-4/+4
*
[Docs] Fix required version of an example of importlib (GH-10118)
E Kawashima
2018-11-05
1
-1/+1
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
1
-1/+1
*
importlib doc: Fix approximated import_module() code (GH-9945)
orlnub123
2018-10-24
1
-1/+1
*
Fix the versionadded indentation in exec_module doc (GH-8719)
Andrés Delfino
2018-08-12
1
-1/+1
*
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak
2018-06-16
1
-1/+1
*
bpo-33254: do not return an empty list when asking for the contents of a name...
Brett Cannon
2018-04-30
1
-4/+4
*
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...
Brett Cannon
2018-04-06
1
-1/+6
*
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...
Himanshu Lakhara
2018-03-23
1
-1/+1
*
Update and sync importlib.resources documentation (#5694)
Barry Warsaw
2018-02-16
1
-5/+22
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
1
-1/+1
*
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
Brett Cannon
2018-01-12
1
-7/+24
*
bpo-32248 - Implement importlib.resources (#4911)
Barry Warsaw
2017-12-30
1
-1/+126
*
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon
2017-12-16
1
-0/+66
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-0/+11
*
bpo-31799: Make module.__spec__ more discoverable (#4010)
Barry Warsaw
2017-10-17
1
-1/+9
*
link to legacy doc on the non-legacy website (#3362)
Benjamin Peterson
2017-09-05
1
-1/+1
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-0/+5
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
1
-0/+3
*
Issue #28896: Deprecate WindowsRegistryFinder
Steve Dower
2016-12-07
1
-0/+4
*
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka
2016-12-04
1
-2/+2
|
\
|
*
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka
2016-12-04
1
-2/+2
*
|
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-6/+6
|
\
\
|
|
/
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-6/+6
*
|
Issue #27853: Add section headers to the importlib example docs
Brett Cannon
2016-09-08
1
-0/+19
*
|
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
1
-0/+9
*
|
merge 3.5 (#27957)
Benjamin Peterson
2016-09-05
1
-1/+1
|
\
\
|
|
/
|
*
remove ungrammarical apostrophe (closes #27957)
Benjamin Peterson
2016-09-05
1
-1/+1
*
|
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
|
Issue #26186: Remove the restriction that built-in and extension
Brett Cannon
2016-06-25
1
-14/+24
*
|
Merge with 3.5
Terry Jan Reedy
2016-06-23
1
-0/+14
|
\
\
|
|
/
|
*
Issue #27304: Source code links for sub-packages in the same file.
Terry Jan Reedy
2016-06-23
1
-0/+14
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+3
*
|
Issue #27147: Mention PEP 420 in the importlib docs.
Eric Snow
2016-05-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #27147: Mention PEP 420 in the importlib docs.
Eric Snow
2016-05-28
1
-0/+3
*
|
Issue #26252: Add an example on how to register a finder
Brett Cannon
2016-03-18
1
-2/+32
*
|
Fix a name in an example
Brett Cannon
2016-02-21
1
-1/+1
*
|
Issue #26397: Update an importlib example to use util.module_from_spec() inst...
Brett Cannon
2016-02-21
1
-1/+1
*
|
Merge w/ 3.5
Brett Cannon
2016-02-21
1
-1/+2
|
\
\
|
|
/
|
*
List what classes from importlib.machinery don't work with importlib.util.Laz...
Brett Cannon
2016-02-21
1
-1/+2
*
|
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
|
\
[next]