summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/import_
Commit message (Expand)AuthorAgeFilesLines
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-232-12/+8
* Issue #19593: Use specific asserts in importlib tests.Serhiy Storchaka2014-07-072-2/+2
* Issue #20763: Fix importlib.machinery.PathFinder to supportBrett Cannon2014-02-261-0/+24
* Issue #19712: Update test.test_importlib.import_ to test/use PEP 451Brett Cannon2013-12-067-53/+74
* Issue #19712: Port test.test_importlib.import_ tests to use PEP 451Brett Cannon2013-11-293-16/+68
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-2/+2
* Issue #16803: test.test_importlib.import_ now tests frozen and source codeBrett Cannon2013-11-0810-152/+146
* [Issue #19357] Ensure module "loaded" during tests gets forgotten.Eric Snow2013-10-231-1/+1
|\
| * [Issue #19357] Ensure module "loaded" during tests gets forgotten.Eric Snow2013-10-231-1/+1
| * Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-271-1/+1
* | 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