Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 1 | -20/+0 |
| | |||||
* | Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader | Brett Cannon | 2013-06-16 | 1 | -5/+24 |
| | | | | | conform the the InspectLoader ABC. Perk of this is that runpy/-m can now work with namespace packages. | ||||
* | Fix another import error. | Brett Cannon | 2012-07-20 | 1 | -2/+2 |
| | |||||
* | Give test directory a more reasonable name. | Eric V. Smith | 2012-06-24 | 1 | -2/+4 |
| | |||||
* | Fixes issue 15039: namespace packages are no longer imported in preference ↵ | Eric V. Smith | 2012-06-24 | 1 | -0/+8 |
| | | | | to modules of the same name. | ||||
* | Added test for namespace package dynamic path updates. | Eric V. Smith | 2012-05-25 | 1 | -0/+45 |
| | |||||
* | issue 14660: Implement PEP 420, namespace packages. | Eric V. Smith | 2012-05-25 | 1 | -0/+239 |