Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo in some code that is not tested or supported yet. | Brett Cannon | 2009-01-19 | 1 | -1/+1 |
* | Tests of case-sensitivity were being executed on OSs which did not have a | Brett Cannon | 2009-01-18 | 3 | -4/+13 |
* | NOTES for importlib should mention the ultimate end-goal for the package. | Brett Cannon | 2009-01-18 | 1 | -0/+2 |
* | Skip over any file or folder that starts with a dot (e.g. .svn). | Brett Cannon | 2009-01-18 | 1 | -0/+3 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 34 | -0/+3350 |