summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/test___package__.py
Commit message (Expand)AuthorAgeFilesLines
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* When the globals argument to importlib.__import__() contained any value forBrett Cannon2009-08-301-7/+13
* Make __package__ setting tests specific to importlib. Also move to assertRais...Brett Cannon2009-08-271-4/+5
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-3/+4
* 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-20/+20
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+110