aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/importlib/abc.py
Commit message (Expand)AuthorAge
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.Marc-Andre Lemburg2012-04-25
* Issue #14605: Revert renaming of _SourcelessFileLoader, since it causedMarc-Andre Lemburg2012-04-25
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoaderMarc-Andre Lemburg2012-04-25
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-22
* Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-12
* unused imports, pep8Philip Jenvey2012-02-24
* Move some code from importlib.__init__ to importlib._bootstrap thatBrett Cannon2012-01-25
* Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-13
* Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-10
* Issue 10899: Remove function type annotations from the stdlibRaymond Hettinger2011-01-13
* Issue 10899: Remove function type annotations from the stdlibRaymond Hettinger2011-01-13
* While not strictly necessary thanks to the odd ABC inheritance done throughBrett Cannon2010-08-22
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-03
* Move importlib.abc.SourceLoader to _bootstrap.Brett Cannon2010-06-28
* Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.Brett Cannon2010-06-27
* Clarify importlib.abc.PyPycLoader.write_bytecode().Brett Cannon2009-12-12
* Implement the PEP 302 protocol for get_filename() asBrett Cannon2009-07-20
* Importlib's documentation said that importlib.abc.PyLoader inherited fromBrett Cannon2009-07-20
* Implement InspectLoader for FrozenImporter.Brett Cannon2009-03-15
* Implement InspectLoader for BuiltinImporter.Brett Cannon2009-03-15
* A few more docstring/API cleanups for importlib.Brett Cannon2009-03-15
* Introduce importlib.abc. The module contains various ABCs related to importsBrett Cannon2009-03-09