Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 | 1 | -1/+1 |
* | A few more docstring/API cleanups for importlib. | Brett Cannon | 2009-03-15 | 1 | -15/+1 |
* | Finish properly hiding importlib implementation code. | Brett Cannon | 2009-03-12 | 1 | -4/+0 |
* | Define importlib.__init__.__all__. | Brett Cannon | 2009-03-12 | 1 | -1/+3 |
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -2/+2 |
* | Rewrite the code implementing __import__ for importlib. Now it is much simpler | Brett Cannon | 2009-02-07 | 1 | -6/+4 |
* | Add some comment markers to more clearly delineate what different parts of the | Brett Cannon | 2009-01-22 | 1 | -1/+5 |
* | Document the (very small) public API for importlib. As time goes on and some | Brett Cannon | 2009-01-20 | 1 | -21/+26 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 1 | -0/+133 |