summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/source/test_case_sensitivity.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.Brett Cannon2012-01-301-0/+6
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-5/+7
* Tests for case-senstivity were not being skipped for darwin when installed on aBrett Cannon2009-05-111-7/+7
* Finish properly hiding importlib implementation code.Brett Cannon2009-03-121-2/+2
* Separate out finder for source and source/bytecode.Brett Cannon2009-02-211-1/+1
* Do some cleanup in importlib:Brett Cannon2009-02-211-1/+1
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-2/+2
* Split out support code that is specific to source tests out ofBrett Cannon2009-02-011-1/+3
* Tests of case-sensitivity were being executed on OSs which did not have aBrett Cannon2009-01-181-2/+1
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+57