summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test
Commit message (Expand)AuthorAgeFilesLines
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-019-88/+99
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-0121-191/+159
* Do not execute the .pyc/.pyo files as well as the .py files.Brett Cannon2009-02-011-1/+4
* Split out support code that is specific to source tests out ofBrett Cannon2009-02-017-110/+123
* Move source loader tests (including reload tests) over toBrett Cannon2009-02-012-73/+72
* Fix importlib.machinery.FrozenImporter.load_module() to set __package__Brett Cannon2009-02-011-18/+51
* Move extension module loader tests over to importlib.test.abc.LoaderTests.Brett Cannon2009-02-011-3/+22
* Move built-in loader tests to importlib.test.abc.LoaderTests.Brett Cannon2009-02-011-3/+23
* Merge testing ABCs for importlib into importlib.test.abc.Brett Cannon2009-01-306-47/+45
* Initial take on importlib.test.loader_tests.Brett Cannon2009-01-271-0/+61
* Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-5/+8
* Move importlib.test.builtin.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-8/+27
* Make importlib.test.finder_tests an ABC.Brett Cannon2009-01-271-14/+14
* Move importlib.test.extension.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-2/+19
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-224-7/+8
* Remove a debugging print statement that accidentally got left in.Brett Cannon2009-01-191-1/+0
* Tests of case-sensitivity were being executed on OSs which did not have aBrett Cannon2009-01-183-4/+13
* Skip over any file or folder that starts with a dot (e.g. .svn).Brett Cannon2009-01-181-0/+3
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-1831-0/+2142