Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an inheritance test for importlib.abc.SourceLoader. | Brett Cannon | 2010-06-28 | 1 | -0/+5 |
* | Implement the PEP 302 protocol for get_filename() as | Brett Cannon | 2009-07-20 | 1 | -1/+7 |
* | Importlib's documentation said that importlib.abc.PyLoader inherited from | Brett Cannon | 2009-07-20 | 1 | -14/+61 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
* | Introduce importlib.abc. The module contains various ABCs related to imports | Brett Cannon | 2009-03-09 | 1 | -0/+31 |