index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
abc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
1
-1/+5
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
1
-91/+1
*
gh-93963: Officially deprecate abcs and warn about their usage. (GH-93965)
Jason R. Coombs
2022-07-03
1
-5/+14
*
bpo-46118: Move importlib.resources to its own package. (#30176)
Jason R. Coombs
2021-12-31
1
-135/+13
*
bpo-46125: Refactor tests to test traversable API directly. Includes changes ...
Jason R. Coombs
2021-12-19
1
-1/+1
*
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...
Barry Warsaw
2021-10-20
1
-1/+1
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
1
-4/+16
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
1
-31/+34
*
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Victor Stinner
2020-11-19
1
-1/+0
*
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner
2020-06-17
1
-47/+1
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs
2020-06-08
1
-1/+1
*
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs
2020-05-08
1
-0/+86
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
1
-1/+1
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-1/+1
*
bpo-33254: do not return an empty list when asking for the contents of a name...
Brett Cannon
2018-04-30
1
-2/+2
*
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw
2018-01-15
1
-1/+4
*
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
Brett Cannon
2018-01-12
1
-2/+7
*
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon
2017-12-16
1
-0/+38
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-3/+3
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-16
1
-6/+19
*
Issue #26186: Remove an invalid type check in
Brett Cannon
2016-02-21
1
-1/+0
*
Issue #24192: Fix namespace package imports.
Eric Snow
2015-05-16
1
-1/+2
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-8/+16
*
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
1
-3/+0
*
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-1/+1
*
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
Brett Cannon
2014-05-09
1
-1/+2
*
Issue #19719: Update various finder and loader ABCs such that their
Brett Cannon
2014-01-07
1
-6/+26
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-07
1
-5/+8
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-49/+53
*
[issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex...
Eric Snow
2013-10-05
1
-2/+2
*
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
1
-0/+2
*
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1/+1
*
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
Brett Cannon
2013-06-16
1
-1/+1
*
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-1/+1
*
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
1
-5/+27
*
Docstring cleanup
Brett Cannon
2013-05-31
1
-2/+3
*
Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
Brett Cannon
2013-05-28
1
-5/+25
*
Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
Brett Cannon
2013-05-26
1
-0/+7
*
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
Brett Cannon
2013-04-09
1
-28/+45
*
Issue #15641: Clean up deprecated classes from importlib
Andrew Svetlov
2012-11-05
1
-177/+0
*
Issue #15502: Refactor some code.
Brett Cannon
2012-08-10
1
-4/+1
*
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon
2012-08-10
1
-14/+28
*
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...
Nick Coghlan
2012-08-02
1
-1/+1
*
Issue #15502: Bring the importlib ABCs into line with the current state of th...
Nick Coghlan
2012-08-02
1
-21/+49
*
Typo.
Barry Warsaw
2012-07-31
1
-2/+2
*
Integration of importdocs from the features/pep-420 repo.
Barry Warsaw
2012-07-29
1
-1/+18
*
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
Brett Cannon
2012-07-02
1
-1/+7
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg
2012-04-25
1
-1/+1
*
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg
2012-04-25
1
-1/+1
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg
2012-04-24
1
-1/+1
[next]