summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/test_fromlist.py
Commit message (Expand)AuthorAgeFilesLines
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-12/+12
* Allow importlib.__import__ to accept any iterable for fromlist. Discovered whenBrett Cannon2009-08-301-2/+9
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-011-9/+10
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-29/+28
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+116