COMMITS
/ Lib/test/pythoninfo.py March 26, 2026
V
gh-146410: Add --pythoninfo option to regrtest (#146413)
Victor Stinner committed
March 6, 2026
V
gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (#145589)
Victor Stinner committed
March 2, 2026
F
Add `sysconfig[VPATH]` to `test.pythoninfo` (#145434)
Filipe Laíns committed
February 24, 2026
October 29, 2025
V
gh-140702: Log color and GHA env vars in test.pythoninfo (#140747)
Victor Stinner committed
July 22, 2025
May 28, 2025
V
gh-133711: Log Windows OEM code page in test.pythoninfo (#134840)
Victor Stinner committed
May 19, 2025
S
gh-132983: Add zstd version info to `test.pythoninfo` (#134230)
Stan Ulbrych committed
April 25, 2025
V
gh-132950: Log is_remote_debug_enabled() in pythoninfo (#132965)
Victor Stinner committed
March 19, 2025
S
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
Steve Dower committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
October 16, 2024
V
gh-115382: Fix cross compiles when host and target use same SOABI
Vincent Fazio committed
September 24, 2024
D
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na committed
May 18, 2024
V
gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (#119140)
Victor Stinner committed
April 15, 2024
V
gh-117889: Fix PGO test in test_peg_generator (#117893)
Victor Stinner committed
March 28, 2024
E
gh-116303: Handle disabled test modules in test.support helpers (#116482)
Erlend E. Aasland committed
R
gh-114099: Additions to standard library to support iOS (GH-117052)
Russell Keith-Magee committed
March 27, 2024
M
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith committed
January 16, 2024
V
gh-114107: test.pythoninfo logs Windows Developer Mode (#114121)
Victor Stinner committed
December 24, 2023
S
gh-113440: Ignore the "ver" command failure with exit code 0xc0000142 (GH-113435)
Serhiy Storchaka committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
October 30, 2023
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
October 6, 2023
V
Add support.MS_WINDOWS constant (#110446)
Victor Stinner committed
October 1, 2023
V
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner committed
September 27, 2023
V
gh-109615: Fix support test_copy_python_src_ignore() (#109958)
Victor Stinner committed
September 20, 2023
V
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner committed
September 13, 2023
V
gh-109276: libregrtest: WASM use stdout for JSON (#109355)
Victor Stinner committed
September 12, 2023
V
gh-109276: test.pythoninfo gets more test.support data (#109337)
Victor Stinner committed
V
gh-109276: Complete test.pythoninfo (#109312)
Victor Stinner committed
September 8, 2023
V
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner committed
September 7, 2023
V
test.pythoninfo logs freedesktop_os_release() (#109057)
Victor Stinner committed
September 6, 2023
V
gh-108851: Fix tomllib recursion tests (#108853)
Victor Stinner committed
August 22, 2023
V
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)
Victor Stinner committed
August 21, 2023
V
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)
Victor Stinner committed
July 24, 2023
V
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner committed
May 27, 2023
Z
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware committed
July 27, 2022
C
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes committed
June 26, 2022
E
gh-93370: Drop deprecated sqlite3.version from pythoninfo.py (#94277)
Erlend Egeberg Aasland committed
June 3, 2022
V
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)
Victor Stinner committed
May 26, 2022
V
test.pythoninfo logs more build info (#93225)
Victor Stinner committed
May 25, 2022
V
test.pythoninfo no longer requires socket (#93191)
Victor Stinner committed
May 19, 2022
C
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes committed
April 25, 2022
C
gh-84461: Include _emscripten_info in pythoninfo output (GH-91907)
Christian Heimes committed
April 22, 2022
I
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
January 25, 2022
V
bpo-45382: test.pythoninfo: set wmic.exe encoding to OEM (GH-30890)
Victor Stinner committed
January 23, 2022
V
bpo-45382: test.pythoninfo logs more Windows versions (GH-30817)
Victor Stinner committed
January 21, 2022
V
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner committed