summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/import_
Commit message (Expand)AuthorAgeFilesLines
* Issue #15767: Add an explicit test for raising ModuleNotFoundErrorBrett Cannon2013-06-131-0/+7
* Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-122-4/+8
* Normalize whitespaceBrett Cannon2013-03-131-1/+1
* Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-131-0/+44
* Do a better job of preserving the state of sys.modules.Barry Warsaw2012-11-201-1/+6
|\
| * Do a better job of preserving the state of sys.modules.Barry Warsaw2012-11-201-1/+6
* | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-4/+21
|\ \ | |/
| * - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-4/+21
* | Clean up some warnings in test suite output.Nadeem Vawda2012-10-131-1/+1
|/
* Closes issue #15111: Calling __import__ with a module specified inBrett Cannon2012-10-101-1/+14
* 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-2010-0/+933