summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/source/test_abc_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-11/+11
* Backport of r74103.Brett Cannon2009-07-201-8/+8
* Tests for case-senstivity were not being skipped for darwin when installed on aBrett Cannon2009-05-111-8/+8
* importlib.test.source.test_abc_loader was making a bad assumption that all fileBrett Cannon2009-04-021-16/+21
* Make a test in importlib have a more robust test value.Brett Cannon2009-04-021-1/+1
* Give a more informative message on an importlib test upon failure.Brett Cannon2009-04-021-1/+3
* Implement get_source for importlib.abc.PyLoader using source_path and get_data.Brett Cannon2009-03-101-9/+32
* Introduce importlib.abc. The module contains various ABCs related to importsBrett Cannon2009-03-091-0/+390