summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/frozen/test_finder.py
Commit message (Expand)AuthorAgeFilesLines
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-061-3/+0
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-40/+0
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-221-2/+1
* bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)Eric Snow2021-10-141-14/+15
* bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)Eric Snow2021-10-051-13/+39
* Rearrage the finder tests. (gh-28740)Eric Snow2021-10-051-30/+56
* bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()...Eric Snow2021-10-051-23/+53
* bpo-45020: Add more test cases for frozen modules. (gh-28664)Eric Snow2021-10-011-13/+66
* bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...Eric Snow2021-09-141-2/+6
* bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...Brett Cannon2021-04-061-1/+4
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-4/+8
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-6/+39
* Issue #16803: test.test_importlib.frozen now runs both frozen and source codeBrett Cannon2013-11-081-8/+8
* Issue #16803: Stop having test.test_importlib.abc ABCs inherit fromBrett Cannon2013-10-251-1/+1
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+47