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
/
frozen
/
test_finder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner
2023-06-06
1
-3/+0
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
1
-40/+0
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
1
-2/+1
*
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow
2021-10-14
1
-14/+15
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
1
-13/+39
*
Rearrage the finder tests. (gh-28740)
Eric Snow
2021-10-05
1
-30/+56
*
bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()...
Eric Snow
2021-10-05
1
-23/+53
*
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow
2021-10-01
1
-13/+66
*
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...
Eric Snow
2021-09-14
1
-2/+6
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
1
-1/+4
*
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
1
-4/+8
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-6/+39
*
Issue #16803: test.test_importlib.frozen now runs both frozen and source code
Brett Cannon
2013-11-08
1
-8/+8
*
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
Brett Cannon
2013-10-25
1
-1/+1
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-0/+47