summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_namespace_pkgs.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-20/+0
|
* Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoaderBrett Cannon2013-06-161-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 Cannon2012-07-201-2/+2
|
* Give test directory a more reasonable name.Eric V. Smith2012-06-241-2/+4
|
* Fixes issue 15039: namespace packages are no longer imported in preference ↵Eric V. Smith2012-06-241-0/+8
| | | | to modules of the same name.
* Added test for namespace package dynamic path updates.Eric V. Smith2012-05-251-0/+45
|
* issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-251-0/+239