index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_importlib
/
import_
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
1
-0/+113
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-0/+71
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
1
-2/+2
*
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...
Christian Heimes
2022-06-10
1
-2/+13
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
9
-9/+9
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
1
-2/+6
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
1
-2/+6
*
bpo-42134: Raise ImportWarning when calling find_module() in the import syste...
Brett Cannon
2021-03-30
1
-4/+12
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
6
-47/+127
*
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi
2020-08-04
1
-1/+2
*
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
|
\
[next]