summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/source/test_finder.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-147/+0
* Use assertIsNone. Thanks Terry Reedy.Eric V. Smith2012-06-281-1/+1
* Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...Eric V. Smith2012-06-271-1/+1
* Fixes issue 15039: namespace packages are no longer imported in preference to...Eric V. Smith2012-06-241-1/+1
* issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-251-19/+0
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-10/+10
* Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-041-4/+4
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.Marc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Revert renaming of _SourcelessFileLoader, since it causedMarc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoaderMarc-Andre Lemburg2012-04-241-1/+1
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-221-5/+10
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-3/+4
* Update importlib.invalidate_caches() to be more general.Brett Cannon2012-02-271-0/+7
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-1/+11
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-2/+4
* PEP 3147Barry Warsaw2010-04-171-1/+12
* Move over to using assertRaises as a context manager for importlib tests.Brett Cannon2009-08-271-4/+4
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* Finish properly hiding importlib implementation code.Brett Cannon2009-03-121-2/+2
* Separate out finder for source and source/bytecode.Brett Cannon2009-02-211-1/+1
* Do some cleanup in importlib:Brett Cannon2009-02-211-1/+1
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-1/+0
* Split out support code that is specific to source tests out ofBrett Cannon2009-02-011-5/+6
* Merge testing ABCs for importlib into importlib.test.abc.Brett Cannon2009-01-301-2/+2
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+130