Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15168: Move importlb.test to test.test_importlib. | Brett Cannon | 2012-07-20 | 1 | -47/+0 |
* | Use assertIsNone. Thanks Terry Reedy. | Eric V. Smith | 2012-06-28 | 1 | -1/+1 |
* | Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j... | Eric V. Smith | 2012-06-27 | 1 | -1/+1 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
* | Merge testing ABCs for importlib into importlib.test.abc. | Brett Cannon | 2009-01-30 | 1 | -2/+2 |
* | Move importlib.test.frozen.test_finder over to importlib.test.finder_tests. | Brett Cannon | 2009-01-27 | 1 | -5/+8 |
* | Add importlib.machinery with its first tenants, BuitinImporter and | Brett Cannon | 2009-01-22 | 1 | -2/+2 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 1 | -0/+44 |