Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e3cafebb5cb2bc4df03afb03fa206a37d076d7ee
/
Doc
/
library
/
importlib.rst
8a34690
[3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820)
by Jason R. Coombs
· 5 years ago
7f7e706
bpo-39791: Add files() to importlib.resources (GH-19722)
by Jason R. Coombs
· 5 years ago
302e5a8
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158)
by Brett Cannon
· 5 years ago
138ccbb
bpo-38738: Fix formatting of True and False. (GH-17083)
by Serhiy Storchaka
· 6 years ago
9cbb97b
bpo-37574: Mention helper functions for find_spec documentation (GH-14739)
by jdkandersson
· 6 years ago
39d87b5
Fix typos mostly in comments, docs and test names (GH-15209)
by Min ho Kim
· 6 years ago
c5fa449
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
by Ngalim Siregar
· 6 years ago
544fa15
Swap 'if' branches so content matches to condition in importlib example (GH-14947)
by Tzu-ping Chung
· 6 years ago
0827064
bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723)
by Brett Cannon
· 6 years ago
b607d99
bpo-37459: importlib docs improperly reference get_resource_loader() (#14568)
by aldwinaldwin
· 6 years ago
cee29b4
bpo-35486: Note Py3.6 import system API requirement change (GH-11540)
by Nick Coghlan
· 7 years ago
2b57c43
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
by Serhiy Storchaka
· 7 years ago
16c8a53
[Docs] Fix required version of an example of importlib (GH-10118)
by E Kawashima
· 7 years ago
e483f02
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
by Stéphane Wirtel
· 7 years ago
78401f7
importlib doc: Fix approximated import_module() code (GH-9945)
by orlnub123
· 7 years ago
65b5ef0
Fix the versionadded indentation in exec_module doc (GH-8719)
by Andrés Delfino
· 7 years ago
c151f78
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
by Xtreak
· 7 years ago
3ab9365
bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)
by Brett Cannon
· 7 years ago
9e2be60
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402)
by Brett Cannon
· 7 years ago
5cbb841
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
by Himanshu Lakhara
· 7 years ago
997b8c1
Update and sync importlib.resources documentation (#5694)
by Barry Warsaw
· 7 years ago
bbbcf86
bpo-32303 - Consistency fixes for namespace loaders (#5481)
by Barry Warsaw
· 8 years ago
bca4218
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
by Brett Cannon
· 8 years ago
deae6b4
bpo-32248 - Implement importlib.resources (#4911)
by Barry Warsaw
· 8 years ago
4ac5150
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
by Brett Cannon
· 8 years ago
42aa93b
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
by Benjamin Peterson
· 8 years ago
191e313
bpo-31799: Make module.__spec__ more discoverable (#4010)
by Barry Warsaw
· 8 years ago
60dbed1
link to legacy doc on the non-legacy website (#3362)
by Benjamin Peterson
· 8 years ago
8c3f05e
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899)
by Milan Oberkirch
· 8 years ago
9498782
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972)
by Garvit Khatri
· 8 years ago
2036742
Issue #28896: Deprecate WindowsRegistryFinder
by Steve Dower
· 9 years ago
e418432
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 9 years ago
29b0a26
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 9 years ago
989db5c
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
f7e2ea2
remove ungrammarical apostrophe (closes #27957)
by Benjamin Peterson
· 9 years ago
2376316
Issue #27853: Add section headers to the importlib example docs
by Brett Cannon
· 9 years ago
035a100
Issue #26667: Add path-like object support to importlib.util.
by Brett Cannon
· 9 years ago
942dd9f
merge 3.5 (#27957)
by Benjamin Peterson
· 9 years ago
8bde911
Issue #27626: Merge spelling fixes from 3.5
by Martin Panter
· 9 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 9 years ago
696c35e
Issue #26186: Remove the restriction that built-in and extension
by Brett Cannon
· 9 years ago
58d3f59
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
dcb6c88
Issue #27304: Source code links for sub-packages in the same file.
by Terry Jan Reedy
· 9 years ago
4da945f
Merge Issue #22558.
by Terry Jan Reedy
· 9 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 9 years ago
dc4f7c0
Issue #27147: Mention PEP 420 in the importlib docs.
by Eric Snow
· 9 years ago
338502b
Issue #27147: Mention PEP 420 in the importlib docs.
by Eric Snow
· 9 years ago
5936313
Issue #26252: Add an example on how to register a finder
by Brett Cannon
· 9 years ago
86a8be0
Fix a name in an example
by Brett Cannon
· 9 years ago
4cbab34
Issue #26397: Update an importlib example to use util.module_from_spec() instead of create_module()
by Brett Cannon
· 9 years ago
fe1941e
Merge w/ 3.5
by Brett Cannon
· 9 years ago
27c712e
List what classes from importlib.machinery don't work with importlib.util.LazyLoader
by Brett Cannon
· 9 years ago
89e5433
Issue #26242: Fix another one in importlib.rst
by Berker Peksag
· 10 years ago
fe5f614
Issue #26242: Fix another one in importlib.rst
by Berker Peksag
· 10 years ago
52c854a
Merge from 3.5
by Brett Cannon
· 10 years ago
3bf1d87
Fix a typo in a code example
by Brett Cannon
· 10 years ago
a85e927
Issue #25802: Add an examples section to importlib.
by Brett Cannon
· 10 years ago
eae3079
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader.
by Brett Cannon
· 10 years ago
6e9d2e6
Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly
by Berker Peksag
· 10 years ago
84835ab
Issue #25161: Merge full stops from 3.4 into 3.5
by Martin Panter
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
1ae28d2
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
by Robert Collins
· 10 years ago
b3ca31f
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
by Robert Collins
· 10 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
deed215
Merge: #24081: Remove obsolete caveat from import docs.
by R David Murray
· 10 years ago
6d877ef
#24081: Remove obsolete caveat from import docs.
by R David Murray
· 10 years ago
770ce20
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
by Larry Hastings
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
3fa8422
Issue #23422: Clarify some things around importlib.import_module()
by Brett Cannon
· 10 years ago
02d8454
Issue #23014: Make importlib.abc.Loader.create_module() required when
by Brett Cannon
· 11 years ago
b6e2556
Issue #22834: Have import suppress FileNotFoundError when the current
by Brett Cannon
· 11 years ago
bad8d4b
merge with 3.4
by Georg Brandl
· 11 years ago
b7354a6
Fixing broken links in doc, part 4: some more breaks and redirects
by Georg Brandl
· 11 years ago
cadc3fd
Merge with 3.4
by Georg Brandl
· 11 years ago
e73778c
Use https:// URLs when referring to python.org hosts.
by Georg Brandl
· 11 years ago
2a17bde
Issue #20383: Introduce importlib.util.module_from_spec().
by Brett Cannon
· 11 years ago
6eaac13
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
by Brett Cannon
· 11 years ago
a237a98
Merge for issue #21438
by Brett Cannon
· 11 years ago
062fcac
Issue #21438: Document what loaders don't require a module name for
by Brett Cannon
· 11 years ago
a04dbe4
Issue #17621: Introduce importlib.util.LazyLoader.
by Brett Cannon
· 11 years ago
08af000
Get rid of deprecated IOError in the doc
by Andrew Svetlov
· 11 years ago
df48b97
Fix a few scoping issues with versionadded/versionchanged directives.
by Georg Brandl
· 11 years ago
3732ed2
Merge in all documentation changes since branching 3.4.0rc1.
by Larry Hastings
· 11 years ago
3303b6a
Merge for issue #20488
by Brett Cannon
· 12 years ago
07fbd78
Issue #20488: Update docs to say importlib is *the* implementaiton of
by Brett Cannon
· 12 years ago
6029e08
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
by Eric Snow
· 12 years ago
0ae7ae1
whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.
by R David Murray
· 12 years ago
8d94229
Issue #19719: Update various finder and loader ABCs such that their
by Brett Cannon
· 12 years ago
ca2d854
Issue #19713: Update importlib docs for module spec changes, including deprecations.
by Eric Snow
· 12 years ago
706a729
merge for issue #19963
by Brett Cannon
· 12 years ago
98620d8
Issue #19963: Document that importlib.import_module() will import
by Brett Cannon
· 12 years ago
b282b3d
Issue #18864: Add a setter for ModuleSpec.has_location.
by Eric Snow
· 12 years ago
0e90e99
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 12 years ago
fbc1c26
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 12 years ago
889d24e
Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).
by Serhiy Storchaka
· 12 years ago
b523f84
Implement PEP 451 (ModuleSpec).
by Eric Snow
· 12 years ago
f6901c8
Issue #19410: Put back in special-casing of '' for
by Brett Cannon
· 12 years ago
8ad3786
Tweak some doc wording for importlib.reload
by Brett Cannon
· 12 years ago
0f5bff2
Doc markup fixes.
by Georg Brandl
· 12 years ago
Next »