COMMITS
/ Doc/reference/import.rst October 17, 2022
C
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)
C.A.M. Gerlach committed
October 6, 2022
M
gh-97850: Remove the open issues section from the import reference (GH-97935)
Miss Islington (bot) committed
July 5, 2022
April 17, 2022
M
gh-89885: Improve import example in language reference (GH-91523)
Miss Islington (bot) committed
March 8, 2022
M
Removed confusing reference to sys (GH-31638)
Miss Islington (bot) committed
August 24, 2021
M
bpo-39452: Rewrite and expand __main__.rst (GH-26883)
Miss Islington (bot) committed
April 2, 2021
B
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon committed
March 30, 2021
B
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044)
Brett Cannon committed
March 26, 2021
B
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon committed
October 21, 2020
G
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Géry Ogam committed
Z
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
Zackery Spytz committed
January 30, 2020
B
Improve grammar in the import system reference documentation (GH-18209)
Bonifacio de Oliveira committed
December 29, 2019
O
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
Oleg Höfling committed
November 13, 2019
S
Fix minor typos. (GH-17095)
Shu committed
November 8, 2019
May 1, 2019
April 24, 2019
J
bpo-30840: Document relative imports (#12831)
Joannah Nanjekye committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
November 7, 2018
A
Mark -c and -O as command line options in reStructuredText. (GH-10103)
Andrés Delfino committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
April 20, 2018
B
Clarify that __path__ can't be just any value (GH-6554)
Brett Cannon committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
November 3, 2017
B
Fix a grammatical problem and reword for clarity. (#4257)
Barry Warsaw committed
October 17, 2017
B
bpo-31799: Make module.__spec__ more discoverable (#4010)
Barry Warsaw committed
September 5, 2017
B
link to legacy doc on the non-legacy website (#3362)
Benjamin Peterson committed
May 30, 2017
K
Improve grammar in The Import System documentation (GH-1862)
kms70847 committed
May 16, 2017
D
Fix ModuleNotFoundError typo in import reference (#1606)
Dominik Miedziński committed
February 26, 2017
M
bpo-26184: import.rst: Improve versionchanged note (GH-325)
Mariatta committed
M
bpo-26184: import.rst: Improve versionchanged note (GH-277)
Mariatta committed
M
bpo-29648: import.rst: Add reference to create_module() (GH-290)
Marco Buttu committed
September 7, 2016
E
Issue #15767: Use ModuleNotFoundError.
Eric Snow committed
August 12, 2016
B
Merge for issue #27712
Brett Cannon committed
B
Issue #27712: Fix some typos in the import docs.
Brett Cannon committed
January 22, 2016
B
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon committed
January 15, 2016
B
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Brett Cannon committed
December 4, 2015
B
Issue #25500: Fix the language reference to not claim that import
Brett Cannon committed
July 25, 2015
B
Issue #24713: Use importlib.reload() in import reference document.
Berker Peksag committed
B
Issue #24713: Use importlib.reload() in import reference document.
Berker Peksag committed
April 22, 2015
B
Issue #24029: Document the name binding behavior for submodule imports.
Barry Warsaw committed
B
Issue #24029: Document the name binding behavior for submodule imports.
Barry Warsaw committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
January 9, 2015
B
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon committed
November 21, 2014
B
Issue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon committed
November 7, 2014
B
Issue #22242: Try to make some import-related loader details clearer.
Brett Cannon committed
October 29, 2014
G
Fixing broken links in doc, part 3: the rest
Georg Brandl committed
G
Use https:// URLs when referring to python.org hosts.
Georg Brandl committed
March 29, 2014
N
Issue #19697: document more __main__.__spec__ quirks
Nick Coghlan committed
E
Issue #19697: Document cases where __main__.__spec__ is None.
Eric Snow committed
January 5, 2014
L
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
Larry Hastings committed
December 23, 2013
S
Removed spaces before commas and periods.
Serhiy Storchaka committed