summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_embed.py
Commit message (Expand)AuthorAgeFilesLines
* gh-144319: Fix huge page safety in pymalloc arenas (#144331)Pablo Galindo Salgado2026-01-301-0/+4
* gh-140011: Delete importdl assertion that prevents importing embedded modules...Itamar Oren2025-11-261-15/+39
* gh-116146: Add C-API to create module from spec and initfunc (GH-139196)Itamar Oren2025-11-141-0/+25
* gh-89745: Remove test_embed.test_init_read_set() (#139500)Victor Stinner2025-10-021-15/+0
* GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)Adam Turner2025-07-151-8/+2
* gh-131185: Use a proper thread-local for cached thread states (gh-132510)Peter Bierma2025-05-211-0/+4
* gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)Victor Stinner2025-05-091-2/+1
* gh-102567: Add -X importtime=2 for logging an importtime message for already-...Noah Kim2025-05-061-4/+4
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-1/+5
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-1/+3
* gh-131152: Remove unused imports from tests (#131153)Victor Stinner2025-03-131-2/+0
* Replace non-breaking spaces with normal spaces (#130116)AN Long2025-02-161-1/+1
* GH-129386: Add `test.support.reset_code` (GH-129486)Brandt Bucher2025-01-311-1/+2
* gh-111495: Add PyFile tests (#129449)Victor Stinner2025-01-301-51/+0
* GH-129386: Use symbolic constants for specialization tests (GH-129415)Brandt Bucher2025-01-291-2/+4
* gh-128690: Update test_embed for getpath.py exec_prefix change (#129137)Victor Stinner2025-01-231-4/+19
* gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)Victor Stinner2025-01-201-24/+0
* Remove duplicated dict keys in `test_{embed,long}.py` fixtures (#128727)Bénédikt Tran2025-01-201-2/+0
* gh-129033: Remove _Py_InitializeMain() function (#129034)Victor Stinner2025-01-201-19/+0
* gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented (gh-128...Zanie Blue2025-01-151-0/+4
* gh-126925: Modify how iOS test results are gathered (#127592)Russell Keith-Magee2024-12-091-0/+2
* GH-126985: move pyvenv.cfg detection from site to getpath (#126987)Filipe Laíns 🇵🇸2024-11-261-2/+2
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-041-0/+1
* gh-126255: Ignore warning about JIT being deactivated when perf support is ac...mpage2024-11-011-1/+4
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-291-0/+3
* bpo-34206: Improve docs and test coverage for pre-init functions (#8023)Alyssa Coghlan2024-10-081-1/+10
* gh-107954: Fix configuration type for the perf profiler (#124636)Pablo Galindo Salgado2024-09-271-5/+8
* gh-108303: Remove the non-test `Lib/test/reperf.py` (GH-114356)sobolevn2024-09-131-4/+7
* gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (GH-122865)Eric Snow2024-09-091-1/+0
* gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)Victor Stinner2024-09-041-0/+3
* gh-107954, PEP 741: Adjust Python initialization config (#123663)Victor Stinner2024-09-041-1/+0
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-031-10/+36
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-021-50/+54
* gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)Sam Gross2024-08-171-1/+8
* gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...Eric Snow2024-08-121-24/+33
* gh-122334: Fix test_embed failure when missing _ssl module (GH-122630)neonene2024-08-031-2/+6
* gh-122334: Fix crash when importing ssl after re-initialization (#122481)neonene2024-08-021-0/+19
* gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)Eric Snow2024-07-291-19/+38
* gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builti...Eric Snow2024-07-231-0/+27
* gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)Sam Gross2024-07-111-6/+8
* gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...neonene2024-06-121-0/+9
* gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...Steve Dower2024-04-241-0/+3
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-1/+11
* gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)Brett Simmers2024-03-111-0/+2
* gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)Victor Stinner2024-03-061-114/+114
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-4/+10
* gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)Łukasz Langa2023-10-141-0/+18
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-0/+2
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-061-5/+2
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-051-0/+3