index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
abc.py
Commit message (
Expand
)
Author
Age
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
*
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-12
*
unused imports, pep8
Philip Jenvey
2012-02-24
*
Move some code from importlib.__init__ to importlib._bootstrap that
Brett Cannon
2012-01-25
*
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
*
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...
Florent Xicluna
2011-12-10
*
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
*
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
*
While not strictly necessary thanks to the odd ABC inheritance done through
Brett Cannon
2010-08-22
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
*
Move importlib.abc.SourceLoader to _bootstrap.
Brett Cannon
2010-06-28
*
Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.
Brett Cannon
2010-06-27
*
Clarify importlib.abc.PyPycLoader.write_bytecode().
Brett Cannon
2009-12-12
*
Implement the PEP 302 protocol for get_filename() as
Brett Cannon
2009-07-20
*
Importlib's documentation said that importlib.abc.PyLoader inherited from
Brett Cannon
2009-07-20
*
Implement InspectLoader for FrozenImporter.
Brett Cannon
2009-03-15
*
Implement InspectLoader for BuiltinImporter.
Brett Cannon
2009-03-15
*
A few more docstring/API cleanups for importlib.
Brett Cannon
2009-03-15
*
Introduce importlib.abc. The module contains various ABCs related to imports
Brett Cannon
2009-03-09