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-100712: make it possible to disable specialization (for debugging) (#100713)
Irit Katriel
2023-01-19
1
-0/+2
*
gh-100320: Fix path calculations on Windows when python.exe is moved outside ...
Steve Dower
2023-01-16
1
-7/+9
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
1
-4/+0
*
gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...
Steve Dower
2022-11-02
1
-13/+7
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
1
-19/+27
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-2/+3
*
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Nick Coghlan
2022-10-30
1
-0/+6
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-3/+19
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
1
-0/+4
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher
2022-09-22
1
-0/+3
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
1
-0/+5
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Pablo Galindo Salgado
2022-07-31
1
-12/+11
*
GH-89858: Fix test_embed for out-of-tree builds (GH-93465)
Kumar Aditya
2022-06-17
1
-5/+4
*
gh-89745: Avoid exact match when comparing program_name in test_embed on Wind...
neonene
2022-06-17
1
-10/+7
*
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula...
neonene
2022-06-16
1
-0/+60
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
1
-6/+5
*
gh-92031, test_embed: Improve test for unquickening static code (#92440)
Dennis Sweeney
2022-05-11
1
-10/+30
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-2/+11
*
GH-91173: disable frozen modules in debug builds (#92023)
Kumar Aditya
2022-05-03
1
-5/+5
*
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney
2022-05-03
1
-0/+14
*
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...
Steve Dower
2022-04-06
1
-14/+5
*
bpo-47182: Fix crash by named unicode characters after interpreter reinitiali...
Christian Heimes
2022-03-31
1
-0/+5
*
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth
2022-03-22
1
-18/+23
*
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Victor Stinner
2022-02-26
1
-6/+2
*
bpo-46857: Fix test_embed.test_no_memleak() on Windows (GH-31589)
Victor Stinner
2022-02-25
1
-4/+10
*
bpo-1635741: test_embed cheks that Python does not leak (GH-31555)
Victor Stinner
2022-02-24
1
-0/+21
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+2
*
bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Victor Stinner
2022-01-21
1
-1/+1
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
1
-0/+12
*
bpo-46362: Ensure abspath() tests pass through environment variables to subpr...
neonene
2022-01-14
1
-1/+2
*
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
neonene
2022-01-13
1
-0/+27
*
bpo-46263: Do not ever expect "use_frozen_modules" to be -1. (gh-30438)
Eric Snow
2022-01-06
1
-2/+0
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
1
-3/+8
*
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
Steve Dower
2021-12-08
1
-0/+2
*
bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930)
neonene
2021-12-06
1
-2/+10
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-80/+80
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
1
-4/+4
*
bpo-45653: fix test_embed on windows (GH-29814)
Kumar Aditya
2021-11-29
1
-1/+1
*
bpo-45506: Fix test_embed expecting to not find stdlib in source tree build w...
Steve Dower
2021-11-20
1
-6/+11
*
bpo-45506: Stop skipping test_embed. (gh-29300)
Eric Snow
2021-11-03
1
-1/+3
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
1
-0/+1
*
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Eric Snow
2021-10-25
1
-0/+24
*
bpo-45506: Go back to not running most of test_embed in out-of-tree builds. (...
Eric Snow
2021-10-19
1
-1/+1
*
bpo-45020: Default to using frozen modules unless running from source tree. (...
Eric Snow
2021-10-16
1
-3/+11
*
bpo-45471: Do not set PyConfig.stdlib_dir in Py_SetPythonHome(). (gh-28954)
Eric Snow
2021-10-14
1
-1/+6
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
1
-11/+12
*
bpo-45453: Fix test_embed.StdPrinterTests (GH-28916)
Victor Stinner
2021-10-13
1
-8/+4
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-2/+2
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
1
-0/+17
*
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow
2021-09-27
1
-1/+1
[next]