summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/extension/test_case_sensitivity.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #13890: Also fix for extension module tests for case-insensitivity.Brett Cannon2012-01-301-0/+6
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-1/+2
* Tests for case-senstivity were not being skipped for darwin when installed on aBrett Cannon2009-05-111-2/+2
* Finish properly hiding importlib implementation code.Brett Cannon2009-03-121-2/+2
* Skip case-sensitivity tests for extension modules if _testcapi cannot be found.Brett Cannon2009-03-081-0/+2
* Do some cleanup in importlib:Brett Cannon2009-02-211-1/+1
* Factor out helper code from importlib.test.extension.test_path_hook.Brett Cannon2009-02-071-3/+3
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-6/+6
* Tests of case-sensitivity were being executed on OSs which did not have aBrett Cannon2009-01-181-2/+2
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+39