summaryrefslogtreecommitdiff
path: root/Lib/importlib/abc.py
Commit message (Expand)AuthorAgeFilesLines
* Expand compatibility shims with documentation and explicit imports.bpo-46118/resources-packageJason R. Coombs2021-12-191-3/+7
* bpo-46118: Move importlib.resources to its own package.Jason R. Coombs2021-12-171-135/+9
* bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...Barry Warsaw2021-10-201-1/+1
* bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...Brett Cannon2021-04-061-4/+16
* bpo-42129: Add support for resources in namespaces (GH-24670)Jason R. Coombs2021-03-041-31/+34
* bpo-42403: Fix pyflakes warnings in importlib (GH-23396)Victor Stinner2020-11-191-1/+0
* bpo-41006: importlib.util no longer imports typing (GH-20938)Victor Stinner2020-06-171-47/+1
* bpo-39791 native hooks for importlib.resources.files (GH-20576)Jason R. Coombs2020-06-071-1/+1
* bpo-39791: Add files() to importlib.resources (GH-19722)Jason R. Coombs2020-05-081-0/+86
* Remove binding of captured exceptions when not used to reduce the chances of ...Pablo Galindo2019-11-191-1/+1
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-051-1/+1
* bpo-33254: do not return an empty list when asking for the contents of a name...Brett Cannon2018-04-301-2/+2
* Implement the get_resource_reader() API for file system imports (#5168)Barry Warsaw2018-01-151-1/+4
* bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)Brett Cannon2018-01-121-2/+7
* bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)Brett Cannon2017-12-151-0/+38
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-3/+3
* bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...Matthias Bussonnier2017-02-151-6/+19
* Issue #26186: Remove an invalid type check inBrett Cannon2016-02-201-1/+0
* Issue #24192: Fix namespace package imports.Eric Snow2015-05-151-1/+2
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-8/+16
* Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-091-3/+0
* Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-301-1/+1
* Issue #21156: importlib.abc.InspectLoader.source_to_code() is now aBrett Cannon2014-05-091-1/+2
* Issue #19719: Update various finder and loader ABCs such that theirBrett Cannon2014-01-071-6/+26
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-061-5/+8
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-49/+53
* [issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex...Eric Snow2013-10-041-2/+2
* [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-031-0/+2
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoaderBrett Cannon2013-06-161-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Issues #18088, 18089: IntroduceBrett Cannon2013-05-311-5/+27
* Docstring cleanupBrett Cannon2013-05-311-2/+3
* Issue #18072: Implement get_code() for importlib.abc.InspectLoader andBrett Cannon2013-05-271-5/+25
* Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.Brett Cannon2013-05-261-0/+7
* Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/returnBrett Cannon2013-04-091-28/+45
* Issue #15641: Clean up deprecated classes from importlibAndrew Svetlov2012-11-051-177/+0
* Issue #15502: Refactor some code.Brett Cannon2012-08-101-4/+1
* Issue #15502: Finish bringing importlib.abc in line with the currentBrett Cannon2012-08-101-14/+28
* Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...Nick Coghlan2012-08-021-1/+1
* Issue #15502: Bring the importlib ABCs into line with the current state of th...Nick Coghlan2012-08-021-21/+49
* Typo.Barry Warsaw2012-07-311-2/+2
* Integration of importdocs from the features/pep-420 repo.Barry Warsaw2012-07-291-1/+18
* Closes #15030: Make importlib.abc.PyPycLoader respect the new .pycBrett Cannon2012-07-021-1/+7
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.Marc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Revert renaming of _SourcelessFileLoader, since it causedMarc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoaderMarc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-221-5/+28
* Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-121-7/+11
* unused imports, pep8Philip Jenvey2012-02-241-6/+4