summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/frozen/test_finder.py
Commit message (Expand)AuthorAgeFilesLines
* 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