summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_windows.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ↵Steve Dower2022-02-021-3/+14
| | | | completion (GH-31086)
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-221-3/+5
|
* bpo-43864: Silence deprecation warning in test_importlib.test_module_found ↵Shreyan Avigyan2021-04-271-2/+6
| | | | and test_importlib.test_module_not_found (GH-25656)
* Silence find_module() DeprecationWarning on Windows tests (GH-25563)Brett Cannon2021-04-231-1/+4
|
* bpo-43105: Importlib now resolves relative paths when creating module spec ↵Steve Dower2021-04-071-0/+45
| | | | objects from file locations (GH-25121)
* bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)Brett Cannon2021-03-261-2/+20
|
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-041-1/+2
|
* Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-1/+1
| | | | to format short Python version.
* #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-161-0/+24
|
* Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder.Brett Cannon2014-08-221-2/+63
| | | | Patch by Claudiu Popa, review by Martin v. Löwis.
* Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-10/+5
|
* Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.Eric Snow2014-01-031-0/+29