COMMITS
/ Doc/reference/import.rst December 30, 2025
T
December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
February 14, 2025
I
Doc: update term "namespace package" (#129251)
Inada Naoki committed
January 26, 2025
A
gh-115911: Ignore PermissionError during import from cwd (#116131)
Alex Willmer committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
September 25, 2024
T
import: permit __name__ for use in __name__ = "__main__": (#124381)
Thomas Grainger committed
September 23, 2024
B
GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)
Brett Cannon committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
January 27, 2024
N
gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646)
Nikita Sobolev committed
October 27, 2023
J
Fix typos in import system docs (#111396)
Jonathan Berthias committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
Ezio Melotti committed
May 3, 2023
A
GH-97850: Suppress cross-references to the removed ``module_repr`` method (#104133)
Adam Turner committed
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
October 7, 2022
B
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 6, 2022
B
gh-97850: Remove the open issues section from the import reference (#97935)
Brett Cannon committed
October 5, 2022
B
August 5, 2022
B
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)
Barry Warsaw committed
July 17, 2022
T
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
April 26, 2022
S
bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)
slateny committed
April 17, 2022
S
gh-89885: Improve import example in language reference (#91523)
slateny committed
March 8, 2022
D
Removed confusing reference to sys (GH-31638)
David Gilbertson committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
August 24, 2021
J
bpo-39452: Rewrite and expand __main__.rst (#26883)
Jack DeVries committed
June 9, 2021
F
bpo-21760: fix __file__ description (GH-19097)
Furkan Onder 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