index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_import
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-142029: Raise `ModuleNotFoundError` instead of crashing on nonexsistent mo...
dr-carlos
2025-12-15
1
-2/+10
*
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon
2025-12-11
2
-75/+3
*
GH-97850: Remove all uses and definitions of `load_module()` from importlib (...
Brett Cannon
2025-12-10
1
-11/+1
*
gh-142029: Raise `ValueError` instead of crashing on empty name given to `cre...
dr-carlos
2025-12-10
1
-0/+14
*
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
Petr Viktorin
2025-11-24
1
-0/+69
*
gh-131229: Temporarily skip `test_basic_multiple_interpreters_deleted_no_rese...
Peter Bierma
2025-11-14
1
-0/+1
*
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka
2025-11-13
1
-14/+1
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
1
-0/+92
*
gh-135801: Improve filtering by module in warn_explicit() without module argu...
Serhiy Storchaka
2025-10-30
2
-2/+53
*
gh-140657: Don't rerun test_import single phase init test (GH-140712)
Victor Stinner
2025-10-28
1
-0/+1
*
gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855)
Furkan Onder
2025-10-06
1
-0/+1
*
Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generi...
Ani
2025-07-22
1
-2/+2
*
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
Serhiy Storchaka
2025-05-03
1
-3/+3
*
gh-132825: Enhance unhashable error messages for dict and set (#132828)
Victor Stinner
2025-04-23
1
-2/+2
*
gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (#13...
Bénédikt Tran
2025-04-18
1
-2/+2
*
gh-130932: cwd cannot be removed on Solaris/Illumos (#131037)
Jakub Kulík
2025-03-11
1
-0/+1
*
gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing ...
Shantanu
2025-03-07
1
-0/+22
*
gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH...
Petr Viktorin
2025-02-24
1
-13/+28
*
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (...
Hugo van Kemenade
2025-01-21
1
-3/+16
*
gh-71339: Use new assertion methods in test_import and test_importlib (GH-129...
Serhiy Storchaka
2025-01-21
1
-7/+7
*
gh-128911: Add tests on the PyImport C API (#128915)
Victor Stinner
2025-01-17
1
-24/+0
*
gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)
Shantanu
2024-12-20
1
-0/+23
*
gh-127651: Use __file__ in diagnostics if origin is missing (#127660)
Shantanu
2024-12-10
1
-2/+46
*
gh-127208: Reject null character in _imp.create_dynamic() (#127400)
Victor Stinner
2024-11-29
1
-0/+13
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
1
-2/+2
*
gh-123930: Correct test of attribute failure to account for iOS (#125959)
Russell Keith-Magee
2024-10-25
1
-2/+6
*
gh-123930: Better error for "from imports" when script shadows module (#123929)
Shantanu
2024-10-24
1
-110/+215
*
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin
2024-09-20
2
-18/+64
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
1
-3/+3
*
gh-122188: Remove _imp.pyc_magic_number (GH-122503)
Serhiy Storchaka
2024-08-02
1
-4/+6
*
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom
2024-07-30
1
-0/+9
*
gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)
Eric Snow
2024-07-08
1
-7/+0
*
gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_each (gh-1...
Eric Snow
2024-07-01
1
-0/+7
*
gh-115649: Copy the filename into main interpreter before intern in import.c ...
AN Long
2024-06-17
1
-0/+2
*
gh-119659: Move `@no_rerun` to `test.support` (#119660)
Nikita Sobolev
2024-05-28
1
-20/+1
*
gh-119584: Fix test_import Failed Assertion (gh-119623)
Eric Snow
2024-05-27
1
-0/+3
*
gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)
Eric Snow
2024-05-25
1
-0/+7
*
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Eric Snow
2024-05-07
1
-11/+7
*
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow
2024-05-03
1
-7/+109
*
gh-117860: Add tests for resolving names when import rebind names (GH-118176)
Serhiy Storchaka
2024-04-30
5
-0/+45
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-1/+1
*
gh-95754: Better error when script shadows a standard library or third party ...
Shantanu
2024-04-23
1
-0/+221
*
gh-118079: Fix ``requires_singlephase_init`` helper (#118081)
Kirill Podoprigora
2024-04-19
1
-3/+2
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
1
-14/+24
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-4/+8
*
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow
2024-04-02
1
-1/+1
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
1
-2/+10
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
1
-22/+64
*
gh-95754: Better AttributeError on partially initialised module (#112577)
Shantanu
2023-12-21
2
-0/+11
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
1
-2/+9
[next]