COMMITS
/ Lib/imp.py September 13, 2021
E
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow committed
September 2, 2021
V
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner committed
April 3, 2021
March 4, 2020
V
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
Victor Stinner committed
October 28, 2019
V
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner committed
July 7, 2018
B
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson committed
June 23, 2017
A
bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)
Alexandru Ardelean committed
July 15, 2016
B
Merge for #26844
Brett Cannon committed
B
Issue #26844: Fix imp.find_module() to have the exception related to
Brett Cannon committed
October 16, 2015
B
Upgrade the imp module's deprecation to DeprecationWarning.
Brett Cannon committed
September 5, 2015
N
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
April 14, 2015
Z
Closes #23956: Merge with 3.4
Zachary Ware committed
Z
Issue #23956: Fix typo in imp.py docstring.
Zachary Ware committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 27, 2015
B
Fix module deprecation warnings to have a useful stacklevel
Brett Cannon committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
November 23, 2013
S
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
August 23, 2013
B
merge for issue #18755
Brett Cannon committed
B
Issue #18755: Allow imp.load_*() loaders to have get_data() called
Brett Cannon committed
August 15, 2013
E
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Eric Snow committed
August 10, 2013
E
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 16, 2013
B
Issue #17177: The imp module is pending deprecation.
Brett Cannon committed
June 15, 2013
B
Issue #18194: Introduce importlib.util.cache_from_source() and
Brett Cannon committed
B
Make it more obvious what things used in imp are snuck in through private APIs
Brett Cannon committed
B
Issue #17907: touch up the code for imp.new_module().
Brett Cannon committed
June 14, 2013
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
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
May 3, 2013
B
Issue #15902: Fix imp.load_module() to accept None as a file when
Brett Cannon committed
April 28, 2013
B
Issue #17358: imp.load_source() and load_compiled() should now return
Brett Cannon committed
March 17, 2013
B
Issue #16880: _imp.load_dynamic() is not defined on a platform that
Brett Cannon committed
August 31, 2012
N
Issue #15828: Restore support for C extension modules in imp.load_module()
Nick Coghlan committed
August 10, 2012
B
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon committed
July 13, 2012
B
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Brett Cannon committed
July 9, 2012
B
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Brett Cannon committed
B
Issue #15056: imp.cache_from_source() and source_from_cache() raise
Brett Cannon committed
B
Issue #15256: Re-use the ImportError exception message as defined by
Brett Cannon committed
July 2, 2012
B
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
Brett Cannon committed
June 15, 2012
B
Issue #13959: Add to imp.find_module() and load_module's docstrings
Brett Cannon committed
May 11, 2012
B
Issue #13959: Have
Brett Cannon committed
B
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon committed
May 5, 2012
B
don't append the bytecode suffix to the source suffixes global
Benjamin Peterson committed
May 4, 2012
B
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon committed
B
Properly mark names in importlib._bootstrap as private.
Brett Cannon committed
April 29, 2012
B
Re-indent.
Brett Cannon committed
B
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Brett Cannon committed