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.12] gh-108303: Move `double_const` to `test_import` where it belongs (GH-1...
Miss Islington (bot)
2023-12-11
2
-3/+36
*
[3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...
Nikita Sobolev
2023-10-13
1
-1/+0
*
[3.12] gh-109625: Move _ready_to_import() from test_import to support.import_...
Miss Islington (bot)
2023-10-02
1
-29/+9
*
[3.12] gh-102251: Disable non-rerunnable test in test_import (GH-106013) (#10...
Miss Islington (bot)
2023-09-18
1
-4/+20
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...
Eric Snow
2023-08-16
1
-0/+6
*
[3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571)
Miss Islington (bot)
2023-08-02
1
-1/+2
*
[3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...
Miss Islington (bot)
2023-07-27
1
-5/+37
*
[3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/...
Miss Islington (bot)
2023-06-26
1
-0/+8
*
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...
Miss Islington (bot)
2023-06-13
1
-1/+2
*
[3.12] gh-102251: Explicitly free state for test modules with state in test_i...
Miss Islington (bot)
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
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-1/+2
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-0/+48
*
bpo-33237: Improve AttributeError message for partially initialized module. (...
Serhiy Storchaka
2018-10-30
3
-0/+17
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-2/+2
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-2/+2
[next]