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
/
test
/
test_importlib
/
test_spec.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44070: No longer eagerly makes import filenames absolute, except for exte...
Steve Dower
2021-05-10
1
-2/+2
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-4/+15
*
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
1
-0/+6
*
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
1
-0/+3
*
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-160/+27
*
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
1
-43/+29
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-07
1
-1/+1
*
Remove dead PEP 451 code.
Eric Snow
2014-01-07
1
-12/+0
*
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow
2013-12-11
1
-0/+7
*
Remove commented-out module spec test code and an out-of-date note.
Eric Snow
2013-12-10
1
-10/+0
*
Issue #19758: silence PendingDeprecationWarnings in test_importlib.
Eric Snow
2013-12-08
1
-4/+8
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-0/+968