index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
pythoninfo.py
Commit message (
Expand
)
Author
Age
*
gh-132950: Log is_remote_debug_enabled() in pythoninfo (#132965)
Victor Stinner
2025-04-25
*
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
Steve Dower
2025-03-19
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
*
gh-115382: Fix cross compiles when host and target use same SOABI
Vincent Fazio
2024-10-16
*
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na
2024-09-24
*
gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (#119140)
Victor Stinner
2024-05-18
*
gh-117889: Fix PGO test in test_peg_generator (#117893)
Victor Stinner
2024-04-15
*
gh-116303: Handle disabled test modules in test.support helpers (#116482)
Erlend E. Aasland
2024-03-28
*
gh-114099: Additions to standard library to support iOS (GH-117052)
Russell Keith-Magee
2024-03-28
*
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
*
gh-114107: test.pythoninfo logs Windows Developer Mode (#114121)
Victor Stinner
2024-01-16
*
gh-113440: Ignore the "ver" command failure with exit code 0xc0000142 (GH-113...
Serhiy Storchaka
2023-12-24
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
*
gh-109615: Fix support test_copy_python_src_ignore() (#109958)
Victor Stinner
2023-09-27
*
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner
2023-09-20
*
gh-109276: libregrtest: WASM use stdout for JSON (#109355)
Victor Stinner
2023-09-13
*
gh-109276: test.pythoninfo gets more test.support data (#109337)
Victor Stinner
2023-09-12
*
gh-109276: Complete test.pythoninfo (#109312)
Victor Stinner
2023-09-12
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
*
test.pythoninfo logs freedesktop_os_release() (#109057)
Victor Stinner
2023-09-07
*
gh-108851: Fix tomllib recursion tests (#108853)
Victor Stinner
2023-09-06
*
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)
Victor Stinner
2023-08-23
*
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)
Victor Stinner
2023-08-21
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
*
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware
2023-05-27
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
*
gh-93370: Drop deprecated sqlite3.version from pythoninfo.py (#94277)
Erlend Egeberg Aasland
2022-06-26
*
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)
Victor Stinner
2022-06-03
*
test.pythoninfo logs more build info (#93225)
Victor Stinner
2022-05-26
*
test.pythoninfo no longer requires socket (#93191)
Victor Stinner
2022-05-25
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
*
gh-84461: Include _emscripten_info in pythoninfo output (GH-91907)
Christian Heimes
2022-04-25
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
*
bpo-45382: test.pythoninfo: set wmic.exe encoding to OEM (GH-30890)
Victor Stinner
2022-01-25
*
bpo-45382: test.pythoninfo logs more Windows versions (GH-30817)
Victor Stinner
2022-01-23
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
*
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235)
Victor Stinner
2021-09-09
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
*
bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703)
Victor Stinner
2020-04-29
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Victor Stinner
2020-04-29
*
bpo-39459: test.pythoninfo logs effective uid/gid (GH-18203)
Victor Stinner
2020-01-27
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
*
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
Victor Stinner
2019-10-02
*
bpo-38234: Cleanup getpath.c (GH-16367)
Victor Stinner
2019-09-25
[next]