summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import
Commit message (Expand)AuthorAgeFilesLines
* gh-127651: Use __file__ in diagnostics if origin is missing (#127660)Shantanu2024-12-101-2/+46
* gh-127208: Reject null character in _imp.create_dynamic() (#127400)Victor Stinner2024-11-291-0/+13
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-291-2/+2
* gh-123930: Correct test of attribute failure to account for iOS (#125959)Russell Keith-Magee2024-10-251-2/+6
* gh-123930: Better error for "from imports" when script shadows module (#123929)Shantanu2024-10-241-110/+215
* gh-123880: Allow recursive import of single-phase-init modules (GH-123950)Petr Viktorin2024-09-202-18/+64
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-121-3/+3
* gh-122188: Remove _imp.pyc_magic_number (GH-122503)Serhiy Storchaka2024-08-021-4/+6
* gh-122188: Move magic number to its own file (#122243)Michael Droettboom2024-07-301-0/+9
* gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)Eric Snow2024-07-081-7/+0
* gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_each (gh-1...Eric Snow2024-07-011-0/+7
* gh-115649: Copy the filename into main interpreter before intern in import.c ...AN Long2024-06-171-0/+2
* gh-119659: Move `@no_rerun` to `test.support` (#119660)Nikita Sobolev2024-05-281-20/+1
* gh-119584: Fix test_import Failed Assertion (gh-119623)Eric Snow2024-05-271-0/+3
* gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)Eric Snow2024-05-251-0/+7
* gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)Eric Snow2024-05-071-11/+7
* gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)Eric Snow2024-05-031-7/+109
* gh-117860: Add tests for resolving names when import rebind names (GH-118176)Serhiy Storchaka2024-04-305-0/+45
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-1/+1
* gh-95754: Better error when script shadows a standard library or third party ...Shantanu2024-04-231-0/+221
* gh-118079: Fix ``requires_singlephase_init`` helper (#118081)Kirill Podoprigora2024-04-191-3/+2
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-111-14/+24
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-4/+8
* gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)Eric Snow2024-04-021-1/+1
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-021-2/+10
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-22/+64
* gh-95754: Better AttributeError on partially initialised module (#112577)Shantanu2023-12-212-0/+11
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-121-2/+9
* gh-108303: Move `double_const` to `test_import` where it belongs (#112108)Nikita Sobolev2023-12-112-3/+36
* gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)Eric Snow2023-11-231-4/+6
* 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