COMMITS
/ Doc/reference/import.rst 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
December 17, 2013
E
Issue #19713: Fix mistakes in the import page of language reference.
Eric Snow committed
November 24, 2013
G
Fix a few markup problems in the new import doc.
Georg Brandl committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
July 4, 2013
B
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon committed
June 13, 2013
B
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon committed
May 25, 2013
B
Mention __cached__ in the import ref.
Brett Cannon committed
May 4, 2013
B
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon committed
March 28, 2013
G
Merge with 3.3.
Georg Brandl committed
March 13, 2013
B
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon committed