summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/import_helper.py
Commit message (Expand)AuthorAgeFilesLines
* gh-109625: Move _ready_to_import() from test_import to support.import_helper ...Nikita Sobolev2023-09-211-1/+24
* gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)Eric Snow2023-05-081-0/+2
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-161-0/+18
* gh-97669: Fix test_tools reference leak (#98216)Victor Stinner2022-10-121-0/+8
* bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...Jason Wilkes2022-02-081-1/+2
* bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)Serhiy Storchaka2021-09-301-43/+24
* bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...Eric Snow2021-09-141-3/+31
* bpo-40275: Add import_helper submodule in test.support (GH-20794)Hai Shi2020-06-101-0/+238