summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import
Commit message (Expand)AuthorAgeFilesLines
* gh-108303: Move all inspect test files to `test_inspect/` (#109607)Nikita Sobolev2023-10-101-1/+0
* gh-109721: Guard `_testinternalcapi` imports in tests (GH-109722)Nikita Sobolev2023-09-221-1/+4
* gh-109625: Move _ready_to_import() from test_import to support.import_helper ...Nikita Sobolev2023-09-211-29/+9
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-2/+2
* gh-106320: Remove private _PyErr_ChainExceptions() (#108713)Victor Stinner2023-08-311-4/+4
* gh-108696: revert bypassing import cache in test_import helper (#108698)Carl Meyer2023-08-311-2/+1
* GH-103247: bypass the import cache on the _require_loader helperFilipe Laíns2023-08-241-1/+2
* gh-107630: Fix Remaining Subinterpreters Crashes on Py_TRACE_REFS Builds (gh-...Eric Snow2023-08-071-0/+6
* gh-107471: Fix Refleaks in test_import (gh-107569)Eric Snow2023-08-021-1/+2
* gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...Eric Snow2023-07-271-5/+37
* gh-102251: Disable non-rerunnable test in test_import (#106013)Erlend E. Aasland2023-06-231-4/+20
* gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....chgnrdv2023-06-221-0/+8
* gh-105922: Add PyImport_AddModuleRef() function (#105923)Victor Stinner2023-06-201-0/+24
* gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)Eric Snow2023-06-131-1/+2
* gh-102251: Explicitly free state for test modules with state in test_import (...sunmy20192023-05-311-4/+10
* gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)Eric Snow2023-05-061-0/+20
* gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)Eric Snow2023-05-051-0/+1
* gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)Eric Snow2023-05-051-21/+61
* GH-103805: Lib test f541 linting issue fix (#103812)Rodolfo M. Pereira2023-04-241-1/+1
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-241-4/+23
* gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)Eric Snow2023-04-191-3/+865
* gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151)Eric Snow2023-03-311-44/+106
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-161-1/+219
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-5/+2
* gh-94315: Check for DAC override capability (GH-94316)Christian Heimes2022-06-271-2/+1
* gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)Christian Heimes2022-06-191-0/+1
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Christian Heimes2022-06-101-7/+7
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-061-0/+3
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Christian Heimes2022-06-021-2/+6
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-071-0/+1
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-3/+13
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-171-2/+3
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-151-3/+5
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)Filipe Laíns2021-07-244-0/+14
* Revert "bpo-44717: improve AttributeError on circular imports of submodules (...Pablo Galindo Salgado2021-07-244-14/+0
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)Filipe Laíns2021-07-244-0/+14
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Dong-hee Na2021-06-231-2/+2
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-071-7/+7
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki2021-04-051-22/+23
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-061-2/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-091-11/+12
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-201-1/+1
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-1/+2
* bpo-38091: Import deadlock detection causes deadlock (GH-17518)Armin Rigo2020-03-031-0/+8
* bpo-39336: Allow packages to not let their child modules be set on them (#18006)Dino Viehland2020-01-233-0/+26
* bpo-37409: fix relative import with no parent (#14956)Ben Lewis2019-09-111-0/+5
* bpo-20490: Improve circular import error message (GH-15308)Anthony Sottile2019-09-093-0/+14
* bpo-37473: Don't import importlib ASAP in tests (GH-14661)Victor Stinner2019-07-141-9/+7
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-4/+3
* bpo-37032: Add CodeType.replace() method (GH-13542)Victor Stinner2019-05-241-7/+1