summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/import_
Commit message (Expand)AuthorAgeFilesLines
* gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...Barry Warsaw2022-10-071-0/+113
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-061-0/+71
* gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...Brett Cannon2022-10-051-2/+2
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Christian Heimes2022-06-101-2/+13
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-229-9/+9
* bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...Brett Cannon2021-04-061-2/+6
* bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)Brett Cannon2021-04-021-2/+6
* bpo-42134: Raise ImportWarning when calling find_module() in the import syste...Brett Cannon2021-03-301-4/+12
* bpo-26131: Deprecate usage of load_module() (GH-23469)Brett Cannon2020-12-046-47/+127
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-041-1/+2
* bpo-38839: Fix some unused functions in tests (GH-17189)Adam Johnson2019-11-191-0/+1
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-031-2/+2
* bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...Brett Cannon2018-04-061-0/+21
* bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)Serhiy Storchaka2017-10-261-0/+43
* bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...Serhiy Storchaka2017-10-081-0/+14
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* bpo-30876: Relative import from unloaded package now reimports the package (#...Serhiy Storchaka2017-07-121-1/+1
* Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-072-5/+9
* Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-081-1/+0
* Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-101-15/+53
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Merge for issue #26367Brett Cannon2016-02-201-0/+5
|\
| * Issue #26367: Have importlib.__init__() raise RuntimeError whenBrett Cannon2016-02-201-0/+5
* | Issue #18018: Raise an ImportError if a relative import is attemptedBrett Cannon2016-01-231-0/+5
* | whitespace cleanupBrett Cannon2016-01-221-2/+2
* | Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-222-15/+34
* | Issue #25791: Raise an ImportWarning when __spec__ or __package__ areBrett Cannon2016-01-151-14/+26
|/
* 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
|\