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-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
*
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira
2023-04-24
1
-1/+1
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-4/+23
*
gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)
Eric Snow
2023-04-19
1
-3/+865
*
gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151)
Eric Snow
2023-03-31
1
-44/+106
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-1/+219
*
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev
2022-12-23
1
-5/+2
*
gh-94315: Check for DAC override capability (GH-94316)
Christian Heimes
2022-06-27
1
-2/+1
*
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
Christian Heimes
2022-06-19
1
-0/+1
*
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...
Christian Heimes
2022-06-10
1
-7/+7
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
1
-0/+3
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-02
1
-2/+6
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-0/+1
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-3/+13
*
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Eric Snow
2021-09-17
1
-2/+3
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
1
-3/+5
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
Filipe Laíns
2021-07-24
4
-0/+14
*
Revert "bpo-44717: improve AttributeError on circular imports of submodules (...
Pablo Galindo Salgado
2021-07-24
4
-14/+0
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)
Filipe Laíns
2021-07-24
4
-0/+14
*
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
Dong-hee Na
2021-06-23
1
-2/+2
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-7/+7
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
Inada Naoki
2021-04-05
1
-22/+23
*
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi
2020-08-06
1
-2/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
1
-11/+12
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-1/+1
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-1/+2
*
bpo-38091: Import deadlock detection causes deadlock (GH-17518)
Armin Rigo
2020-03-03
1
-0/+8
*
bpo-39336: Allow packages to not let their child modules be set on them (#18006)
Dino Viehland
2020-01-23
3
-0/+26
*
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis
2019-09-11
1
-0/+5
*
bpo-20490: Improve circular import error message (GH-15308)
Anthony Sottile
2019-09-09
3
-0/+14
*
bpo-37473: Don't import importlib ASAP in tests (GH-14661)
Victor Stinner
2019-07-14
1
-9/+7
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-4/+3
*
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner
2019-05-24
1
-7/+1
[next]