summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/import_
Commit message (Expand)AuthorAgeFilesLines
* Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwdBrett Cannon2013-10-181-2/+2
* Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-042-8/+4
* 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-153-6/+6
* 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