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_windows.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Steve Dower
2022-02-02
1
-3/+14
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
1
-3/+5
*
bpo-43864: Silence deprecation warning in test_importlib.test_module_found an...
Shreyan Avigyan
2021-04-27
1
-2/+6
*
Silence find_module() DeprecationWarning on Windows tests (GH-25563)
Brett Cannon
2021-04-23
1
-1/+4
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-0/+45
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
1
-2/+20
*
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi
2020-08-04
1
-1/+2
*
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-1/+1
*
#22980 Adds platform and version tags to .pyd files
Steve Dower
2014-12-16
1
-0/+24
*
Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder.
Brett Cannon
2014-08-22
1
-2/+63
*
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
1
-10/+5
*
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
Eric Snow
2014-01-03
1
-0/+29