| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26186: Remove the restriction that built-in and extension | Brett Cannon | 2016-06-25 | 1 | -13/+11 |
|
|
* | Merge from 3.5 | Brett Cannon | 2016-06-25 | 1 | -1/+1 |
|\ |
|
| * | Fix a scoping issue where an UnboundLocalError was triggered if a | Brett Cannon | 2016-06-25 | 1 | -1/+1 |
|
|
* | | Merge for issue #26186 | Brett Cannon | 2016-02-21 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | Issue #26186: Remove an invalid type check in | Brett Cannon | 2016-02-21 | 1 | -5/+0 |
|
|
* | | Issue #25771: Tweak ValueError message when package isn't specified | Brett Cannon | 2015-12-04 | 1 | -2/+2 |
|/ |
|
* | Issue #23911: Move path-based bootstrap code to a separate frozen module. | Eric Snow | 2015-05-03 | 1 | -6/+6 |
|
|
* | Issue #19720: Suppressed context for some exceptions in importlib. | Serhiy Storchaka | 2014-11-21 | 1 | -2/+2 |
|
|
* | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 1 | -0/+1 |
|
|
* | Issue #17621: Introduce importlib.util.LazyLoader. | Brett Cannon | 2014-04-04 | 1 | -1/+93 |
|
|
* | Issue 19944: Fix importlib.find_spec() so it imports parents as needed. | Eric Snow | 2014-01-25 | 1 | -0/+72 |
|
|
* | Issue 19713: Add PEP 451-related deprecations. | Eric Snow | 2014-01-07 | 1 | -5/+15 |
|
|
* | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 1 | -7/+58 |
|
|
* | Issue #18076: Introduce imoportlib.util.decode_source(). | Brett Cannon | 2013-06-16 | 1 | -0/+1 |
|
|
* | Issue #17907: touch up the code for imp.new_module(). | Brett Cannon | 2013-06-15 | 1 | -0/+2 |
|
|
* | Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the | Brett Cannon | 2013-06-14 | 1 | -0/+1 |
|
|
* | fix whitespace | Brett Cannon | 2013-05-31 | 1 | -1/+1 |
|
|
* | Issues #18088, 18089: Introduce | Brett Cannon | 2013-05-31 | 1 | -1/+44 |
|
|
* | Rename importlib.util.ModuleManager to module_to_load so that the name | Brett Cannon | 2013-05-30 | 1 | -1/+1 |
|
|
* | Introduce importlib.util.ModuleManager which is a context manager to | Brett Cannon | 2013-05-28 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|