| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-38839: Fix some unused functions in tests (GH-17189) | Adam Johnson | 2019-11-19 | 1 | -0/+1 |
|
|
* | bpo-37444: Update differing exception between builtins and importlib (GH-14869) | Ngalim Siregar | 2019-08-03 | 1 | -2/+2 |
|
|
* | bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida... | Brett Cannon | 2018-04-06 | 1 | -0/+21 |
|
|
* | bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) | Serhiy Storchaka | 2017-10-26 | 1 | -0/+43 |
|
|
* | bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3... | Serhiy Storchaka | 2017-10-08 | 1 | -0/+14 |
|
|
* | Spelling fixes (#2902) | Ville Skyttä | 2017-08-03 | 1 | -1/+1 |
|
|
* | bpo-30876: Relative import from unloaded package now reimports the package (#... | Serhiy Storchaka | 2017-07-12 | 1 | -1/+1 |
|
|
* | Issue #15767: Use ModuleNotFoundError. | Eric Snow | 2016-09-07 | 2 | -5/+9 |
|
|
* | Issue #26896: Disambiguate uses of "importer" with "finder". | Brett Cannon | 2016-07-08 | 1 | -1/+0 |
|
|
* | Issue #21099: Switch applicable importlib tests to use PEP 451 API. | Eric Snow | 2016-05-10 | 1 | -15/+53 |
|
|
* | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|
|
* | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 1 | -1/+0 |
|
|
* | Merge for issue #26367 | Brett Cannon | 2016-02-20 | 1 | -0/+5 |
|\ |
|
| * | Issue #26367: Have importlib.__init__() raise RuntimeError when | Brett Cannon | 2016-02-20 | 1 | -0/+5 |
|
|
* | | Issue #18018: Raise an ImportError if a relative import is attempted | Brett Cannon | 2016-01-23 | 1 | -0/+5 |
|
|
* | | whitespace cleanup | Brett Cannon | 2016-01-22 | 1 | -2/+2 |
|
|
* | | Issue #25791: Warn when __package__ != __spec__.parent. | Brett Cannon | 2016-01-22 | 2 | -15/+34 |
|
|
* | | Issue #25791: Raise an ImportWarning when __spec__ or __package__ are | Brett Cannon | 2016-01-15 | 1 | -14/+26 |
|/ |
|
* | Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. | Serhiy Storchaka | 2015-11-11 | 1 | -8/+14 |
|
|
* | Issue #23911: Move path-based bootstrap code to a separate frozen module. | Eric Snow | 2015-05-03 | 1 | -1/+1 |
|
|
* | Issue #22834: Drop a redundant comment and use errno instead of an | Brett Cannon | 2015-02-27 | 1 | -2/+2 |
|
|
* | Issue #22834: Fix a failing test under Solaris due to the platform not | Brett Cannon | 2015-02-20 | 1 | -2/+8 |
|
|
* | Issue #23014: Make importlib.abc.Loader.create_module() required when | Brett Cannon | 2015-01-09 | 2 | -0/+7 |
|
|
* | Issue #22834: cwd can't not exist on Windows, skip the test | Zachary Ware | 2014-11-22 | 1 | -0/+1 |
|
|
* | Issue #22834: Have import suppress FileNotFoundError when the current | Brett Cannon | 2014-11-21 | 1 | -0/+12 |
|
|
* | Closes #22002: Merge with 3.4 | Zachary Ware | 2014-07-23 | 2 | -12/+8 |
|\ |
|
| * | Issue #22002: Make full use of test discovery in test sub-packages. | Zachary Ware | 2014-07-23 | 2 | -12/+8 |
|
|
* | | Issue #19593: Use specific asserts in importlib tests. | Serhiy Storchaka | 2014-07-07 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #19593: Use specific asserts in importlib tests. | Serhiy Storchaka | 2014-07-07 | 2 | -2/+2 |
|
|
| * | Issue #20763: Fix importlib.machinery.PathFinder to support | Brett Cannon | 2014-02-26 | 1 | -0/+24 |
|
|
* | | Issue #21503: Use test_both() consistently in test_importlib. | Eric Snow | 2014-05-16 | 9 | -34/+69 |
|
|
* | | Fix a small typo in test_importlib. | Eric Snow | 2014-05-16 | 1 | -2/+2 |
|
|
* | | Issue #19721: Consolidate test_importlib utility code into a single | Brett Cannon | 2014-05-09 | 10 | -47/+18 |
|
|
* | | Issue #20776: Flesh out tests for importlib.machinery.PathFinder. | Brett Cannon | 2014-05-09 | 1 | -0/+47 |
|
|
* | | Issue #20763: Fix importlib.machinery.PathFinder to support | Brett Cannon | 2014-02-26 | 1 | -0/+24 |
|/ |
|
* | Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 | Brett Cannon | 2013-12-06 | 7 | -53/+74 |
|
|
* | Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 | Brett Cannon | 2013-11-29 | 3 | -16/+68 |
|
|
* | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 1 | -2/+2 |
|
|
* | Issue #16803: test.test_importlib.import_ now tests frozen and source code | Brett Cannon | 2013-11-08 | 10 | -152/+146 |
|
|
* | [Issue #19357] Ensure module "loaded" during tests gets forgotten. | Eric Snow | 2013-10-23 | 1 | -1/+1 |
|\ |
|
| * | [Issue #19357] Ensure module "loaded" during tests gets forgotten. | Eric Snow | 2013-10-23 | 1 | -1/+1 |
|
|
| * | Issue #16793. Replace deprecated unittest asserts with modern counterparts. | Serhiy Storchaka | 2012-12-27 | 1 | -1/+1 |
|
|
* | | Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd | Brett Cannon | 2013-10-18 | 1 | -2/+2 |
|
|
* | | Issue #15767: back out 8a0ed9f63c6e, finishing the removal of | Brett Cannon | 2013-07-04 | 2 | -8/+4 |
|
|
* | | Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError. | Brett Cannon | 2013-07-04 | 1 | -7/+0 |
|
|
* | | Issue #17177: The imp module is pending deprecation. | Brett Cannon | 2013-06-16 | 1 | -1/+0 |
|
|
* | | Issue #17177: stop using imp in test_importlib | Brett Cannon | 2013-06-15 | 3 | -6/+6 |
|
|
* | | Issue #15767: Add an explicit test for raising ModuleNotFoundError | Brett Cannon | 2013-06-13 | 1 | -0/+7 |
|
|
* | | Issue #15767: Introduce ModuleNotFoundError, a subclass of | Brett Cannon | 2013-06-12 | 2 | -4/+8 |
|
|
* | | Normalize whitespace | Brett Cannon | 2013-03-13 | 1 | -1/+1 |
|
|