COMMITS
/ Doc/library/imp.rst November 11, 2024
N
Docs: re-create pages for removed modules to document their removal. (#126622)
Ned Batchelder committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
May 20, 2022
C
gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793)
CAM Gerlach committed
June 13, 2020
Z
bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)
Zackery Spytz committed
September 12, 2019
W
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040)
Windson yang committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
January 8, 2016
B
Issue #25802: Add an examples section to importlib.
Brett Cannon committed
May 2, 2015
R
Merge: #24081: Remove obsolete caveat from import docs.
R David Murray committed
R
#24081: Remove obsolete caveat from import docs.
R David Murray committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
May 9, 2014
B
Issue #21157: Touch up imp docs to be more explicit about importlib
Brett Cannon committed
March 24, 2014
G
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl committed
January 17, 2014
B
Issues #20194,20195: Add missing :deprecated: markers to some module
Brett Cannon committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
October 25, 2013
B
Issue #19392: Document that imp.reload() now relies on __loader__
Brett Cannon committed
B
merge from 3.3
Brett Cannon committed
June 21, 2013
A
Merge from 3.3
Andrew Kuchling committed
A
Closes #18272: use 'builtins' for 3.3 instead of __builtin__
Andrew Kuchling committed
June 19, 2013
B
Issue #17177: Clarify some deprecations
Brett Cannon committed
June 16, 2013
B
Issue #17177: The imp module is pending deprecation.
Brett Cannon committed
June 15, 2013
B
Issue #17907: touch up the code for imp.new_module().
Brett Cannon committed
June 14, 2013
B
Issue #17907: Document types.ModuleType's constructor and attributes,
Brett Cannon committed
B
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon committed
B
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon committed
April 18, 2013
R
#17135: Add note in imp to use importlib for new programs.
R David Murray committed
April 17, 2013
R
#17135: mark imp as deprecated as of 3.4.
R David Murray committed
March 13, 2013
B
Issue #17176: Document that imp.NullImporter is no longer
Brett Cannon committed
B
Issue #17176: Document that imp.NullImporter is no longer inserted
Brett Cannon committed
July 13, 2012
B
Issue #15053: Make sure all functions related to the import lock have
Brett Cannon committed
July 9, 2012
B
Issue #15056: imp.cache_from_source() and source_from_cache() raise
Brett Cannon committed
May 17, 2012
A
Move import lock-related functions to a separate doc section.
Antoine Pitrou committed
A
Issue #9260: A finer-grained import lock.
Antoine Pitrou committed
May 13, 2012
B
Issue #13959: Document imp.find_module/load_module as deprecated.
Brett Cannon committed
May 11, 2012
B
Deprecate the imp constants related to imp.get_suffixes().
Brett Cannon committed
B
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon committed
April 10, 2012
S
minor .rst fix
Senthil Kumaran committed
March 19, 2012
R
#14355: remove obsolete doc reference to previously removed init_frozen.
R David Murray committed
December 30, 2010
G
Remove mentions of the Demo directory.
Georg Brandl committed
December 16, 2010
É
Add missing docs and directives related to PEP 3147 and byte-compilation
Éric Araujo committed
December 12, 2010
A
Remove reference to stuff which is already obsolete in 2.x.
Antoine Pitrou committed
September 15, 2010
A
Add cross-references to the glossary entry for file objects.
Antoine Pitrou committed
September 13, 2010
B
add spaces
Benjamin Peterson committed
B
remove less complete of duplicate docs
Benjamin Peterson committed
B
remove duplicate statement
Benjamin Peterson committed
May 14, 2010
V
Merged revisions 81163 via svnmerge from
Victor Stinner committed