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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow
2021-10-14
2
-25/+36
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
2
-18/+48
*
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
2
-23/+60
*
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow
2021-10-01
1
-13/+66
*
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Eric Snow
2021-09-15
1
-14/+21
*
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...
Eric Snow
2021-09-14
2
-96/+123
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
2
-2/+5
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
1
-8/+0
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
1
-8/+12
*
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
1
-2/+0
*
Closes #22002: Merge with 3.4
Zachary Ware
2014-07-23
2
-12/+8
|
\
|
*
Issue #22002: Make full use of test discovery in test sub-packages.
Zachary Ware
2014-07-23
2
-12/+8
*
|
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
2
-10/+19
|
/
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-07
1
-8/+34
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
2
-10/+114
*
Issue #16803: test.test_importlib.frozen now runs both frozen and source code
Brett Cannon
2013-11-08
2
-31/+33
*
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
Brett Cannon
2013-10-25
2
-2/+2
*
Issue #17177: stop using imp in test_importlib
Brett Cannon
2013-06-15
1
-4/+6
*
Issue #18065: For frozen packages set __path__ to [].
Brett Cannon
2013-06-01
1
-1/+1
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
3
-0/+181