summaryrefslogtreecommitdiff
path: root/Lib/test/test_importlib/import_/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-0/+4
* Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-091-0/+4
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-4/+8
* Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-091-3/+2
* Issue #19712: Port test.test_importlib.import_ tests to use PEP 451Brett Cannon2013-11-291-15/+45
* Issue #16803: test.test_importlib.import_ now tests frozen and source codeBrett Cannon2013-11-081-17/+14
* Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-4/+0
* Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.Brett Cannon2013-07-041-7/+0
* Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-1/+0
* Issue #17177: stop using imp in test_importlibBrett Cannon2013-06-151-2/+3
* Issue #15767: Add an explicit test for raising ModuleNotFoundErrorBrett Cannon2013-06-121-0/+7
* Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-0/+4
* Issue #15316: Let exceptions raised during imports triggered by theBrett Cannon2012-08-241-0/+38
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+29