summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename importlib.util.set___package__ to set_package.Brett Cannon2009-03-041-3/+3
|
* Expose importlib.util.set___package__.Brett Cannon2009-03-021-1/+50
|
* Implement the more specific PEP 302 semantics for loaders and what happens uponBrett Cannon2009-02-171-0/+69
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.