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
/
test
/
test_importlib
/
test_abc.py
Commit message (
Expand
)
Author
Age
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-06
*
gh-97850: Remove all known instances of module_repr() (#97876)
Barry Warsaw
2022-10-05
*
gh-93963: Remove ResourceReaderDefaultsTests (GH-96598)
Jason R. Coombs
2022-09-05
*
gh-96280: suppress deprecation warning in test_importlib (GH-96281)
Irit Katriel
2022-08-26
*
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...
Barry Warsaw
2022-08-04
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
*
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi
2020-08-04
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-20
*
bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
Joannah Nanjekye
2019-06-21
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
*
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon
2017-12-15
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
*
bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576...
Serhiy Storchaka
2017-04-29
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-15
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
*
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
Eric Snow
2016-05-10
*
Issue #19593: Use specific asserts in importlib tests.
Serhiy Storchaka
2014-07-07
|
\
|
*
Issue #19593: Use specific asserts in importlib tests.
Serhiy Storchaka
2014-07-07
*
|
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
|
/
*
Issue #19719: Update various finder and loader ABCs such that their
Brett Cannon
2014-01-07
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-06
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
*
[issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex...
Eric Snow
2013-10-04
*
Issue #16803: Run test.test_importlib.test_abc under both
Brett Cannon
2013-10-04
*
Issue #17177: stop using imp in test_importlib
Brett Cannon
2013-06-15
*
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
*
Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
Brett Cannon
2013-05-27
*
Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
Brett Cannon
2013-05-26
*
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
Brett Cannon
2013-04-09
*
Issue #15641: Clean up deprecated classes from importlib
Andrew Svetlov
2012-11-05
*
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon
2012-08-10
*
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...
Nick Coghlan
2012-08-02
*
Issue #15502: Bring the importlib ABCs into line with the current state of th...
Nick Coghlan
2012-08-02
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20