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
/
util.py
Commit message (
Expand
)
Author
Age
*
Merge for #27083
Brett Cannon
2016-07-16
|
\
|
*
Fix regressions introduced by fixes for issue #27083.
Brett Cannon
2016-07-16
*
|
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon
2016-07-08
|
/
*
Issue #24192: Fix namespace package imports.
Eric Snow
2015-05-15
*
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
*
Issue #19721: Consolidate test_importlib utility code into a single
Brett Cannon
2014-05-09
*
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow
2014-01-25
*
Issue #19712: Update test.test_importlib.import_ to test/use PEP 451
Brett Cannon
2013-12-06
*
Make test_importlib output easier to trace back to the failing test
Brett Cannon
2013-11-22
*
Issue #16803: Move test_importlib.test_util to use both frozen and
Brett Cannon
2013-10-18
*
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
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20