summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/import_
Commit message (Expand)AuthorAgeFilesLines
* Issue #26367: Have importlib.__init__() raise RuntimeError whenBrett Cannon2016-02-201-0/+5
* Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX.Serhiy Storchaka2015-11-111-8/+14
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-031-1/+1
* Issue #22834: Drop a redundant comment and use errno instead of anBrett Cannon2015-02-271-2/+2
* Issue #22834: Fix a failing test under Solaris due to the platform notBrett Cannon2015-02-201-2/+8
* Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-092-0/+7
* Issue #22834: cwd can't not exist on Windows, skip the testZachary Ware2014-11-221-0/+1
* Issue #22834: Have import suppress FileNotFoundError when the currentBrett Cannon2014-11-211-0/+12
* Closes #22002: Merge with 3.4Zachary Ware2014-07-232-12/+8
|\
| * 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 #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 #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-169-34/+69
* | Fix a small typo in test_importlib.Eric Snow2014-05-161-2/+2
* | Issue #19721: Consolidate test_importlib utility code into a singleBrett Cannon2014-05-0910-47/+18
* | Issue #20776: Flesh out tests for importlib.machinery.PathFinder.Brett Cannon2014-05-091-0/+47
* | 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