summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #13593: updating the importlib utility decorators for __qualname__.Meador Inge2011-12-151-0/+10
* Move over to assertIs.Brett Cannon2010-06-211-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* 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