summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-108303: Move `double_const` to `test_import` where it belongs (GH-1...Miss Islington (bot)2023-12-112-3/+36
* [3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...Nikita Sobolev2023-10-131-1/+0
* [3.12] gh-109625: Move _ready_to_import() from test_import to support.import_...Miss Islington (bot)2023-10-021-29/+9
* [3.12] gh-102251: Disable non-rerunnable test in test_import (GH-106013) (#10...Miss Islington (bot)2023-09-181-4/+20
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...Eric Snow2023-08-161-0/+6
* [3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571)Miss Islington (bot)2023-08-021-1/+2
* [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...Miss Islington (bot)2023-07-271-5/+37
* [3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/...Miss Islington (bot)2023-06-261-0/+8
* [3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...Miss Islington (bot)2023-06-131-1/+2
* [3.12] gh-102251: Explicitly free state for test modules with state in test_i...Miss Islington (bot)2023-05-311-4/+10
* gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)Eric Snow2023-05-061-0/+20
* gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)Eric Snow2023-05-051-0/+1
* gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)Eric Snow2023-05-051-21/+61
* GH-103805: Lib test f541 linting issue fix (#103812)Rodolfo M. Pereira2023-04-241-1/+1
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-241-4/+23
* gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)Eric Snow2023-04-191-3/+865
* gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151)Eric Snow2023-03-311-44/+106
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-161-1/+219
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-5/+2
* gh-94315: Check for DAC override capability (GH-94316)Christian Heimes2022-06-271-2/+1
* gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)Christian Heimes2022-06-191-0/+1
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Christian Heimes2022-06-101-7/+7
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-061-0/+3
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Christian Heimes2022-06-021-2/+6
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-071-0/+1
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-3/+13
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-171-2/+3
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-151-3/+5
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)Filipe Laíns2021-07-244-0/+14
* Revert "bpo-44717: improve AttributeError on circular imports of submodules (...Pablo Galindo Salgado2021-07-244-14/+0
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)Filipe Laíns2021-07-244-0/+14
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Dong-hee Na2021-06-231-2/+2
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-071-7/+7
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)Inada Naoki2021-04-051-22/+23
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-061-2/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-091-11/+12
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-201-1/+1
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-1/+2
* bpo-38091: Import deadlock detection causes deadlock (GH-17518)Armin Rigo2020-03-031-0/+8
* bpo-39336: Allow packages to not let their child modules be set on them (#18006)Dino Viehland2020-01-233-0/+26
* bpo-37409: fix relative import with no parent (#14956)Ben Lewis2019-09-111-0/+5
* bpo-20490: Improve circular import error message (GH-15308)Anthony Sottile2019-09-093-0/+14
* bpo-37473: Don't import importlib ASAP in tests (GH-14661)Victor Stinner2019-07-141-9/+7
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-4/+3
* bpo-37032: Add CodeType.replace() method (GH-13542)Victor Stinner2019-05-241-7/+1
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-1/+2
* bpo-36085: Enable better DLL resolution on Windows (GH-12302)Steve Dower2019-03-291-0/+48
* bpo-33237: Improve AttributeError message for partially initialized module. (...Serhiy Storchaka2018-10-303-0/+17
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-261-2/+2
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-221-2/+2