summaryrefslogtreecommitdiff
path: root/Lib/test/test_importlib/frozen
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-2/+0
* Closes #22002: Merge with 3.4Zachary Ware2014-07-232-10/+19
|\
| * Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-162-10/+19
* | Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-232-12/+8
|/
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-061-8/+34
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-222-10/+114
* Issue #16803: test.test_importlib.frozen now runs both frozen and source codeBrett Cannon2013-11-082-31/+33
* Issue #16803: Stop having test.test_importlib.abc ABCs inherit fromBrett Cannon2013-10-252-2/+2
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-151-4/+6
* Issue #18065: For frozen packages set __path__ to [].Brett Cannon2013-05-311-1/+1
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-203-0/+181