Eric Snow
|
6029e08691
|
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
The function is also moved to importlib.util.
|
2014-01-25 15:32:46 -07:00 |
Brett Cannon
|
86aae6a7b3
|
Issue #19712: Update test.test_importlib.import_ to test/use PEP 451
where appropriate.
|
2013-12-06 12:07:25 -05:00 |
Brett Cannon
|
873d1226b7
|
Make test_importlib output easier to trace back to the failing test
class.
|
2013-11-22 14:47:09 -05:00 |
Brett Cannon
|
1340049f65
|
Issue #16803: Move test_importlib.test_util to use both frozen and
source code.
|
2013-10-18 15:40:11 -04:00 |
Brett Cannon
|
3ad327ec3a
|
Issue #16803: Run test.test_importlib.test_abc under both
_frozen_importlib and source.
|
2013-10-04 14:47:14 -04:00 |
Brett Cannon
|
ef888024d8
|
Issue #17177: stop using imp in test_importlib
|
2013-06-15 18:39:21 -04:00 |
Brett Cannon
|
45a5e3afe5
|
Issue #15168: Move importlb.test to test.test_importlib.
This should make the Linux distros happy as it is now easier to leave
importlib's tests out of their base Python distribution.
|
2012-07-20 14:48:53 -04:00 |