COMMITS
/ Lib/importlib/abc.py 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
January 13, 2011
R
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger committed
R
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger committed
August 22, 2010
B
While not strictly necessary thanks to the odd ABC inheritance done through
Brett Cannon committed
July 3, 2010
B
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon committed
June 28, 2010
B
Move importlib.abc.SourceLoader to _bootstrap.
Brett Cannon committed
June 27, 2010
B
Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.
Brett Cannon committed
December 12, 2009
B
Clarify importlib.abc.PyPycLoader.write_bytecode().
Brett Cannon committed
July 20, 2009
B
Implement the PEP 302 protocol for get_filename() as
Brett Cannon committed
B
Importlib's documentation said that importlib.abc.PyLoader inherited from
Brett Cannon committed
March 15, 2009
B
Implement InspectLoader for FrozenImporter.
Brett Cannon committed
B
Implement InspectLoader for BuiltinImporter.
Brett Cannon committed
B
A few more docstring/API cleanups for importlib.
Brett Cannon committed