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
*
[3.13] gh-71339: Use new assertion methods in test_import and test_importlib ...
Serhiy Storchaka
2025-04-08
1
-12/+13
*
[3.13] gh-130932: cwd cannot be removed on Solaris/Illumos (GH-131037) (#131073)
Miss Islington (bot)
2025-03-11
1
-0/+1
*
[3.13] gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblySha...
Miss Islington (bot)
2025-03-07
1
-0/+22
*
[3.13] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add t...
Miss Islington (bot)
2025-02-24
1
-13/+28
*
[3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...
Hugo van Kemenade
2025-01-22
1
-3/+15
*
[3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)
Victor Stinner
2025-01-17
1
-24/+0
*
[3.13] gh-128030: Avoid error from PyModule_GetFilenameObject for non-module ...
Miss Islington (bot)
2024-12-20
1
-0/+23
*
[3.13] gh-127651: Use __file__ in diagnostics if origin is missing (#127660) ...
Shantanu
2024-12-10
1
-2/+46
*
[3.13] gh-127208: Reject null character in _imp.create_dynamic() (GH-127400) ...
Miss Islington (bot)
2024-11-29
1
-0/+13
*
[3.13] gh-123930: Correct test of attribute failure to account for iOS (GH-12...
Miss Islington (bot)
2024-10-25
1
-2/+6
*
[3.13] gh-123930: Better error for "from imports" when script shadows module ...
Shantanu
2024-10-24
1
-110/+215
*
[3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123...
Miss Islington (bot)
2024-09-23
2
-18/+64
*
[3.13] gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-1...
Miss Islington (bot)
2024-07-08
1
-7/+0
*
[3.13] gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_eac...
Miss Islington (bot)
2024-07-01
1
-0/+7
*
[3.13] gh-115649: Copy the filename into main interpreter before intern in im...
Miss Islington (bot)
2024-06-17
1
-0/+2
*
[3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)
Miss Islington (bot)
2024-05-27
1
-0/+3
*
[3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...
Miss Islington (bot)
2024-05-27
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
*
gh-108303: Move `double_const` to `test_import` where it belongs (#112108)
Nikita Sobolev
2023-12-11
2
-3/+36
*
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
Eric Snow
2023-11-23
1
-4/+6
*
gh-108303: Move all inspect test files to `test_inspect/` (#109607)
Nikita Sobolev
2023-10-10
1
-1/+0
*
gh-109721: Guard `_testinternalcapi` imports in tests (GH-109722)
Nikita Sobolev
2023-09-22
1
-1/+4
*
gh-109625: Move _ready_to_import() from test_import to support.import_helper ...
Nikita Sobolev
2023-09-21
1
-29/+9
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-2/+2
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
1
-4/+4
*
gh-108696: revert bypassing import cache in test_import helper (#108698)
Carl Meyer
2023-08-31
1
-2/+1
*
GH-103247: bypass the import cache on the _require_loader helper
Filipe LaĆns
2023-08-24
1
-1/+2
*
gh-107630: Fix Remaining Subinterpreters Crashes on Py_TRACE_REFS Builds (gh-...
Eric Snow
2023-08-07
1
-0/+6
*
gh-107471: Fix Refleaks in test_import (gh-107569)
Eric Snow
2023-08-02
1
-1/+2
*
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...
Eric Snow
2023-07-27
1
-5/+37
*
gh-102251: Disable non-rerunnable test in test_import (#106013)
Erlend E. Aasland
2023-06-23
1
-4/+20
*
gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....
chgnrdv
2023-06-22
1
-0/+8
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-0/+24
*
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Eric Snow
2023-06-13
1
-1/+2
*
gh-102251: Explicitly free state for test modules with state in test_import (...
sunmy2019
2023-05-31
1
-4/+10
*
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
Eric Snow
2023-05-06
1
-0/+20
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
1
-0/+1
*
gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)
Eric Snow
2023-05-05
1
-21/+61
[next]