summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-25/+0
* Issue #14585: test_import now runs all tests underBrett Cannon2012-04-201-0/+25
* Importlib was using custom code to discover all test modules in importlib.test.Brett Cannon2009-07-151-31/+0
* Do not execute the .pyc/.pyo files as well as the .py files.Brett Cannon2009-02-011-1/+4
* Remove a debugging print statement that accidentally got left in.Brett Cannon2009-01-191-1/+0
* Skip over any file or folder that starts with a dot (e.g. .svn).Brett Cannon2009-01-181-0/+3
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+26