summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import
Commit message (Expand)AuthorAgeFilesLines
* gh-142029: Raise `ModuleNotFoundError` instead of crashing on nonexsistent mo...dr-carlos2025-12-151-2/+10
* GH-65961: Stop setting `__cached__` on modules (GH-142165)Brett Cannon2025-12-112-75/+3
* GH-97850: Remove all uses and definitions of `load_module()` from importlib (...Brett Cannon2025-12-101-11/+1
* gh-142029: Raise `ValueError` instead of crashing on empty name given to `cre...dr-carlos2025-12-101-0/+14
* gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)Petr Viktorin2025-11-241-0/+69
* gh-131229: Temporarily skip `test_basic_multiple_interpreters_deleted_no_rese...Peter Bierma2025-11-141-0/+1
* gh-135801: Add the module parameter to compile() etc (GH-139652)Serhiy Storchaka2025-11-131-14/+1
* gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)Petr Viktorin2025-11-051-0/+92
* gh-135801: Improve filtering by module in warn_explicit() without module argu...Serhiy Storchaka2025-10-302-2/+53
* gh-140657: Don't rerun test_import single phase init test (GH-140712)Victor Stinner2025-10-281-0/+1
* gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855)Furkan Onder2025-10-061-0/+1
* Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generi...Ani2025-07-221-2/+2
* gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)Serhiy Storchaka2025-05-031-3/+3
* gh-132825: Enhance unhashable error messages for dict and set (#132828)Victor Stinner2025-04-231-2/+2
* gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (#13...Bénédikt Tran2025-04-181-2/+2
* gh-130932: cwd cannot be removed on Solaris/Illumos (#131037)Jakub Kulík2025-03-111-0/+1
* gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing ...Shantanu2025-03-071-0/+22
* gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH...Petr Viktorin2025-02-241-13/+28
* gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (...Hugo van Kemenade2025-01-211-3/+16
* gh-71339: Use new assertion methods in test_import and test_importlib (GH-129...Serhiy Storchaka2025-01-211-7/+7
* gh-128911: Add tests on the PyImport C API (#128915)Victor Stinner2025-01-171-24/+0
* gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)Shantanu2024-12-201-0/+23
* 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