| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue 19944: Fix importlib.find_spec() so it imports parents as needed. | Eric Snow | 2014-01-25 | 1 | -1/+33 |
| | | | | | The function is also moved to importlib.util. | ||||
| * | Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 | Brett Cannon | 2013-12-06 | 1 | -8/+40 |
| | | | | | where appropriate. | ||||
| * | Make test_importlib output easier to trace back to the failing test | Brett Cannon | 2013-11-22 | 1 | -0/+1 |
| | | | | | class. | ||||
| * | Issue #16803: Move test_importlib.test_util to use both frozen and | Brett Cannon | 2013-10-18 | 1 | -0/+11 |
| | | | | | source code. | ||||
| * | Issue #16803: Run test.test_importlib.test_abc under both | Brett Cannon | 2013-10-04 | 1 | -0/+9 |
| | | | | | _frozen_importlib and source. | ||||
| * | Issue #17177: stop using imp in test_importlib | Brett Cannon | 2013-06-15 | 1 | -2/+2 |
| | | |||||
| * | Issue #15168: Move importlb.test to test.test_importlib. | Brett Cannon | 2012-07-20 | 1 | -0/+140 |
| This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution. | |||||
