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_api.py
Commit message (
Expand
)
Author
Age
*
Fix typo in test_api.py. (GH-16119)
Benjamin Peterson
2019-09-13
*
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...
Brett Cannon
2018-04-06
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
*
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
Eric Snow
2016-05-10
*
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
*
Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
Eric Snow
2014-05-13
*
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow
2014-01-25
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-06
*
Issue #19927: Add __eq__ to path-based loaders in importlib.
Eric Snow
2014-01-04
*
Issue 19851: Fix a regression in reloading submodules.
Eric Snow
2013-12-09
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
*
Issue #19413: Disregard duplicate namespace portions during reload tests.
Eric Snow
2013-10-31
*
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Eric Snow
2013-10-31
*
Issue #16803: test.test_importlib.test_api now runs under frozen and
Brett Cannon
2013-10-18
*
Closes issue #18698: ensure importlib.reload() returns the module out of sys....
Eric Snow
2013-08-14
*
Issue #17177: stop using imp in test_importlib
Brett Cannon
2013-06-15
*
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon
2013-06-14
*
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
*
Issue #17099: Have importlib.find_loader() raise ValueError when
Brett Cannon
2013-03-13
*
merge w/ 3.3
Brett Cannon
2013-02-03
|
\
|
*
Way too many places create modules temporarily that never set
Brett Cannon
2013-02-03
*
|
merge
Brett Cannon
2013-02-03
|
\
|
|
*
pyexpat/xml.parsers.expat create their errors and model modules from
Brett Cannon
2013-02-03
*
|
Merge w/ 3.3 more fixes thanks to issue #17098
Brett Cannon
2013-02-01
|
\
|
|
*
Issue #17098: Be more stringent of setting __loader__ on early imported
Brett Cannon
2013-02-01
*
|
merge with 3.3
Brett Cannon
2013-02-01
|
\
|
|
*
Add a test for fix of issue #17098
Brett Cannon
2013-02-01
|
/
*
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon
2012-08-10
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20