Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Importlib was using custom code to discover all test modules in importlib.test. | Brett Cannon | 2009-07-15 | 1 | -31/+0 |
* | Do not execute the .pyc/.pyo files as well as the .py files. | Brett Cannon | 2009-02-01 | 1 | -1/+4 |
* | Remove a debugging print statement that accidentally got left in. | Brett Cannon | 2009-01-19 | 1 | -1/+0 |
* | 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 | 1 | -0/+26 |