Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-109625: Move _ready_to_import() from test_import to support.import_helper ... | Nikita Sobolev | 2023-09-21 | 1 | -1/+24 |
* | gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311) | Eric Snow | 2023-05-08 | 1 | -0/+2 |
* | gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi... | Eric Snow | 2023-02-16 | 1 | -0/+18 |
* | gh-97669: Fix test_tools reference leak (#98216) | Victor Stinner | 2022-10-12 | 1 | -0/+8 |
* | bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py... | Jason Wilkes | 2022-02-08 | 1 | -1/+2 |
* | bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654) | Serhiy Storchaka | 2021-09-30 | 1 | -43/+24 |
* | bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen... | Eric Snow | 2021-09-14 | 1 | -3/+31 |
* | bpo-40275: Add import_helper submodule in test.support (GH-20794) | Hai Shi | 2020-06-10 | 1 | -0/+238 |