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_embed.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Pablo Galindo Salgado
2026-01-30
1
-0/+4
*
gh-140011: Delete importdl assertion that prevents importing embedded modules...
Itamar Oren
2025-11-26
1
-15/+39
*
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Itamar Oren
2025-11-14
1
-0/+25
*
gh-89745: Remove test_embed.test_init_read_set() (#139500)
Victor Stinner
2025-10-02
1
-15/+0
*
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Adam Turner
2025-07-15
1
-8/+2
*
gh-131185: Use a proper thread-local for cached thread states (gh-132510)
Peter Bierma
2025-05-21
1
-0/+4
*
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)
Victor Stinner
2025-05-09
1
-2/+1
*
gh-102567: Add -X importtime=2 for logging an importtime message for already-...
Noah Kim
2025-05-06
1
-4/+4
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-1/+5
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-1/+3
*
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner
2025-03-13
1
-2/+0
*
Replace non-breaking spaces with normal spaces (#130116)
AN Long
2025-02-16
1
-1/+1
*
GH-129386: Add `test.support.reset_code` (GH-129486)
Brandt Bucher
2025-01-31
1
-1/+2
*
gh-111495: Add PyFile tests (#129449)
Victor Stinner
2025-01-30
1
-51/+0
*
GH-129386: Use symbolic constants for specialization tests (GH-129415)
Brandt Bucher
2025-01-29
1
-2/+4
*
gh-128690: Update test_embed for getpath.py exec_prefix change (#129137)
Victor Stinner
2025-01-23
1
-4/+19
*
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner
2025-01-20
1
-24/+0
*
Remove duplicated dict keys in `test_{embed,long}.py` fixtures (#128727)
Bénédikt Tran
2025-01-20
1
-2/+0
*
gh-129033: Remove _Py_InitializeMain() function (#129034)
Victor Stinner
2025-01-20
1
-19/+0
*
gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented (gh-128...
Zanie Blue
2025-01-15
1
-0/+4
*
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee
2024-12-09
1
-0/+2
*
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸
2024-11-26
1
-2/+2
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-0/+1
*
gh-126255: Ignore warning about JIT being deactivated when perf support is ac...
mpage
2024-11-01
1
-1/+4
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
1
-0/+3
*
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan
2024-10-08
1
-1/+10
*
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado
2024-09-27
1
-5/+8
*
gh-108303: Remove the non-test `Lib/test/reperf.py` (GH-114356)
sobolevn
2024-09-13
1
-4/+7
*
gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (GH-122865)
Eric Snow
2024-09-09
1
-1/+0
*
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner
2024-09-04
1
-0/+3
*
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Victor Stinner
2024-09-04
1
-1/+0
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
1
-10/+36
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
1
-50/+54
*
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Sam Gross
2024-08-17
1
-1/+8
*
gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...
Eric Snow
2024-08-12
1
-24/+33
*
gh-122334: Fix test_embed failure when missing _ssl module (GH-122630)
neonene
2024-08-03
1
-2/+6
*
gh-122334: Fix crash when importing ssl after re-initialization (#122481)
neonene
2024-08-02
1
-0/+19
*
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
Eric Snow
2024-07-29
1
-19/+38
*
gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builti...
Eric Snow
2024-07-23
1
-0/+27
*
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross
2024-07-11
1
-6/+8
*
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...
neonene
2024-06-12
1
-0/+9
*
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...
Steve Dower
2024-04-24
1
-0/+3
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-1/+11
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
1
-0/+2
*
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner
2024-03-06
1
-114/+114
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-4/+10
*
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Łukasz Langa
2023-10-14
1
-0/+18
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-0/+2
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
1
-5/+2
*
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner
2023-10-05
1
-0/+3
[next]