COMMITS
/ Lib/importlib/abc.py April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
March 4, 2021
J
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs committed
November 19, 2020
V
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Victor Stinner committed
June 17, 2020
V
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner committed
June 8, 2020
J
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs committed
May 8, 2020
J
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs committed
November 19, 2019
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
April 30, 2018
January 15, 2018
B
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw committed
January 12, 2018
B
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
Brett Cannon committed
December 16, 2017
B
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
February 16, 2017
M
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32)
Matthias Bussonnier committed
February 21, 2016
B
Issue #26186: Remove an invalid type check in
Brett Cannon committed
May 16, 2015
E
Issue #24192: Fix namespace package imports.
Eric Snow committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
January 9, 2015
B
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
May 9, 2014
B
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
Brett Cannon committed
January 7, 2014
B
Issue #19719: Update various finder and loader ABCs such that their
Brett Cannon committed
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
October 5, 2013
October 3, 2013
E
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 16, 2013
B
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
May 31, 2013
B
Issues #18088, 18089: Introduce
Brett Cannon committed
B
Docstring cleanup
Brett Cannon committed
May 28, 2013
B
Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
Brett Cannon committed
May 26, 2013
B
Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
Brett Cannon committed
April 9, 2013
B
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
Brett Cannon committed
November 5, 2012
A
Issue #15641: Clean up deprecated classes from importlib
Andrew Svetlov committed
August 10, 2012
B
Issue #15502: Refactor some code.
Brett Cannon committed
B
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon committed
August 2, 2012
N
July 29, 2012
B
Integration of importdocs from the features/pep-420 repo.
Barry Warsaw committed
July 2, 2012
B
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
Brett Cannon committed
April 25, 2012
M
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg committed
M
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg committed
April 24, 2012
M
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg committed
April 22, 2012
B
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon committed
April 13, 2012
B
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon committed
February 25, 2012
P
unused imports, pep8
Philip Jenvey committed
January 25, 2012
B
Move some code from importlib.__init__ to importlib._bootstrap that
Brett Cannon committed
January 13, 2012
A
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou committed
December 10, 2011