COMMITS
/ Lib/test/test_platform.py November 22, 2025
A
gh-141600: Fix musl version detection on Void Linux (GH-141602)
Andrew J. Hesford committed
September 5, 2025
S
gh-131178: Fix `test_unknown_flag` for platform CLI (#137816)
Semyon Moroz committed
September 1, 2025
M
gh-90548: Fix musl version detection with --strip-all (#137864)
Marc Mueller committed
August 31, 2025
H
gh-138130: Fix return value of libc_ver() on Emscripten (#138132)
Hood Chatham committed
August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
June 29, 2025
B
gh-136066: simplify `platform._platform()` (#136069)
Bénédikt Tran committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 16, 2025
A
gh-133604: remove deprecated `java_ver` function (#133888)
Alexey Makridenko committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
May 3, 2025
H
gh-131524: Update platform CLI to use argparse (#131542)
Harry committed
March 19, 2025
R
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray committed
March 16, 2025
B
November 15, 2024
B
gh-122549: Add platform.invalidate_caches() (#122547)
Bénédikt Tran committed
March 28, 2024
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
March 13, 2024
N
gh-116491: Improve `test_win32_ver` (#116506)
Nikita Sobolev committed
March 8, 2024
N
gh-116349: Deprecate `platform.java_ver` function (#116471)
Nikita Sobolev committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
March 19, 2023
P
gh-102491: Remove IronPython version check in sys_version (#102492)
Pieter Eendebak committed
December 23, 2022
N
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev committed
November 26, 2022
September 7, 2022
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
December 31, 2020
J
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (#23010)
Jason R. Coombs committed
November 30, 2020
C
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Christian Heimes committed
November 24, 2020
N
bpo-41100: in test_platform, ignore 10.16 (GH-23485)
Ned Deily committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
August 7, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi committed
May 9, 2020
J
bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015)
Jason R. Coombs committed
April 29, 2020
V
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner committed
April 18, 2020
C
bpo-35967: Skip test with `uname -p` on Android (GH-19577)
Chih-Hsuan Yen committed
April 16, 2020
J
bpo-35967 resolve platform.processor late (GH-12239)
Jason R. Coombs committed
April 15, 2020
J
bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy build bots. (GH-19544)
Jason R. Coombs committed
J
bpo-35967: Baseline values for uname -p (GH-12824)
Jason R. Coombs committed
March 31, 2020
V
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
June 29, 2019
S
December 7, 2018
V
bpo-35346, platform: replace os.popen() with subprocess (GH-10786)
Victor Stinner committed
December 5, 2018
V
bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)
Victor Stinner committed
V
bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)
Victor Stinner committed
November 29, 2018
V
bpo-35345: Remove platform.popen() (GH-10781)
Victor Stinner committed
November 16, 2018
S
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
September 20, 2018
S
bpo-34011: Fixes missing venv files and other tests (GH-9458)
Steve Dower committed
September 4, 2018
S
bpo-26544: Add test for platform._comparable_version(). (GH-8973)
Serhiy Storchaka committed
July 9, 2018
S
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka committed
June 26, 2018
V
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner committed
June 22, 2018
V
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner committed
May 16, 2018
P
bpo-28167: Remove platform.linux_distribution (GH-6871)
Petr Viktorin committed