summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
Commit message (Expand)AuthorAgeFilesLines
...
* Move built-in loader tests to importlib.test.abc.LoaderTests.Brett Cannon2009-02-012-5/+24
* 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-272-8/+66
* Update importlib NOTES.Brett Cannon2009-01-271-2/+9
* 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
* Update NOTES for importlib.Brett Cannon2009-01-261-18/+8
* Document both importlib.machinery.BuiltinImporter and FrozenImporter.Brett Cannon2009-01-252-8/+2
* Add some comment markers to more clearly delineate what different parts of theBrett Cannon2009-01-221-1/+5
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-227-75/+68
* Document the (very small) public API for importlib. As time goes on and someBrett Cannon2009-01-202-30/+30
* Remove a debugging print statement that accidentally got left in.Brett Cannon2009-01-191-1/+0
* Fix a typo in some code that is not tested or supported yet.Brett Cannon2009-01-191-1/+1
* Tests of case-sensitivity were being executed on OSs which did not have aBrett Cannon2009-01-183-4/+13
* NOTES for importlib should mention the ultimate end-goal for the package.Brett Cannon2009-01-181-0/+2
* 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-1834-0/+3350