aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_importlib/test_windows.py
Commit message (Expand)AuthorAge
* gh-112535: Add test on _Py_ThreadId() (#112709)Victor Stinner2023-12-04
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-20
* gh-110119: Fix test_importlib `--disable-gil` Windows test failures (#110422)Sam Gross2023-10-05
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-06
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-03
* bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...Steve Dower2022-02-02
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-22
* bpo-43864: Silence deprecation warning in test_importlib.test_module_found an...Shreyan Avigyan2021-04-27
* Silence find_module() DeprecationWarning on Windows tests (GH-25563)Brett Cannon2021-04-23
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-07
* bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)Brett Cannon2021-03-26
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-04
* Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-11
* #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-15
* Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder.Brett Cannon2014-08-22
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-16
* Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.Eric Snow2014-01-02