Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add importlib.util.resolve_name(). | Brett Cannon | 2012-05-13 | 1 | -0/+16 |
| | |||||
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | Implement importlib.util.set_loader: a decorator to automatically set | Brett Cannon | 2009-03-10 | 1 | -0/+1 |
| | | | | __loader__ on modules. | ||||
* | Rename importlib.util.set___package__ to set_package. | Brett Cannon | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | Expose importlib.util.set___package__. | Brett Cannon | 2009-03-02 | 1 | -0/+1 |
| | |||||
* | Implement the more specific PEP 302 semantics for loaders and what happens upon | Brett Cannon | 2009-02-17 | 1 | -0/+2 |
load failure in relation to reloads. Also expose importlib.util.module_for_loader to handle all of the details of this along with making sure all current loaders behave nicely. |