Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Issue #15168: Move importlb.test to test.test_importlib. | Brett Cannon | 2012-07-20 |
* | Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j... | Eric V. Smith | 2012-06-27 |
* | Add importlib.util.resolve_name(). | Brett Cannon | 2012-05-13 |
* | Issue #14646: __import__() now sets __loader__ if need be. | Brett Cannon | 2012-04-27 |
* | Issue #12599: Be more strict in accepting None vs. a false-like object | Brett Cannon | 2012-04-17 |
* | Issue #13593: updating the importlib utility decorators for __qualname__. | Meador Inge | 2011-12-14 |
* | Move over to assertIs. | Brett Cannon | 2010-06-21 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | Rename importlib.util.set___package__ to set_package. | Brett Cannon | 2009-03-04 |
* | Expose importlib.util.set___package__. | Brett Cannon | 2009-03-02 |
* | Implement the more specific PEP 302 semantics for loaders and what happens upon | Brett Cannon | 2009-02-17 |